summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-11-28 15:56:58 +0000
committerJeroen Roovers <jer@gentoo.org>2009-11-28 15:56:58 +0000
commit187a815557bf7bf93b29f66df6e70d50ba8f4a26 (patch)
tree56f7487a99ba0a4003e3d4da31e405062c158438
parentFix tests (bug #291602). (diff)
downloadgentoo-2-187a815557bf7bf93b29f66df6e70d50ba8f4a26.tar.gz
gentoo-2-187a815557bf7bf93b29f66df6e70d50ba8f4a26.tar.bz2
gentoo-2-187a815557bf7bf93b29f66df6e70d50ba8f4a26.zip
Remove old.
(Portage version: 2.2_rc52/cvs/Linux i686)
-rw-r--r--sys-boot/unetbootin/ChangeLog5
-rw-r--r--sys-boot/unetbootin/unetbootin-356.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog
index f4d0504894e3..a2425d05d728 100644
--- a/sys-boot/unetbootin/ChangeLog
+++ b/sys-boot/unetbootin/ChangeLog
@@ -1,6 +1,9 @@
# 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.24 2009/11/02 21:06:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.25 2009/11/28 15:56:58 jer Exp $
+
+ 28 Nov 2009; Jeroen Roovers <jer@gentoo.org> -unetbootin-356.ebuild:
+ Remove old.
*unetbootin-377-r1 (02 Nov 2009)
diff --git a/sys-boot/unetbootin/unetbootin-356.ebuild b/sys-boot/unetbootin/unetbootin-356.ebuild
deleted file mode 100644
index 107d4eb9a27f..000000000000
--- a/sys-boot/unetbootin/unetbootin-356.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-356.ebuild,v 1.3 2009/08/31 14:09:01 fauli 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"
-}