summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-08 20:41:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-08 20:41:45 +0000
commit1d3a0dac29d0f4a6374ec25502e6533c377a1864 (patch)
treed74eab3f244c5baddb9bdc9ec1557be49fce0e38 /games-emulation/yabause
parentstable for x86 (diff)
downloadgentoo-2-1d3a0dac29d0f4a6374ec25502e6533c377a1864.tar.gz
gentoo-2-1d3a0dac29d0f4a6374ec25502e6533c377a1864.tar.bz2
gentoo-2-1d3a0dac29d0f4a6374ec25502e6533c377a1864.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-emulation/yabause')
-rw-r--r--games-emulation/yabause/files/digest-yabause-0.0.61
-rw-r--r--games-emulation/yabause/yabause-0.0.6.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/games-emulation/yabause/files/digest-yabause-0.0.6 b/games-emulation/yabause/files/digest-yabause-0.0.6
deleted file mode 100644
index 98dcf428f402..000000000000
--- a/games-emulation/yabause/files/digest-yabause-0.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 45e27aed48a8416691393327169780b3 yabause-0.0.6.tar.gz 132985
diff --git a/games-emulation/yabause/yabause-0.0.6.ebuild b/games-emulation/yabause/yabause-0.0.6.ebuild
deleted file mode 100644
index 5c1efd877a30..000000000000
--- a/games-emulation/yabause/yabause-0.0.6.ebuild
+++ /dev/null
@@ -1,24 +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.6.ebuild,v 1.2 2004/09/23 08:54:41 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="x86 ~ppc"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-gfx
- media-libs/sdl-image"
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog TODO README
- prepgamesdirs
-}