summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-03 23:26:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-03 23:26:08 +0000
commitb843f37fc943e2559eee89333a17222a51750924 (patch)
tree7b0ae116bc4974ef91847a4f0b03178123b738c6 /games-emulation
parentversion bump (diff)
downloadgentoo-2-b843f37fc943e2559eee89333a17222a51750924.tar.gz
gentoo-2-b843f37fc943e2559eee89333a17222a51750924.tar.bz2
gentoo-2-b843f37fc943e2559eee89333a17222a51750924.zip
version bump
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dosbox/ChangeLog9
-rw-r--r--games-emulation/dosbox/Manifest4
-rw-r--r--games-emulation/dosbox/dosbox-0.61.ebuild39
-rw-r--r--games-emulation/dosbox/files/digest-dosbox-0.611
4 files changed, 49 insertions, 4 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog
index 631b84919c7a..034a881bce65 100644
--- a/games-emulation/dosbox/ChangeLog
+++ b/games-emulation/dosbox/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/dosbox
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.5 2003/12/12 06:08:34 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.6 2004/02/03 23:25:55 mr_bones_ Exp $
+
+*dosbox-0.61 (03 Feb 2004)
+
+ 03 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.61.ebuild:
+ version bump
*dosbox-0.60 (16 Oct 2003)
diff --git a/games-emulation/dosbox/Manifest b/games-emulation/dosbox/Manifest
index 7acf33996e5f..62f0dd03ed91 100644
--- a/games-emulation/dosbox/Manifest
+++ b/games-emulation/dosbox/Manifest
@@ -1,7 +1,7 @@
-MD5 a4f2ca26601f36ed0a11e1c357bacb59 ChangeLog 954
+MD5 1354cbcd5d5ad0bb2ad2e14a7a76ffd6 ChangeLog 1076
MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
MD5 6cd126f45a12b91aafe36d620496ca2f dosbox-0.60.ebuild 898
-MD5 e9bb3ad81080126471efb8fb8a375e61 dosbox-0.61.ebuild 867
+MD5 58a09710cbde887df890f947de2e9527 dosbox-0.61.ebuild 942
MD5 6c3131692034dda3f27046c037aabc58 files/digest-dosbox-0.61 63
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.61.ebuild b/games-emulation/dosbox/dosbox-0.61.ebuild
new file mode 100644
index 000000000000..7e667a08674d
--- /dev/null
+++ b/games-emulation/dosbox/dosbox-0.61.ebuild
@@ -0,0 +1,39 @@
+# 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.1 2004/02/03 23:25:55 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="DOS emulator"
+HOMEPAGE="http://dosbox.sourceforge.net/"
+SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz"
+
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="alsa png opengl"
+
+DEPEND="media-libs/sdl-net
+ png? (
+ media-libs/libpng
+ sys-libs/zlib
+ )
+ alsa? ( media-libs/alsa-lib )
+ opengl? ( virtual/opengl )
+ >=media-libs/libsdl-1.2.0
+ media-libs/sdl-net"
+
+src_compile() {
+ egamesconf \
+ --disable-dependency-tracking \
+ `use_enable opengl` \
+ `use_enable alsa alsatest` \
+ || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS || die "dodoc failed"
+ prepgamesdirs
+}
diff --git a/games-emulation/dosbox/files/digest-dosbox-0.61 b/games-emulation/dosbox/files/digest-dosbox-0.61
new file mode 100644
index 000000000000..25bb54953b8c
--- /dev/null
+++ b/games-emulation/dosbox/files/digest-dosbox-0.61
@@ -0,0 +1 @@
+MD5 dcb549eb2a9e6fe6995b973ef9ac6e9f dosbox-0.61.tar.gz 567200