diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-13 03:43:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-13 03:43:24 +0000 |
commit | 4ec068081023a5ab14fca6a7cda8f3a609e7b396 (patch) | |
tree | 73aae49ff5579d6da220d5284e058245146e85de /games-emulation | |
parent | Bump. Bugfixes. (diff) | |
download | gentoo-2-4ec068081023a5ab14fca6a7cda8f3a609e7b396.tar.gz gentoo-2-4ec068081023a5ab14fca6a7cda8f3a609e7b396.tar.bz2 gentoo-2-4ec068081023a5ab14fca6a7cda8f3a609e7b396.zip |
version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/yabause/ChangeLog | 10 | ||||
-rw-r--r-- | games-emulation/yabause/yabause-0.9.8.ebuild | 39 | ||||
-rw-r--r-- | games-emulation/yabause/yabause-0.9.9.ebuild (renamed from games-emulation/yabause/yabause-0.9.7.ebuild) | 4 |
3 files changed, 10 insertions, 43 deletions
diff --git a/games-emulation/yabause/ChangeLog b/games-emulation/yabause/ChangeLog index 7f4ed204c3a1..d9e4d2c56eb5 100644 --- a/games-emulation/yabause/ChangeLog +++ b/games-emulation/yabause/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/yabause -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.28 2008/12/01 00:50:36 nyhm Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.29 2009/01/13 03:43:24 mr_bones_ Exp $ + +*yabause-0.9.9 (13 Jan 2009) + + 13 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + +yabause-0.9.9.ebuild: + version bump *yabause-0.9.8 (01 Dec 2008) diff --git a/games-emulation/yabause/yabause-0.9.8.ebuild b/games-emulation/yabause/yabause-0.9.8.ebuild deleted file mode 100644 index 38b3fd8f633c..000000000000 --- a/games-emulation/yabause/yabause-0.9.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.9.8.ebuild,v 1.1 2008/12/01 00:50:36 nyhm Exp $ - -EAPI=1 -inherit 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_compile() { - egamesconf \ - --datadir=/usr/share \ - --with-port=gtk \ - || die - emake -C src/c68k gen68k || die "emake failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog GOALS README README.LIN TODO - prepgamesdirs -} diff --git a/games-emulation/yabause/yabause-0.9.7.ebuild b/games-emulation/yabause/yabause-0.9.9.ebuild index 5c372aca884c..ea914c4074bc 100644 --- a/games-emulation/yabause/yabause-0.9.7.ebuild +++ b/games-emulation/yabause/yabause-0.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.9.7.ebuild,v 1.1 2008/08/31 22:03:26 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.9.9.ebuild,v 1.1 2009/01/13 03:43:24 mr_bones_ Exp $ EAPI=1 inherit games |