diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-07-22 05:51:34 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-07-22 05:51:34 +0000 |
commit | e55573644dbece1ae76f8b545dba38a169b9db6d (patch) | |
tree | 9ea061948e31d1c1c343dd6841d231cdd1fad7f5 /sys-boot | |
parent | Unmask www-client/mozilla-firefox-3.5.1 and stuff depending on it, rejoice! (... (diff) | |
download | gentoo-2-e55573644dbece1ae76f8b545dba38a169b9db6d.tar.gz gentoo-2-e55573644dbece1ae76f8b545dba38a169b9db6d.tar.bz2 gentoo-2-e55573644dbece1ae76f8b545dba38a169b9db6d.zip |
Remove old.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/unetbootin/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-323.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog index 2d392f956b63..e4690c7f184c 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.16 2009/07/22 04:33:44 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.17 2009/07/22 05:51:34 jer Exp $ + + 22 Jul 2009; Jeroen Roovers <jer@gentoo.org> -unetbootin-323.ebuild: + Remove old. 22 Jul 2009; Jeremy Olexa <darkside@gentoo.org> unetbootin-344.ebuild: amd64 stable, bug 275878 diff --git a/sys-boot/unetbootin/unetbootin-323.ebuild b/sys-boot/unetbootin/unetbootin-323.ebuild deleted file mode 100644 index 60b7279d2686..000000000000 --- a/sys-boot/unetbootin/unetbootin-323.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-323.ebuild,v 1.2 2009/05/31 11:53:26 maekke 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" -} |