diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-10 08:31:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-10 08:31:48 +0000 |
commit | 375ce7928af164cd0297fc04a73e26489406d626 (patch) | |
tree | f1045d60b81ed5204ac45ec198044db5b50fc511 /games-emulation | |
parent | New ebuild for mlton binary release (diff) | |
download | historical-375ce7928af164cd0297fc04a73e26489406d626.tar.gz historical-375ce7928af164cd0297fc04a73e26489406d626.tar.bz2 historical-375ce7928af164cd0297fc04a73e26489406d626.zip |
inherit eutils for epatch
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/Manifest | 10 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.61.ebuild | 9 |
2 files changed, 9 insertions, 10 deletions
diff --git a/games-emulation/dosbox/Manifest b/games-emulation/dosbox/Manifest index 812937fe3f2d..e25bf1fea29c 100644 --- a/games-emulation/dosbox/Manifest +++ b/games-emulation/dosbox/Manifest @@ -1,10 +1,10 @@ MD5 ea9411482f8be1dde179f18fe9fde1cb ChangeLog 1387 -MD5 7fc5b3c5524195001663e794d4d0ee6f dosbox-0.58.ebuild 701 -MD5 4e7a4fff50735c598c6bcfa782444cec dosbox-0.60.ebuild 897 -MD5 af1ead119c44d99b280ed3310d883606 dosbox-0.61.ebuild 1078 MD5 95e2b5bfd7767aeae061c77f7e1a055e metadata.xml 221 -MD5 f4257165581f9c2cb8e2a428f2ebeaae files/0.60-alsa-1.0.0.patch 721 +MD5 6cd126f45a12b91aafe36d620496ca2f dosbox-0.60.ebuild 898 +MD5 674fa57e7381b9ca56c1a3ecfbb515a8 dosbox-0.61.ebuild 1091 +MD5 d3fc648c6cd40720afd152a435eba9e2 dosbox-0.58.ebuild 702 +MD5 6c3131692034dda3f27046c037aabc58 files/digest-dosbox-0.61 63 MD5 709911d69c3fb90908508f4c3116a07f files/digest-dosbox-0.58 63 MD5 a15acc3d9f2a2d55bde29cf697f86297 files/digest-dosbox-0.60 63 -MD5 6c3131692034dda3f27046c037aabc58 files/digest-dosbox-0.61 63 +MD5 f4257165581f9c2cb8e2a428f2ebeaae files/0.60-alsa-1.0.0.patch 721 MD5 3df3072eb03de57f9e5aebcfb47f35a0 files/dosbox_gcc34.gz 655 diff --git a/games-emulation/dosbox/dosbox-0.61.ebuild b/games-emulation/dosbox/dosbox-0.61.ebuild index 24d25d50a275..e8c578b8c290 100644 --- a/games-emulation/dosbox/dosbox-0.61.ebuild +++ b/games-emulation/dosbox/dosbox-0.61.ebuild @@ -1,8 +1,8 @@ # 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.7 2004/06/10 08:11:45 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.61.ebuild,v 1.8 2004/06/10 08:31:48 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="DOS emulator" HOMEPAGE="http://dosbox.sourceforge.net/" @@ -21,10 +21,9 @@ DEPEND="virtual/glibc media-libs/libpng media-libs/sdl-net" -src_unpack() -{ +src_unpack() { unpack ${A} - epatch ${FILESDIR}/dosbox_gcc34.gz + epatch "${FILESDIR}/dosbox_gcc34.gz" } src_compile() { |