diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-01-26 18:59:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-01-26 18:59:31 +0000 |
commit | fd333a003b320a80c3e19d37d82208984e9d6d9a (patch) | |
tree | 48d53986764f544bc7d637f7774cef7424ab40a8 /games-emulation | |
parent | Moved dev-java/quartz to Java junkyard overlay. Till we can get an updated ve... (diff) | |
download | gentoo-2-fd333a003b320a80c3e19d37d82208984e9d6d9a.tar.gz gentoo-2-fd333a003b320a80c3e19d37d82208984e9d6d9a.tar.bz2 gentoo-2-fd333a003b320a80c3e19d37d82208984e9d6d9a.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/yabause/files/digest-yabause-0.9.1 | 3 | ||||
-rw-r--r-- | games-emulation/yabause/files/digest-yabause-0.9.2 | 3 | ||||
-rw-r--r-- | games-emulation/yabause/yabause-0.9.1.ebuild | 38 | ||||
-rw-r--r-- | games-emulation/yabause/yabause-0.9.2.ebuild | 38 |
4 files changed, 0 insertions, 82 deletions
diff --git a/games-emulation/yabause/files/digest-yabause-0.9.1 b/games-emulation/yabause/files/digest-yabause-0.9.1 deleted file mode 100644 index bfcd979d6839..000000000000 --- a/games-emulation/yabause/files/digest-yabause-0.9.1 +++ /dev/null @@ -1,3 +0,0 @@ -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/files/digest-yabause-0.9.2 b/games-emulation/yabause/files/digest-yabause-0.9.2 deleted file mode 100644 index b69db7af6709..000000000000 --- a/games-emulation/yabause/files/digest-yabause-0.9.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 45d5fc2cc6b7b757b6d2cb97f794d7f8 yabause-0.9.2.tar.gz 551031 -RMD160 fc37d101a61e99d8a81d9c75d36508d6d1dac0d0 yabause-0.9.2.tar.gz 551031 -SHA256 15ff8ea5b8d6fce4973543bfb3d09fc8c0d3e2e36f48312024272432d4584884 yabause-0.9.2.tar.gz 551031 diff --git a/games-emulation/yabause/yabause-0.9.1.ebuild b/games-emulation/yabause/yabause-0.9.1.ebuild deleted file mode 100644 index ffd486dbd0f9..000000000000 --- a/games-emulation/yabause/yabause-0.9.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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 -} diff --git a/games-emulation/yabause/yabause-0.9.2.ebuild b/games-emulation/yabause/yabause-0.9.2.ebuild deleted file mode 100644 index 86fbf133cb63..000000000000 --- a/games-emulation/yabause/yabause-0.9.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.2.ebuild,v 1.1 2007/12/17 03:27:40 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 -} |