summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-11-06 17:58:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-11-06 17:58:13 +0000
commitd64c05078e72d5ddbcd5b01ba77848f24af5cfc6 (patch)
tree07176f8d195e128f14bd71b1291be5afbc3a4fc8 /games-emulation
parentStable on ppc64; bug #197752 (diff)
downloadgentoo-2-d64c05078e72d5ddbcd5b01ba77848f24af5cfc6.tar.gz
gentoo-2-d64c05078e72d5ddbcd5b01ba77848f24af5cfc6.tar.bz2
gentoo-2-d64c05078e72d5ddbcd5b01ba77848f24af5cfc6.zip
version bump
(Portage version: 2.1.3.16)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/yabause/ChangeLog8
-rw-r--r--games-emulation/yabause/files/digest-yabause-0.9.13
-rw-r--r--games-emulation/yabause/yabause-0.9.1.ebuild38
3 files changed, 48 insertions, 1 deletions
diff --git a/games-emulation/yabause/ChangeLog b/games-emulation/yabause/ChangeLog
index a84aabe7169e..3c14785c9ee6 100644
--- a/games-emulation/yabause/ChangeLog
+++ b/games-emulation/yabause/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-emulation/yabause
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.19 2007/09/25 05:47:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.20 2007/11/06 17:58:12 mr_bones_ Exp $
+
+*yabause-0.9.1 (06 Nov 2007)
+
+ 06 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org>
+ +yabause-0.9.1.ebuild:
+ version bump
*yabause-0.9.0 (25 Sep 2007)
diff --git a/games-emulation/yabause/files/digest-yabause-0.9.1 b/games-emulation/yabause/files/digest-yabause-0.9.1
new file mode 100644
index 000000000000..bfcd979d6839
--- /dev/null
+++ b/games-emulation/yabause/files/digest-yabause-0.9.1
@@ -0,0 +1,3 @@
+MD5 cf4648aa5696ac44459b6a26d5c0008d yabause-0.9.1.tar.gz 540853
+RMD160 0a547f310a362d359a1c7492a1d0d863fd89f63d yabause-0.9.1.tar.gz 540853
+SHA256 c61bbaaaa886a089a666cf360135f57e942857c81a66b008bad6a9ec607a54f1 yabause-0.9.1.tar.gz 540853
diff --git a/games-emulation/yabause/yabause-0.9.1.ebuild b/games-emulation/yabause/yabause-0.9.1.ebuild
new file mode 100644
index 000000000000..ffd486dbd0f9
--- /dev/null
+++ b/games-emulation/yabause/yabause-0.9.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.9.1.ebuild,v 1.1 2007/11/06 17:58:12 mr_bones_ Exp $
+
+inherit autotools games
+
+DESCRIPTION="A Sega Saturn emulator"
+HOMEPAGE="http://yabause.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="=x11-libs/gtk+-2*
+ x11-libs/gtkglext
+ virtual/opengl
+ virtual/glu
+ virtual/glut
+ media-libs/libsdl"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i 's:$(datadir):/usr/share:' \
+ src/gtk/Makefile.am \
+ || die "sed failed"
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog GOALS README README.LIN TODO
+ prepgamesdirs
+}