summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-04-15 23:54:11 +0000
committerJeroen Roovers <jer@gentoo.org>2009-04-15 23:54:11 +0000
commit6edf48b00ba4b28ea64134edbe28ace1af6f1aaa (patch)
tree9513f07284a813f6ce262f3ae1f6ab2729e7d0ca /sys-boot/unetbootin
parentp.mask ati-drivers-extra-8.27.10 because its counterpart driver is no longer ... (diff)
downloadgentoo-2-6edf48b00ba4b28ea64134edbe28ace1af6f1aaa.tar.gz
gentoo-2-6edf48b00ba4b28ea64134edbe28ace1af6f1aaa.tar.bz2
gentoo-2-6edf48b00ba4b28ea64134edbe28ace1af6f1aaa.zip
Remove old.
(Portage version: 2.2_rc30/cvs/Linux i686)
Diffstat (limited to 'sys-boot/unetbootin')
-rw-r--r--sys-boot/unetbootin/ChangeLog5
-rw-r--r--sys-boot/unetbootin/unetbootin-312.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog
index e7f926c4cee5..f8f80cbfad46 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.9 2009/04/15 21:33:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.10 2009/04/15 23:54:11 jer Exp $
+
+ 15 Apr 2009; Jeroen Roovers <jer@gentoo.org> -unetbootin-312.ebuild:
+ Remove old.
15 Apr 2009; Markus Meier <maekke@gentoo.org> unetbootin-319.ebuild:
amd64/x86 stable, bug #264580
diff --git a/sys-boot/unetbootin/unetbootin-312.ebuild b/sys-boot/unetbootin/unetbootin-312.ebuild
deleted file mode 100644
index 868facdc7bdf..000000000000
--- a/sys-boot/unetbootin/unetbootin-312.ebuild
+++ /dev/null
@@ -1,40 +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-312.ebuild,v 1.2 2009/03/11 17:59:05 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_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-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"
-}