diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-17 09:16:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-17 09:16:25 +0000 |
commit | 27cf02ec5f66f6dc6d274dcfa53ee5f502ac7a2a (patch) | |
tree | 777df37c42805c118748d762844ab5b96176c65c /sys-boot/unetbootin | |
parent | keyworded ~ia64-hpux and ~sparc-solaris (diff) | |
download | gentoo-2-27cf02ec5f66f6dc6d274dcfa53ee5f502ac7a2a.tar.gz gentoo-2-27cf02ec5f66f6dc6d274dcfa53ee5f502ac7a2a.tar.bz2 gentoo-2-27cf02ec5f66f6dc6d274dcfa53ee5f502ac7a2a.zip |
Remove old.
(Portage version: 2.2_rc59/cvs/Linux i686)
Diffstat (limited to 'sys-boot/unetbootin')
-rw-r--r-- | sys-boot/unetbootin/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-372.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog index 46f9e01c01ee..359f35bd09e5 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.26 2009/12/16 21:34:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.27 2009/12/17 09:16:25 jer Exp $ + + 17 Dec 2009; Jeroen Roovers <jer@gentoo.org> -unetbootin-372.ebuild: + Remove old. 16 Dec 2009; Markus Meier <maekke@gentoo.org> unetbootin-377-r1.ebuild: amd64/x86 stable, bug #296494 diff --git a/sys-boot/unetbootin/unetbootin-372.ebuild b/sys-boot/unetbootin/unetbootin-372.ebuild deleted file mode 100644 index 328428afc735..000000000000 --- a/sys-boot/unetbootin/unetbootin-372.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-372.ebuild,v 1.2 2009/10/30 12:14:22 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" -} |