diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-11-01 18:14:05 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-11-01 18:14:05 +0000 |
commit | 8154f395350f916665191b63fb11c2805a386b96 (patch) | |
tree | 8350bb83c36ed5edad3006a74b555c0b1293ef41 /app-emulation/qemu | |
parent | Stable on ppc for PHP5, Bug #60442. (Manifest recommit) (diff) | |
download | gentoo-2-8154f395350f916665191b63fb11c2805a386b96.tar.gz gentoo-2-8154f395350f916665191b63fb11c2805a386b96.tar.bz2 gentoo-2-8154f395350f916665191b63fb11c2805a386b96.zip |
minor fixes
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu/files/qemu-0.6.0-configure.patch | 11 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-0.6.0.ebuild | 4 |
3 files changed, 19 insertions, 2 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 9de4e6d600e8..fe870d36f561 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.17 2004/10/28 07:11:14 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.18 2004/11/01 18:14:05 lu_zero Exp $ + + 01 Nov 2004; Luca Barbato <lu_zero@gentoo.org> + +files/qemu-0.6.0-configure.patch, qemu-0.6.0.ebuild: + Minor fixes, some taken from Andrew Kirilenko <icedank@gmx.net> from bug #69384 28 Oct 2004; Luca Barbato <lu_zero@gentoo.org> qemu-0.6.0.ebuild: Marked ppc, added some ewarn in the postinst as requested in bug #69206 diff --git a/app-emulation/qemu/files/qemu-0.6.0-configure.patch b/app-emulation/qemu/files/qemu-0.6.0-configure.patch new file mode 100644 index 000000000000..cc927e6af0b2 --- /dev/null +++ b/app-emulation/qemu/files/qemu-0.6.0-configure.patch @@ -0,0 +1,11 @@ +--- qemu-0.6.0-clean/configure 2004-07-10 21:20:09.000000000 +0300 ++++ qemu-0.6.0/configure 2004-10-29 11:24:37.719578344 +0300 +@@ -255,6 +255,8 @@ + fi # cross compilation + fi # -z $sdl + ++sdl_static=no ++ + if test x"$1" = x"-h" -o x"$1" = x"--help" ; then + cat << EOF + diff --git a/app-emulation/qemu/qemu-0.6.0.ebuild b/app-emulation/qemu/qemu-0.6.0.ebuild index c8a3a7f21a90..b039ee458fd9 100644 --- a/app-emulation/qemu/qemu-0.6.0.ebuild +++ b/app-emulation/qemu/qemu-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.6.0.ebuild,v 1.4 2004/10/28 07:11:14 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.6.0.ebuild,v 1.5 2004/11/01 18:14:05 lu_zero Exp $ inherit eutils @@ -32,6 +32,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-typo.patch epatch ${FILESDIR}/${P}-sigaction.patch epatch ${FILESDIR}/qemu_gcc34.patch.gz + epatch ${FILESDIR}/${P}-configure.patch } src_compile() { @@ -53,6 +54,7 @@ src_install() { datadir=${D}/usr/share/qemu \ docdir=${D}/usr/share/doc \ mandir=${D}/usr/share/man || die + chmod -x ${D}/usr/share/man/* } pkg_postinst() { |