diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-06-01 15:57:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-06-01 15:57:37 +0000 |
commit | 66950973a6e0015e5e2d31e96ef662c1c3d5e9d3 (patch) | |
tree | 5742b9ac1710df03bf8a128dfe9c7c8d070fb5a6 /sys-boot/unetbootin | |
parent | ppc stable #257097 (diff) | |
download | gentoo-2-66950973a6e0015e5e2d31e96ef662c1c3d5e9d3.tar.gz gentoo-2-66950973a6e0015e5e2d31e96ef662c1c3d5e9d3.tar.bz2 gentoo-2-66950973a6e0015e5e2d31e96ef662c1c3d5e9d3.zip |
Version bump. Remove old.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'sys-boot/unetbootin')
-rw-r--r-- | sys-boot/unetbootin/ChangeLog | 9 | ||||
-rw-r--r-- | sys-boot/unetbootin/files/unetbootin-312-gentoo.patch | 11 | ||||
-rw-r--r-- | sys-boot/unetbootin/unetbootin-344.ebuild (renamed from sys-boot/unetbootin/unetbootin-319.ebuild) | 9 |
3 files changed, 10 insertions, 19 deletions
diff --git a/sys-boot/unetbootin/ChangeLog b/sys-boot/unetbootin/ChangeLog index 9f4da57937a2..c1d460172b52 100644 --- a/sys-boot/unetbootin/ChangeLog +++ b/sys-boot/unetbootin/ChangeLog @@ -1,6 +1,13 @@ # 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.12 2009/05/31 11:53:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/ChangeLog,v 1.13 2009/06/01 15:57:36 jer Exp $ + +*unetbootin-344 (01 Jun 2009) + + 01 Jun 2009; Jeroen Roovers <jer@gentoo.org> + -files/unetbootin-312-gentoo.patch, -unetbootin-319.ebuild, + +unetbootin-344.ebuild: + Version bump. Remove old. 31 May 2009; Markus Meier <maekke@gentoo.org> unetbootin-323.ebuild: amd64/x86 stable, bug #271228 diff --git a/sys-boot/unetbootin/files/unetbootin-312-gentoo.patch b/sys-boot/unetbootin/files/unetbootin-312-gentoo.patch deleted file mode 100644 index 737b57ae2b05..000000000000 --- a/sys-boot/unetbootin/files/unetbootin-312-gentoo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- unetbootin.cpp.orig 2009-02-03 23:02:03.000000000 +0100 -+++ unetbootin.cpp 2009-02-14 18:58:44.000000000 +0100 -@@ -2610,7 +2610,7 @@ - QFile usbmbrF(rawtargetDev); - QFile mbrbinF(":/mbr.bin"); - #ifdef NOSTATIC -- mbrbinF.setFileName("/usr/lib/syslinux/mbr.bin"); -+ mbrbinF.setFileName(QFile::exists("/usr/share/syslinux/mbr.bin") ? "/usr/share/syslinux/mbr.bin" : "/usr/lib/syslinux/mbr.bin"); - #endif - usbmbrF.open(QIODevice::WriteOnly); - mbrbinF.open(QIODevice::ReadOnly); diff --git a/sys-boot/unetbootin/unetbootin-319.ebuild b/sys-boot/unetbootin/unetbootin-344.ebuild index 9d99dd0fa4eb..c05abfc47504 100644 --- a/sys-boot/unetbootin/unetbootin-319.ebuild +++ b/sys-boot/unetbootin/unetbootin-344.ebuild @@ -1,6 +1,6 @@ # 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-319.ebuild,v 1.2 2009/04/15 21:33:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/unetbootin/unetbootin-344.ebuild,v 1.1 2009/06/01 15:57:36 jer Exp $ inherit qt4 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/unetbootin/${PN}-source-${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}" @@ -22,11 +22,6 @@ RDEPEND="${DEPEND} sys-boot/syslinux app-arch/p7zip" -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${PN}-312-gentoo.patch -} - src_compile() { lupdate unetbootin.pro lrelease unetbootin.pro |