summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-02-02 21:34:12 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-02-02 21:34:12 +0000
commit1aa58fddd85cd775c8ff5c558dd5accc4eed5ce8 (patch)
tree659ca1b95fc9a4427604cc94c3886727e44f35d7 /games-emulation/infones
parentStable on hppa. See bug #119232. (diff)
downloadgentoo-2-1aa58fddd85cd775c8ff5c558dd5accc4eed5ce8.tar.gz
gentoo-2-1aa58fddd85cd775c8ff5c558dd5accc4eed5ce8.tar.bz2
gentoo-2-1aa58fddd85cd775c8ff5c558dd5accc4eed5ce8.zip
old
(Portage version: 2.0.54)
Diffstat (limited to 'games-emulation/infones')
-rw-r--r--games-emulation/infones/files/digest-infones-0.921
-rw-r--r--games-emulation/infones/files/digest-infones-0.931
-rw-r--r--games-emulation/infones/infones-0.92.ebuild37
-rw-r--r--games-emulation/infones/infones-0.93.ebuild36
4 files changed, 0 insertions, 75 deletions
diff --git a/games-emulation/infones/files/digest-infones-0.92 b/games-emulation/infones/files/digest-infones-0.92
deleted file mode 100644
index 04c088934da6..000000000000
--- a/games-emulation/infones/files/digest-infones-0.92
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cc51d38ea607bc16aa15e54f21fe997b InfoNES092J_Src.zip 235333
diff --git a/games-emulation/infones/files/digest-infones-0.93 b/games-emulation/infones/files/digest-infones-0.93
deleted file mode 100644
index 6251ccc652a5..000000000000
--- a/games-emulation/infones/files/digest-infones-0.93
+++ /dev/null
@@ -1 +0,0 @@
-MD5 96a601b075229faa30778aa582c2f5bb InfoNES093J_Src.zip 253566
diff --git a/games-emulation/infones/infones-0.92.ebuild b/games-emulation/infones/infones-0.92.ebuild
deleted file mode 100644
index 8d60a03f9e69..000000000000
--- a/games-emulation/infones/infones-0.92.ebuild
+++ /dev/null
@@ -1,37 +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/infones/infones-0.92.ebuild,v 1.6 2004/11/03 00:15:18 vapier Exp $
-
-inherit games
-
-MY_P="InfoNES${PV//.}J_Src"
-DESCRIPTION="A fast and portable NES emulator"
-HOMEPAGE="http://www.geocities.co.jp/SiliconValley/5604/infones/"
-SRC_URI="http://www.geocities.co.jp/SiliconValley/5604/bin/${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="=x11-libs/gtk+-1.2*
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-arch/unzip
- >=sys-apps/sed-4"
-
-S=${WORKDIR}/${MY_P}/linux
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e "s:-O2:${CFLAGS}:" Makefile \
- || die "sed Makefile failed"
-}
-
-src_install() {
- dogamesbin InfoNES || die "dogamesbin failed"
- dohtml ../doc/readme.html
- prepgamesdirs
-}
diff --git a/games-emulation/infones/infones-0.93.ebuild b/games-emulation/infones/infones-0.93.ebuild
deleted file mode 100644
index b6fcdbb97690..000000000000
--- a/games-emulation/infones/infones-0.93.ebuild
+++ /dev/null
@@ -1,36 +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/infones/infones-0.93.ebuild,v 1.1 2004/11/24 07:54:26 mr_bones_ Exp $
-
-inherit games
-
-MY_P="InfoNES${PV//.}J_Src"
-DESCRIPTION="A fast and portable NES emulator"
-HOMEPAGE="http://www.geocities.co.jp/SiliconValley/5604/infones/"
-SRC_URI="http://www.geocities.co.jp/SiliconValley/5604/bin/${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="=x11-libs/gtk+-1.2*
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}/linux"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "s:-O2:${CFLAGS}:" Makefile \
- || die "sed Makefile failed"
-}
-
-src_install() {
- dogamesbin InfoNES || die "dogamesbin failed"
- dohtml ../doc/readme.html
- prepgamesdirs
-}