diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-08-31 18:28:56 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-08-31 18:28:56 +0000 |
commit | 2d865a53bd9cbf51d099df1ac236288fa93ce4dd (patch) | |
tree | 582169afb313e993b1014ccb74b46227232038a7 | |
parent | Hopefully fix all QA errors. Thanks to joost_op and Arfrever for help with this. (diff) | |
download | gentoo-2-2d865a53bd9cbf51d099df1ac236288fa93ce4dd.tar.gz gentoo-2-2d865a53bd9cbf51d099df1ac236288fa93ce4dd.tar.bz2 gentoo-2-2d865a53bd9cbf51d099df1ac236288fa93ce4dd.zip |
Remove old.
(Portage version: 2.2_rc40/cvs/Linux i686)
-rw-r--r-- | sys-boot/unetbootin/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-344.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog index 5787366b77af..c33cbd29d301 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.19 2009/08/31 14:09:01 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.20 2009/08/31 18:28:56 jer Exp $ + + 31 Aug 2009; Jeroen Roovers <jer@gentoo.org> -unetbootin-344.ebuild: + Remove old. 31 Aug 2009; Christian Faulhammer <fauli@gentoo.org> unetbootin-356.ebuild: diff --git a/sys-boot/unetbootin/unetbootin-344.ebuild b/sys-boot/unetbootin/unetbootin-344.ebuild deleted file mode 100644 index a3cf026b88bf..000000000000 --- a/sys-boot/unetbootin/unetbootin-344.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-344.ebuild,v 1.3 2009/07/22 04:33:44 darkside 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" -} |