diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-03-08 18:39:08 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-03-08 18:39:08 +0000 |
commit | b985640481d2b9a5039ef6a9834d6a1268fbd6f4 (patch) | |
tree | 2fd959f202f1f0326bd47bb788f4a123879546f6 /app-emulation | |
parent | Added ~amd64 keyword. (diff) | |
download | historical-b985640481d2b9a5039ef6a9834d6a1268fbd6f4.tar.gz historical-b985640481d2b9a5039ef6a9834d6a1268fbd6f4.tar.bz2 historical-b985640481d2b9a5039ef6a9834d6a1268fbd6f4.zip |
Local USE-flag for the sheep-net-driver
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/mol/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/mol/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/mol/mol-0.9.70_rc2-r1.ebuild | 7 |
3 files changed, 10 insertions, 8 deletions
diff --git a/app-emulation/mol/ChangeLog b/app-emulation/mol/ChangeLog index 3f44a3c8cf20..46e6339aebc9 100644 --- a/app-emulation/mol/ChangeLog +++ b/app-emulation/mol/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for app-emulation/mol # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.32 2004/03/07 14:45:11 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.33 2004/03/08 18:39:08 pylon Exp $ + + 08 Mar 2004; Lars Weiler <pylon@gentoo.org> mol-0.9.70_rc2-r1.ebuild: + Local USE-flag for the sheep-net-driver *mol-0.9.70_rc2-r1 (07 Mar 2004) - 07 Mar 2004; Lars Weiler <pylon@gentoo.org> :mol-0.9.70_rc2-r1.ebuild + 07 Mar 2004; Lars Weiler <pylon@gentoo.org> mol-0.9.70_rc2-r1.ebuild: Some updates from upstream (e.g. MOL acceleration for 10.3). Furthermore fixes for the iBook G4. diff --git a/app-emulation/mol/Manifest b/app-emulation/mol/Manifest index 0bc3b19d3279..b52a04d2e1ab 100644 --- a/app-emulation/mol/Manifest +++ b/app-emulation/mol/Manifest @@ -1,9 +1,9 @@ MD5 3263d375abba2d098c636efc2b135ea5 metadata.xml 333 MD5 d94a2198277e731eb998ec4aa4c432d1 mol-0.9.68-r4.ebuild 2219 MD5 191f6330f6d1c4707577b2e209586e87 mol-0.9.69_pre7.ebuild 3013 -MD5 59203691b38eff09fb0f6de185977531 ChangeLog 6774 +MD5 ea08384128dd55a4f6c61b14be8a4e82 mol-0.9.70_rc2-r1.ebuild 3744 MD5 13e5e7351f67b64fd4d712c8e87ef8bc mol-0.9.70_rc2.ebuild 3809 -MD5 75425cc5c03658ce6730f9e9b19024c4 mol-0.9.70_rc2-r1.ebuild 3767 +MD5 86fe043a106bb594dd9f4030aeb4f953 ChangeLog 6889 MD5 98990df6bb9f196021dea0b77d2d912d files/26-arch-fix.patch 2320 MD5 d4bc3f0122eb77fbfbfcf584f442049d files/digest-mol-0.9.68-r4 67 MD5 98518db8270d9c4b005c3a530930dfe4 files/digest-mol-0.9.69_pre7 69 diff --git a/app-emulation/mol/mol-0.9.70_rc2-r1.ebuild b/app-emulation/mol/mol-0.9.70_rc2-r1.ebuild index 1962b1881626..246f6682f1ed 100644 --- a/app-emulation/mol/mol-0.9.70_rc2-r1.ebuild +++ b/app-emulation/mol/mol-0.9.70_rc2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70_rc2-r1.ebuild,v 1.1 2004/03/07 14:45:11 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70_rc2-r1.ebuild,v 1.2 2004/03/08 18:39:08 pylon Exp $ inherit flag-o-matic @@ -13,12 +13,11 @@ DEPEND="" RDEPEND="net-misc/dhcp net-firewall/iptables alsa? ( virtual/alsa ) - esd? ( media-sound/esound ) X? ( virtual/x11 )" SLOT="0" LICENSE="GPL-2" KEYWORDS="ppc ~ppc64 -x86 -sparc -alpha -mips" -IUSE="alsa oss debug fbcon X oldworld" +IUSE="alsa oss fbcon X oldworld sheep debug" pkg_setup() { echo @@ -56,7 +55,7 @@ src_compile() { use debug && sed -i "s:# CONFIG_DEBUGGER is not set:CONFIG_DEBUGGER=y:" .config use oss || sed -i "s:CONFIG_OSS=y:# CONFIG_OSS is not set:" .config use oldworld || sed -i "s:CONFIG_OLDWORLD=y:# CONFIG_OLDWORLD is not set:" .config - use oldworld || sed -i "s:CONFIG_SHEEP=y:# CONFIG_SHEEP is not set:" .config + use sheep || sed -i "s:CONFIG_SHEEP=y:# CONFIG_SHEEP is not set:" .config use X || sed -i "s:CONFIG_X11=y:# CONFIG_X11 is not set:" .config use fbcon || sed -i "s:CONFIG_FBDEV=y:# CONFIG_FBDEV is not set:" .config |