summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2005-04-29 16:02:32 +0000
committerDavid Holm <dholm@gentoo.org>2005-04-29 16:02:32 +0000
commit6a324fb351bea859d98ca8d73d6748a7687e619f (patch)
tree8f8729d25c1eacbcab89f69911c63820b329ce3f /games-emulation
parentcleaning (diff)
downloadhistorical-6a324fb351bea859d98ca8d73d6748a7687e619f.tar.gz
historical-6a324fb351bea859d98ca8d73d6748a7687e619f.tar.bz2
historical-6a324fb351bea859d98ca8d73d6748a7687e619f.zip
Version bumped
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/yabause/ChangeLog9
-rw-r--r--games-emulation/yabause/Manifest4
-rw-r--r--games-emulation/yabause/files/digest-yabause-0.0.71
-rw-r--r--games-emulation/yabause/yabause-0.0.7.ebuild26
4 files changed, 37 insertions, 3 deletions
diff --git a/games-emulation/yabause/ChangeLog b/games-emulation/yabause/ChangeLog
index 6cb0fcd8ce4b..63d2a6826d6a 100644
--- a/games-emulation/yabause/ChangeLog
+++ b/games-emulation/yabause/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/yabause
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.4 2004/09/23 08:54:19 mr_bones_ Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.5 2005/04/29 16:02:32 dholm Exp $
+
+*yabause-0.0.7 (29 Apr 2005)
+
+ 29 Apr 2005; David Holm <dholm@gentoo.org> +yabause-0.0.7.ebuild:
+ Version bumped
23 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> -yabause-0.0.5.ebuild:
clean older ebuild
diff --git a/games-emulation/yabause/Manifest b/games-emulation/yabause/Manifest
index 1316d90a5801..52f91070e41d 100644
--- a/games-emulation/yabause/Manifest
+++ b/games-emulation/yabause/Manifest
@@ -1,4 +1,6 @@
-MD5 ee239ab5ab6a29fa4677e542770cb72a ChangeLog 580
MD5 7efefbbe81a05cbc5d4e96203f047fda metadata.xml 245
+MD5 3bb52296d0c85c186ab7375c7c2eb2c6 ChangeLog 692
MD5 d63642a37be065d8018878eda8f15f9b yabause-0.0.6.ebuild 627
+MD5 f9f39ea8b0ba16f38130e3a91f7dafb3 yabause-0.0.7.ebuild 644
MD5 0364a8a0e4ef244b37813c680312f6fc files/digest-yabause-0.0.6 65
+MD5 ecfb15e94e5893fd81b4c4692a6be973 files/digest-yabause-0.0.7 65
diff --git a/games-emulation/yabause/files/digest-yabause-0.0.7 b/games-emulation/yabause/files/digest-yabause-0.0.7
new file mode 100644
index 000000000000..93e7c560b117
--- /dev/null
+++ b/games-emulation/yabause/files/digest-yabause-0.0.7
@@ -0,0 +1 @@
+MD5 e48ed0a17117f841bf12f6c73ecad47e yabause-0.0.7.tar.gz 185471
diff --git a/games-emulation/yabause/yabause-0.0.7.ebuild b/games-emulation/yabause/yabause-0.0.7.ebuild
new file mode 100644
index 000000000000..5f8c1abcb5de
--- /dev/null
+++ b/games-emulation/yabause/yabause-0.0.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.0.7.ebuild,v 1.1 2005/04/29 16:02:32 dholm Exp $
+
+inherit games
+
+DESCRIPTION="A Sega Saturn emulator"
+HOMEPAGE="http://yabause.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND="media-libs/libsdl
+ media-libs/sdl-gfx
+ media-libs/sdl-image"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog TODO README
+ prepgamesdirs
+}