Remove old versions
authorTristan Heaven <tristan@gentoo.org>
Thu, 23 Nov 2006 22:37:28 +0000 (22:37 +0000)
committerTristan Heaven <tristan@gentoo.org>
Thu, 23 Nov 2006 22:37:28 +0000 (22:37 +0000)
Package-Manager: portage-2.1.2_rc2-r1

games-emulation/yabause/files/digest-yabause-0.6.0 [deleted file]
games-emulation/yabause/files/digest-yabause-0.7.0 [deleted file]
games-emulation/yabause/files/digest-yabause-0.7.1 [deleted file]
games-emulation/yabause/yabause-0.6.0.ebuild [deleted file]
games-emulation/yabause/yabause-0.7.0.ebuild [deleted file]
games-emulation/yabause/yabause-0.7.1.ebuild [deleted file]

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 (file)
index d6da78b..0000000
+++ /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 (file)
index cc0f4cb..0000000
+++ /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 (file)
index d384f6d..0000000
+++ /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 (file)
index fe0e7d7..0000000
+++ /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 (file)
index a9a3f26..0000000
+++ /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 (file)
index 2f8a861..0000000
+++ /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
-}