summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-10-01 00:27:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-10-01 00:27:04 +0000
commit500d4ef85b00b4dc2c657f62f2f450b619c5ee5a (patch)
treeaec8b112a6b1b0ac7fd9dae9f81ca2b37cab5650 /games-emulation
parentlatest is the default (diff)
downloadgentoo-2-500d4ef85b00b4dc2c657f62f2f450b619c5ee5a.tar.gz
gentoo-2-500d4ef85b00b4dc2c657f62f2f450b619c5ee5a.tar.bz2
gentoo-2-500d4ef85b00b4dc2c657f62f2f450b619c5ee5a.zip
old
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/tuxnes/files/digest-tuxnes-0.753
-rw-r--r--games-emulation/tuxnes/tuxnes-0.75.ebuild54
2 files changed, 0 insertions, 57 deletions
diff --git a/games-emulation/tuxnes/files/digest-tuxnes-0.75 b/games-emulation/tuxnes/files/digest-tuxnes-0.75
deleted file mode 100644
index aeda4a20064b..000000000000
--- a/games-emulation/tuxnes/files/digest-tuxnes-0.75
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5db0cd42dfdff3e681805e93b4867c43 tuxnes-0.75.tar.gz 198735
-RMD160 d4a94e00f7c90cbf6fbf19537ede22aca05eeafd tuxnes-0.75.tar.gz 198735
-SHA256 217fc57fdd2a5ec360c197ea36110ec929d3f27c88cf875f0f4723b3496ed7c2 tuxnes-0.75.tar.gz 198735
diff --git a/games-emulation/tuxnes/tuxnes-0.75.ebuild b/games-emulation/tuxnes/tuxnes-0.75.ebuild
deleted file mode 100644
index 8cd6e6b2b484..000000000000
--- a/games-emulation/tuxnes/tuxnes-0.75.ebuild
+++ /dev/null
@@ -1,54 +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/tuxnes/tuxnes-0.75.ebuild,v 1.9 2006/10/18 19:37:48 nyhm Exp $
-
-WANT_AUTOCONF=latest
-WANT_AUTOMAKE=latest
-inherit autotools flag-o-matic eutils games
-
-DESCRIPTION="emulator for the 8-bit Nintendo Entertainment System"
-HOMEPAGE="http://tuxnes.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="X ggi"
-
-RDEPEND="X? (
- x11-libs/libXext
- x11-libs/libICE
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libSM )
- ggi? ( >=media-libs/libggi-2.0.1 )"
-DEPEND="${RDEPEND}
- X? (
- x11-proto/xextproto
- x11-proto/xproto )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch \
- "${FILESDIR}"/${P}-configure.in.patch \
- "${FILESDIR}"/${P}-gcc34.patch
- eautoreconf
-}
-
-src_compile() {
- replace-flags "-O?" "-O"
- egamesconf \
- --without-w \
- $(use_with ggi) \
- $(use_with X x) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- doicon tuxnes.xpm tuxnes2.xpm
- dodoc AUTHORS BUGS ChangeLog CHANGES NEWS README THANKS
- prepgamesdirs
-}