diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 11:59:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 11:59:23 +0000 |
commit | 4e71699fdbd50edb445ca28adaa4b21c4b287866 (patch) | |
tree | 478ef64de7c9dd15a567128b2a1b572ddbb33dcf /games-emulation | |
parent | fixing .keep issue. closes 39827 (diff) | |
download | gentoo-2-4e71699fdbd50edb445ca28adaa4b21c4b287866.tar.gz gentoo-2-4e71699fdbd50edb445ca28adaa4b21c4b287866.tar.bz2 gentoo-2-4e71699fdbd50edb445ca28adaa4b21c4b287866.zip |
inherit eutils
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/Manifest | 6 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.60.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-emulation/dosbox/Manifest b/games-emulation/dosbox/Manifest index 8cdc55e66209..86afa227c6da 100644 --- a/games-emulation/dosbox/Manifest +++ b/games-emulation/dosbox/Manifest @@ -1,4 +1,4 @@ -MD5 f4257165581f9c2cb8e2a428f2ebeaae files/0.60-alsa-1.0.0.patch 721 -MD5 a15acc3d9f2a2d55bde29cf697f86297 files/digest-dosbox-0.60 63 -MD5 6765cebf3071624a2b716470387477c6 dosbox-0.60.ebuild 888 MD5 a4f2ca26601f36ed0a11e1c357bacb59 ChangeLog 954 +MD5 6cd126f45a12b91aafe36d620496ca2f dosbox-0.60.ebuild 898 +MD5 a15acc3d9f2a2d55bde29cf697f86297 files/digest-dosbox-0.60 63 +MD5 f4257165581f9c2cb8e2a428f2ebeaae files/0.60-alsa-1.0.0.patch 721 diff --git a/games-emulation/dosbox/dosbox-0.60.ebuild b/games-emulation/dosbox/dosbox-0.60.ebuild index c204b1eedc56..0cd6c33da2dd 100644 --- a/games-emulation/dosbox/dosbox-0.60.ebuild +++ b/games-emulation/dosbox/dosbox-0.60.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.60.ebuild,v 1.3 2003/12/12 06:08:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.60.ebuild,v 1.4 2004/02/03 11:59:17 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="DOS emulator" HOMEPAGE="http://dosbox.sourceforge.net/" |