summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-05-30 11:53:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-05-30 11:53:43 +0000
commitf558369a1a3f32458cd4397d5590a287402607b0 (patch)
treeb82067c910bb9ead783376c5a2f4351587880ef4 /games-emulation/zsnes
parentDoesn't build cd-paranoia if minimal flag is specified; change name of cd-par... (diff)
downloadgentoo-2-f558369a1a3f32458cd4397d5590a287402607b0.tar.gz
gentoo-2-f558369a1a3f32458cd4397d5590a287402607b0.tar.bz2
gentoo-2-f558369a1a3f32458cd4397d5590a287402607b0.zip
clean old version
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r--games-emulation/zsnes/ChangeLog5
-rw-r--r--games-emulation/zsnes/files/digest-zsnes-1.361
-rw-r--r--games-emulation/zsnes/zsnes-1.36.ebuild36
3 files changed, 4 insertions, 38 deletions
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog
index e065ae21d8e0..b7cfdc852ce1 100644
--- a/games-emulation/zsnes/ChangeLog
+++ b/games-emulation/zsnes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/zsnes
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.17 2005/05/08 17:10:14 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.18 2005/05/30 11:53:43 mr_bones_ Exp $
+
+ 30 May 2005; Michael Sterrett <mr_bones_@gentoo.org> -zsnes-1.36.ebuild:
+ clean old version
08 May 2005; Herbie Hopkins <herbs@gentoo.org> zsnes-1.42.ebuild:
Stable on amd64.
diff --git a/games-emulation/zsnes/files/digest-zsnes-1.36 b/games-emulation/zsnes/files/digest-zsnes-1.36
deleted file mode 100644
index 95b924b5ba5a..000000000000
--- a/games-emulation/zsnes/files/digest-zsnes-1.36
+++ /dev/null
@@ -1 +0,0 @@
-MD5 576f6f5cc50c7c6f7877aca220ee99b3 zsnes136src.tar.gz 901081
diff --git a/games-emulation/zsnes/zsnes-1.36.ebuild b/games-emulation/zsnes/zsnes-1.36.ebuild
deleted file mode 100644
index ed6b0f46aa00..000000000000
--- a/games-emulation/zsnes/zsnes-1.36.ebuild
+++ /dev/null
@@ -1,36 +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/zsnes/zsnes-1.36.ebuild,v 1.7 2005/01/24 04:59:30 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="SNES (Super Nintendo) emulator that uses x86 assembly"
-HOMEPAGE="http://www.zsnes.com/"
-SRC_URI="mirror://sourceforge/zsnes/zsnes${PV//./}src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE="opengl"
-
-RDEPEND="opengl? ( virtual/opengl )
- >=media-libs/libsdl-1.2.0
- sys-libs/zlib
- media-libs/libpng"
-DEPEND="${RDEPEND}
- >=dev-lang/nasm-0.98"
-
-src_compile() {
- # Do NOT introduce custom ${CFLAGS}.
- # Current choices are the optimal ones
- cd src
- egamesconf `use_with opengl` || die
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin src/zsnes
- newman src/linux/zsnes.1 zsnes.6
- dodoc *.txt linux/*
- prepgamesdirs
-}