summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-23 08:54:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-23 08:54:19 +0000
commitdc547c49d039362b270ada1573d9739ef442f932 (patch)
tree8c30a972e7d906302208aa19e83bfe9e6feeeacd /games-emulation
parentAdded to ~ppc-macos. (diff)
downloadhistorical-dc547c49d039362b270ada1573d9739ef442f932.tar.gz
historical-dc547c49d039362b270ada1573d9739ef442f932.tar.bz2
historical-dc547c49d039362b270ada1573d9739ef442f932.zip
clean older ebuild
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/yabause/ChangeLog5
-rw-r--r--games-emulation/yabause/files/digest-yabause-0.0.51
-rw-r--r--games-emulation/yabause/yabause-0.0.5.ebuild20
3 files changed, 4 insertions, 22 deletions
diff --git a/games-emulation/yabause/ChangeLog b/games-emulation/yabause/ChangeLog
index 42a1297f7a90..6cb0fcd8ce4b 100644
--- a/games-emulation/yabause/ChangeLog
+++ b/games-emulation/yabause/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/yabause
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.3 2004/07/06 01:25:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.4 2004/09/23 08:54:19 mr_bones_ Exp $
+
+ 23 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> -yabause-0.0.5.ebuild:
+ clean older ebuild
*yabause-0.0.6 (05 Jul 2004)
diff --git a/games-emulation/yabause/files/digest-yabause-0.0.5 b/games-emulation/yabause/files/digest-yabause-0.0.5
deleted file mode 100644
index b52dc01f7cad..000000000000
--- a/games-emulation/yabause/files/digest-yabause-0.0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9d8e1414d208513c64b0877b7ec1992a yabause-0.0.5.tar.gz 123480
diff --git a/games-emulation/yabause/yabause-0.0.5.ebuild b/games-emulation/yabause/yabause-0.0.5.ebuild
deleted file mode 100644
index f4f5fff9eee9..000000000000
--- a/games-emulation/yabause/yabause-0.0.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.0.5.ebuild,v 1.3 2004/06/24 22:37:47 agriffis 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"
-IUSE=""
-DEPEND="media-libs/libsdl
- media-libs/sdl-image"
-
-src_install() {
- egamesinstall || die "egamesinstall failed"
- dodoc AUTHORS ChangeLog TODO README
-}