diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-11 16:25:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-11 16:25:51 +0000 |
commit | ddf71fba993bac172b8943fda6d2466f596fd116 (patch) | |
tree | 669284e09d5d6f5cfe77a918f1acafd00bad5e4a /games-emulation | |
parent | Version 1.0.5 removes the --no-banner option, so make the default in (diff) | |
download | historical-ddf71fba993bac172b8943fda6d2466f596fd116.tar.gz historical-ddf71fba993bac172b8943fda6d2466f596fd116.tar.bz2 historical-ddf71fba993bac172b8943fda6d2466f596fd116.zip |
amd64 patch is unconditional upstream so apply it for everyone.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dosbox/Manifest | 14 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.63.ebuild | 8 |
3 files changed, 15 insertions, 12 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog index b4afefea2682..710fb411daff 100644 --- a/games-emulation/dosbox/ChangeLog +++ b/games-emulation/dosbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dosbox # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.19 2005/07/11 15:17:18 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.20 2005/07/11 16:25:51 mr_bones_ Exp $ + + 11 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.63.ebuild: + amd64 patch is unconditional upstream so apply it for everyone. 11 Jul 2005; Simon Stelling <blubb@gentoo.org> +files/0.63-64bit.patch, dosbox-0.63.ebuild: diff --git a/games-emulation/dosbox/Manifest b/games-emulation/dosbox/Manifest index f03ffc8d6cb5..9e35f54ac2e0 100644 --- a/games-emulation/dosbox/Manifest +++ b/games-emulation/dosbox/Manifest @@ -1,11 +1,11 @@ -MD5 9b61daaa97d8d67d1ff569285a21ad67 ChangeLog 2668 -MD5 cedd50d841d0e28ecb75c9552d0c291f dosbox-0.58.ebuild 684 -MD5 95aaa76d64ce858022565ee00fe2d3c9 dosbox-0.62.ebuild 1236 -MD5 4946d94bb853803377ee4a196855633e dosbox-0.63.ebuild 1211 MD5 95e2b5bfd7767aeae061c77f7e1a055e metadata.xml 221 +MD5 95aaa76d64ce858022565ee00fe2d3c9 dosbox-0.62.ebuild 1236 +MD5 c4f7ddfbcebee2b679852dae7d92f834 dosbox-0.63.ebuild 1206 +MD5 6ce22d8f331db912f0ea828bf213d59b ChangeLog 2814 +MD5 cedd50d841d0e28ecb75c9552d0c291f dosbox-0.58.ebuild 684 +MD5 6dc808f58930f5161dd3c2644f2e8d59 files/digest-dosbox-0.62 63 MD5 b656b366678b3dc52f1083e339891186 files/0.63-64bit.patch 446 -MD5 f4257165581f9c2cb8e2a428f2ebeaae files/0.60-alsa-1.0.0.patch 721 MD5 709911d69c3fb90908508f4c3116a07f files/digest-dosbox-0.58 63 -MD5 6dc808f58930f5161dd3c2644f2e8d59 files/digest-dosbox-0.62 63 -MD5 42f19bd18cae0f81773fbe342847a147 files/digest-dosbox-0.63 63 MD5 3df3072eb03de57f9e5aebcfb47f35a0 files/dosbox_gcc34.gz 655 +MD5 42f19bd18cae0f81773fbe342847a147 files/digest-dosbox-0.63 63 +MD5 f4257165581f9c2cb8e2a428f2ebeaae files/0.60-alsa-1.0.0.patch 721 diff --git a/games-emulation/dosbox/dosbox-0.63.ebuild b/games-emulation/dosbox/dosbox-0.63.ebuild index 4ceae2a116bf..8887dce3826a 100644 --- a/games-emulation/dosbox/dosbox-0.63.ebuild +++ b/games-emulation/dosbox/dosbox-0.63.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/games-emulation/dosbox/dosbox-0.63.ebuild,v 1.3 2005/07/11 15:17:18 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.63.ebuild,v 1.4 2005/07/11 16:25:51 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="~amd64 ppc x86" LICENSE="GPL-2" SLOT="0" IUSE="alsa hardened opengl" @@ -24,9 +24,9 @@ DEPEND="virtual/libc src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - use amd64 && epatch ${FILESDIR}/${PV}-64bit.patch + epatch "${FILESDIR}"/${PV}-64bit.patch } src_compile() { |