diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-08-14 20:31:28 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-08-14 20:31:28 +0000 |
commit | 8267f16228cd98a3e7836e1447efe29e20ff1c30 (patch) | |
tree | f4bc6923f4d912ef69cbeddc2153c254414a6611 /app-emulation | |
parent | Version bump. (diff) | |
download | historical-8267f16228cd98a3e7836e1447efe29e20ff1c30.tar.gz historical-8267f16228cd98a3e7836e1447efe29e20ff1c30.tar.bz2 historical-8267f16228cd98a3e7836e1447efe29e20ff1c30.zip |
2.6 wxwidgets support
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/bochs/Manifest | 10 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.2.1.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 4030964a394e..08a359578617 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.42 2005/07/10 03:21:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.43 2005/08/14 20:31:28 lu_zero Exp $ + + 14 Aug 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1.ebuild: + Make it support 2.6 wx *bochs-2.2.1 (10 Jul 2005) diff --git a/app-emulation/bochs/Manifest b/app-emulation/bochs/Manifest index 9e68d0b00ce0..345dd2b2f67d 100644 --- a/app-emulation/bochs/Manifest +++ b/app-emulation/bochs/Manifest @@ -1,9 +1,9 @@ -MD5 b378526dea0a003eeab6481bd2020897 bochs-2.1.ebuild 2144 -MD5 d5b429c7a99072baebeb59c4bdb847ac ChangeLog 4667 MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223 +MD5 b378526dea0a003eeab6481bd2020897 bochs-2.1.ebuild 2144 MD5 273efd5c1f0e06fbb9620b9583d6398c bochs-2.1.1.ebuild 2408 -MD5 e76acf49ab0636869688189653813441 bochs-2.2.1.ebuild 2294 -MD5 207a406a1a47e2650e396ea0976f5206 files/digest-bochs-2.1.1 126 +MD5 c99b6b71b7e483ee9a728c4b45c31c9d ChangeLog 4762 +MD5 13ce4482ebeab7aeb357c6dab476c244 bochs-2.2.1.ebuild 2376 MD5 f95b73bcfb4c045d563032c0b0b824c7 files/digest-bochs-2.2.1 126 -MD5 cde4fb61affbffb1c90e04d0a94dacd9 files/bochs-2.1.1-regparm-typo.patch 337 MD5 8e9513ab2651bd41c0529405d45d3da1 files/digest-bochs-2.1 124 +MD5 207a406a1a47e2650e396ea0976f5206 files/digest-bochs-2.1.1 126 +MD5 cde4fb61affbffb1c90e04d0a94dacd9 files/bochs-2.1.1-regparm-typo.patch 337 diff --git a/app-emulation/bochs/bochs-2.2.1.ebuild b/app-emulation/bochs/bochs-2.2.1.ebuild index ebd35b6da894..04bd5a7f15b0 100644 --- a/app-emulation/bochs/bochs-2.2.1.ebuild +++ b/app-emulation/bochs/bochs-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.1.ebuild,v 1.1 2005/07/10 03:21:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.1.ebuild,v 1.2 2005/08/14 20:31:28 lu_zero Exp $ inherit eutils wxwidgets @@ -17,7 +17,7 @@ IUSE="debugger gtk2 readline sdl wxwindows" RDEPEND="virtual/libc virtual/x11 sdl? ( media-libs/libsdl ) - wxwindows? ( =x11-libs/wxGTK-2.4* ) + wxwindows? ( >=x11-libs/wxGTK-2.4 ) readline? ( sys-libs/readline )" DEPEND="${RDEPEND} >=sys-apps/sed-4 @@ -33,6 +33,9 @@ src_unpack() { -e 's:BOCHSDIR=:BOCHSDIR=/usr/lib/bochs#:' \ -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in || \ die "sed Makefile.in failed" + +# Make it use the correct path to gtk-2 + sed -i -e "s/opt/gnome:/usr:" configure } src_compile() { |