diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-22 07:46:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-22 07:46:06 +0000 |
commit | 0ca1882d044f1fd0b9d3bbdbd8d8aa6c52eebcc3 (patch) | |
tree | a5b2573b7c84d9efcbcbf50a8738253518ceef69 /games-emulation | |
parent | version bump (diff) | |
download | gentoo-2-0ca1882d044f1fd0b9d3bbdbd8d8aa6c52eebcc3.tar.gz gentoo-2-0ca1882d044f1fd0b9d3bbdbd8d8aa6c52eebcc3.tar.bz2 gentoo-2-0ca1882d044f1fd0b9d3bbdbd8d8aa6c52eebcc3.zip |
version bump; clean out older ebuilds
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/yabause/ChangeLog | 10 | ||||
-rw-r--r-- | games-emulation/yabause/files/digest-yabause-0.7.0 | 3 | ||||
-rw-r--r-- | games-emulation/yabause/yabause-0.7.0.ebuild | 32 |
3 files changed, 43 insertions, 2 deletions
diff --git a/games-emulation/yabause/ChangeLog b/games-emulation/yabause/ChangeLog index 06f8c7038475..94e5ab62c5b4 100644 --- a/games-emulation/yabause/ChangeLog +++ b/games-emulation/yabause/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/yabause -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.9 2005/12/27 18:43:12 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.10 2006/08/22 07:46:06 mr_bones_ Exp $ + +*yabause-0.7.0 (22 Aug 2006) + + 22 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> + -yabause-0.0.7.ebuild, -yabause-0.5.0.ebuild, +yabause-0.7.0.ebuild: + version bump; clean out older ebuilds *yabause-0.6.0 (27 Dec 2005) diff --git a/games-emulation/yabause/files/digest-yabause-0.7.0 b/games-emulation/yabause/files/digest-yabause-0.7.0 new file mode 100644 index 000000000000..cc0f4cb1ab3e --- /dev/null +++ b/games-emulation/yabause/files/digest-yabause-0.7.0 @@ -0,0 +1,3 @@ +MD5 b4c47ad433b2cbd6a0c9f8be5959ccff yabause-0.7.0.tar.gz 433706 +RMD160 a24db5127a6f0ae09e36a2171a615febf11ce270 yabause-0.7.0.tar.gz 433706 +SHA256 bc67d5a189624f8d0f71c116f768eac7c1bca34ea447d4244b00ca7081487d2d yabause-0.7.0.tar.gz 433706 diff --git a/games-emulation/yabause/yabause-0.7.0.ebuild b/games-emulation/yabause/yabause-0.7.0.ebuild new file mode 100644 index 000000000000..aa5a2785c1e4 --- /dev/null +++ b/games-emulation/yabause/yabause-0.7.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.7.0.ebuild,v 1.1 2006/08/22 07:46:06 mr_bones_ 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="~ppc x86" +IUSE="gtk" + +RDEPEND="=x11-libs/gtk+-2* + =x11-libs/gtkglext-1.0* + virtual/opengl + virtual/glut + media-libs/libsdl + media-libs/sdl-gfx + media-libs/sdl-image" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +S=${WORKDIR}/${PN} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog TODO README + prepgamesdirs +} |