diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-29 18:01:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-29 18:01:27 +0000 |
commit | ba6244e07bb97c0764a4aa3682eeb1690ecc37b1 (patch) | |
tree | d08b0986aaf7ad9cd9e583a99be25a56525633b8 /games-emulation/yabause | |
parent | Move from gcc-powerpc64 to kgcc64 (diff) | |
download | gentoo-2-ba6244e07bb97c0764a4aa3682eeb1690ecc37b1.tar.gz gentoo-2-ba6244e07bb97c0764a4aa3682eeb1690ecc37b1.tar.bz2 gentoo-2-ba6244e07bb97c0764a4aa3682eeb1690ecc37b1.zip |
sync up keywords that were dropped accidentally; stable for x86; clean out old version for bug #172602
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-emulation/yabause')
-rw-r--r-- | games-emulation/yabause/ChangeLog | 9 | ||||
-rw-r--r-- | games-emulation/yabause/files/digest-yabause-0.7.2 | 3 | ||||
-rw-r--r-- | games-emulation/yabause/yabause-0.7.2.ebuild | 41 | ||||
-rw-r--r-- | games-emulation/yabause/yabause-0.8.0.ebuild | 8 |
4 files changed, 10 insertions, 51 deletions
diff --git a/games-emulation/yabause/ChangeLog b/games-emulation/yabause/ChangeLog index 0e209bbb5ee3..adf532a5656c 100644 --- a/games-emulation/yabause/ChangeLog +++ b/games-emulation/yabause/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/yabause -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.15 2006/12/25 09:01:06 kingtaco Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.16 2007/03/29 18:01:27 mr_bones_ Exp $ + + 29 Mar 2007; Michael Sterrett <mr_bones_@gentoo.org> + -yabause-0.7.2.ebuild, yabause-0.8.0.ebuild: + sync up keywords that were dropped accidentally; stable for x86; clean out old + version for bug #172602 25 Dec 2006; Mike Doty <kingtaco@gentoo.org> yabause-0.7.2.ebuild: ~amd64 added diff --git a/games-emulation/yabause/files/digest-yabause-0.7.2 b/games-emulation/yabause/files/digest-yabause-0.7.2 deleted file mode 100644 index 28cc17e095a3..000000000000 --- a/games-emulation/yabause/files/digest-yabause-0.7.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fcf19fee7769ba4c1b60616953e41f31 yabause-0.7.2.tar.gz 457376 -RMD160 a099586a57b3fd6f0e192c510db86b572753f990 yabause-0.7.2.tar.gz 457376 -SHA256 c748703e912066cb2b225a1d3045799cbd3d5b288dfe3bdb4e5ec2e40abf7e4b yabause-0.7.2.tar.gz 457376 diff --git a/games-emulation/yabause/yabause-0.7.2.ebuild b/games-emulation/yabause/yabause-0.7.2.ebuild deleted file mode 100644 index 99abc98f0bae..000000000000 --- a/games-emulation/yabause/yabause-0.7.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.2.ebuild,v 1.2 2006/12/25 09:01:06 kingtaco 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="~amd64 ~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_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "s/COLSATSTRIPRIORITY/COLSATSTRIPPRIORITY/" \ - src/vidsoft.c \ - || die "sed failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog TODO README - prepgamesdirs -} diff --git a/games-emulation/yabause/yabause-0.8.0.ebuild b/games-emulation/yabause/yabause-0.8.0.ebuild index 4744e0853c1b..06e7bf1bc656 100644 --- a/games-emulation/yabause/yabause-0.8.0.ebuild +++ b/games-emulation/yabause/yabause-0.8.0.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.8.0.ebuild,v 1.1 2006/12/24 10:12:50 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.8.0.ebuild,v 1.2 2007/03/29 18:01:27 mr_bones_ Exp $ -WANT_AUTOCONF=latest -WANT_AUTOMAKE=latest inherit autotools eutils games DESCRIPTION="A Sega Saturn emulator" @@ -12,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND="=x11-libs/gtk+-2* |