summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-04-01 23:08:57 +0000
committerJeroen Roovers <jer@gentoo.org>2009-04-01 23:08:57 +0000
commit2a4306fad51fa00cf862f820d54f3f9f3f94f9b4 (patch)
tree4e88318028cca37e5d735089773f5b1dc6e26e74 /sys-boot
parentRemove old. (diff)
downloadgentoo-2-2a4306fad51fa00cf862f820d54f3f9f3f94f9b4.tar.gz
gentoo-2-2a4306fad51fa00cf862f820d54f3f9f3f94f9b4.tar.bz2
gentoo-2-2a4306fad51fa00cf862f820d54f3f9f3f94f9b4.zip
Remove old.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/unetbootin/ChangeLog6
-rw-r--r--sys-boot/unetbootin/unetbootin-304-r1.ebuild37
-rw-r--r--sys-boot/unetbootin/unetbootin-307.ebuild37
-rw-r--r--sys-boot/unetbootin/unetbootin-310.ebuild35
4 files changed, 5 insertions, 110 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog
index 58a240055cea..dd795854a309 100644
--- a/sys-boot/unetbootin/ChangeLog
+++ b/sys-boot/unetbootin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/unetbootin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.6 2009/03/11 17:59:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.7 2009/04/01 23:08:57 jer Exp $
+
+ 01 Apr 2009; Jeroen Roovers <jer@gentoo.org> -unetbootin-304-r1.ebuild,
+ -unetbootin-307.ebuild, -unetbootin-310.ebuild:
+ Remove old.
*unetbootin-319 (11 Mar 2009)
diff --git a/sys-boot/unetbootin/unetbootin-304-r1.ebuild b/sys-boot/unetbootin/unetbootin-304-r1.ebuild
deleted file mode 100644
index 34e93c3aaaea..000000000000
--- a/sys-boot/unetbootin/unetbootin-304-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-304-r1.ebuild,v 1.2 2009/02/02 07:32:58 jer Exp $
-
-inherit eutils
-
-DESCRIPTION="Universal Netboot Installer creates Live USB systems for various OS
-distributions."
-HOMEPAGE="http://unetbootin.sourceforge.net/"
-SRC_URI="mirror://sourceforge/unetbootin/${PN}-source-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-DEPEND="x11-libs/qt-gui"
-RDEPEND="${DEPEND}
- sys-fs/mtools
- sys-boot/syslinux
- app-arch/p7zip"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${PN}-gentoo.patch
-}
-
-src_compile() {
- ./INSTALL || die "compile failed!"
-}
-
-src_install() {
- dodoc README.TXT
- dobin unetbootin || die "dobin failed"
-}
diff --git a/sys-boot/unetbootin/unetbootin-307.ebuild b/sys-boot/unetbootin/unetbootin-307.ebuild
deleted file mode 100644
index f0807336d970..000000000000
--- a/sys-boot/unetbootin/unetbootin-307.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-307.ebuild,v 1.2 2009/02/02 07:32:58 jer Exp $
-
-inherit eutils
-
-DESCRIPTION="Universal Netboot Installer creates Live USB systems for various OS
-distributions."
-HOMEPAGE="http://unetbootin.sourceforge.net/"
-SRC_URI="mirror://sourceforge/unetbootin/${PN}-source-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-DEPEND="x11-libs/qt-gui"
-RDEPEND="${DEPEND}
- sys-fs/mtools
- sys-boot/syslinux
- app-arch/p7zip"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${PN}-gentoo.patch
-}
-
-src_compile() {
- ./INSTALL || die "compile failed!"
-}
-
-src_install() {
- dodoc README.TXT
- dobin unetbootin || die "dobin failed"
-}
diff --git a/sys-boot/unetbootin/unetbootin-310.ebuild b/sys-boot/unetbootin/unetbootin-310.ebuild
deleted file mode 100644
index 329076b7a104..000000000000
--- a/sys-boot/unetbootin/unetbootin-310.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-310.ebuild,v 1.1 2009/02/02 07:32:58 jer Exp $
-
-inherit qt4
-
-DESCRIPTION="Universal Netboot Installer creates Live USB systems for various OS
-distributions."
-HOMEPAGE="http://unetbootin.sourceforge.net/"
-SRC_URI="mirror://sourceforge/unetbootin/${PN}-source-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-DEPEND="x11-libs/qt-gui"
-RDEPEND="${DEPEND}
- sys-fs/mtools
- sys-boot/syslinux
- app-arch/p7zip"
-
-src_compile() {
- lupdate unetbootin.pro
- lrelease unetbootin.pro
- eqmake4 unetbootin.pro
- emake || die "make failed"
-}
-
-src_install() {
- dodoc README.TXT
- dobin unetbootin || die "dobin failed"
-}