diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-22 05:02:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-22 05:02:47 +0000 |
commit | c3dee019ce967a4881585a414fcb331a3ff2c1e9 (patch) | |
tree | 9e3fd8f9ff8e033773da457b0e1a3a68faf4b1a4 /games-emulation/dosbox | |
parent | Clean older ebuilds (diff) | |
download | historical-c3dee019ce967a4881585a414fcb331a3ff2c1e9.tar.gz historical-c3dee019ce967a4881585a414fcb331a3ff2c1e9.tar.bz2 historical-c3dee019ce967a4881585a414fcb331a3ff2c1e9.zip |
not stable enough yet on amd64 (bugs #52274 and #52276)
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r-- | games-emulation/dosbox/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/dosbox/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.61.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog index 7f53256b4759..01af9d5ed21f 100644 --- a/games-emulation/dosbox/ChangeLog +++ b/games-emulation/dosbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/dosbox # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.9 2004/06/10 08:11:45 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.10 2004/06/22 05:02:47 mr_bones_ Exp $ + + 21 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.61.ebuild: + Well, it works, but isn't "stable" on amd64 so back to ~ it goes. + amd64 users will need to keyword locally for this version. (bugs #52274 + and #52276) dosbox-cvs is recommended for amd64 users until the next + release from upstream. 10 Jun 2004; Hanno Boeck <hanno@gentoo.org> +files/dosbox_gcc34.gz, dosbox-0.61.ebuild: diff --git a/games-emulation/dosbox/Manifest b/games-emulation/dosbox/Manifest index e25bf1fea29c..2c7b6fc4c6b7 100644 --- a/games-emulation/dosbox/Manifest +++ b/games-emulation/dosbox/Manifest @@ -1,7 +1,7 @@ -MD5 ea9411482f8be1dde179f18fe9fde1cb ChangeLog 1387 +MD5 21867ba5b6a9e6ec05c01173d287355a ChangeLog 1708 MD5 95e2b5bfd7767aeae061c77f7e1a055e metadata.xml 221 MD5 6cd126f45a12b91aafe36d620496ca2f dosbox-0.60.ebuild 898 -MD5 674fa57e7381b9ca56c1a3ecfbb515a8 dosbox-0.61.ebuild 1091 +MD5 bda851717cfbbcdfd408993359af7d79 dosbox-0.61.ebuild 1092 MD5 d3fc648c6cd40720afd152a435eba9e2 dosbox-0.58.ebuild 702 MD5 6c3131692034dda3f27046c037aabc58 files/digest-dosbox-0.61 63 MD5 709911d69c3fb90908508f4c3116a07f files/digest-dosbox-0.58 63 diff --git a/games-emulation/dosbox/dosbox-0.61.ebuild b/games-emulation/dosbox/dosbox-0.61.ebuild index e8c578b8c290..0390ccae2cce 100644 --- a/games-emulation/dosbox/dosbox-0.61.ebuild +++ b/games-emulation/dosbox/dosbox-0.61.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/games-emulation/dosbox/dosbox-0.61.ebuild,v 1.8 2004/06/10 08:31:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.61.ebuild,v 1.9 2004/06/22 05:02:47 mr_bones_ Exp $ inherit eutils games @@ -8,7 +8,7 @@ DESCRIPTION="DOS emulator" HOMEPAGE="http://dosbox.sourceforge.net/" SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz" -KEYWORDS="x86 amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" LICENSE="GPL-2" SLOT="0" IUSE="alsa opengl" |