summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2006-11-23 22:37:28 +0000
committerTristan Heaven <tristan@gentoo.org>2006-11-23 22:37:28 +0000
commit9cb81b0abaf8c393f44e76b0be71f56af19657c7 (patch)
tree64e96e864df56c1883924feae36f07e3ea07d494 /games-emulation
parentFix post-install instructions, thanks to James McArthur, bug 108946 (diff)
downloadhistorical-9cb81b0abaf8c393f44e76b0be71f56af19657c7.tar.gz
historical-9cb81b0abaf8c393f44e76b0be71f56af19657c7.tar.bz2
historical-9cb81b0abaf8c393f44e76b0be71f56af19657c7.zip
Remove old versions
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/yabause/files/digest-yabause-0.6.01
-rw-r--r--games-emulation/yabause/files/digest-yabause-0.7.03
-rw-r--r--games-emulation/yabause/files/digest-yabause-0.7.13
-rw-r--r--games-emulation/yabause/yabause-0.6.0.ebuild35
-rw-r--r--games-emulation/yabause/yabause-0.7.0.ebuild41
-rw-r--r--games-emulation/yabause/yabause-0.7.1.ebuild41
6 files changed, 0 insertions, 124 deletions
diff --git a/games-emulation/yabause/files/digest-yabause-0.6.0 b/games-emulation/yabause/files/digest-yabause-0.6.0
deleted file mode 100644
index d6da78bee4e9..000000000000
--- a/games-emulation/yabause/files/digest-yabause-0.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ae0ec1df16c189f792ab2bf07fe52217 yabause-0.6.0.tar.gz 365070
diff --git a/games-emulation/yabause/files/digest-yabause-0.7.0 b/games-emulation/yabause/files/digest-yabause-0.7.0
deleted file mode 100644
index cc0f4cb1ab3e..000000000000
--- a/games-emulation/yabause/files/digest-yabause-0.7.0
+++ /dev/null
@@ -1,3 +0,0 @@
-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/files/digest-yabause-0.7.1 b/games-emulation/yabause/files/digest-yabause-0.7.1
deleted file mode 100644
index d384f6db89e2..000000000000
--- a/games-emulation/yabause/files/digest-yabause-0.7.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7d99020ed5bd0172205fd81c1cf83753 yabause-0.7.1.tar.gz 451926
-RMD160 4581f448c81c2e82b462463137fa6b8fc16c9257 yabause-0.7.1.tar.gz 451926
-SHA256 bbcab3dc02660a4b09f6c7359cd0a3adbc9a0d108c74b718eb9e06b4532679ef yabause-0.7.1.tar.gz 451926
diff --git a/games-emulation/yabause/yabause-0.6.0.ebuild b/games-emulation/yabause/yabause-0.6.0.ebuild
deleted file mode 100644
index fe0e7d7471eb..000000000000
--- a/games-emulation/yabause/yabause-0.6.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.6.0.ebuild,v 1.1 2005/12/27 18:43:12 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="gtk? ( =x11-libs/gtk+-2* )
- virtual/opengl
- media-libs/libsdl
- media-libs/sdl-gfx
- media-libs/sdl-image"
-DEPEND="${RDEPEND}
- gtk? ( dev-util/pkgconfig )"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- egamesconf $(use_with gtk) || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog TODO README
- prepgamesdirs
-}
diff --git a/games-emulation/yabause/yabause-0.7.0.ebuild b/games-emulation/yabause/yabause-0.7.0.ebuild
deleted file mode 100644
index a9a3f26a0c8f..000000000000
--- a/games-emulation/yabause/yabause-0.7.0.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.0.ebuild,v 1.2 2006/08/23 07:06:22 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_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.7.1.ebuild b/games-emulation/yabause/yabause-0.7.1.ebuild
deleted file mode 100644
index 2f8a8618e960..000000000000
--- a/games-emulation/yabause/yabause-0.7.1.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.1.ebuild,v 1.1 2006/09/02 07:18:22 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_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
-}