summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-05-17 14:16:19 +0000
committerDan Armak <danarmak@gentoo.org>2002-05-17 14:16:19 +0000
commit94583e4c94fb0700d2b04ebc2f4c5bd3e8604611 (patch)
tree27b5b9b56588cf471ded3877cc4a4a893b570f13 /app-emulation/zsnes
parentfix bugs #2746, #2783 - add patch removing a comment line from a .asm source ... (diff)
downloadgentoo-2-94583e4c94fb0700d2b04ebc2f4c5bd3e8604611.tar.gz
gentoo-2-94583e4c94fb0700d2b04ebc2f4c5bd3e8604611.tar.bz2
gentoo-2-94583e4c94fb0700d2b04ebc2f4c5bd3e8604611.zip
CVS: ----------------------------------------------------------------------
Diffstat (limited to 'app-emulation/zsnes')
-rw-r--r--app-emulation/zsnes/files/digest-zsnes-1.337-r11
-rw-r--r--app-emulation/zsnes/files/digest-zsnes-1.337-r2 (renamed from app-emulation/zsnes/files/digest-zsnes-1.337)0
-rw-r--r--app-emulation/zsnes/zsnes-1.337-r1.ebuild35
-rw-r--r--app-emulation/zsnes/zsnes-1.337.ebuild43
4 files changed, 0 insertions, 79 deletions
diff --git a/app-emulation/zsnes/files/digest-zsnes-1.337-r1 b/app-emulation/zsnes/files/digest-zsnes-1.337-r1
deleted file mode 100644
index 503d02e6ea11..000000000000
--- a/app-emulation/zsnes/files/digest-zsnes-1.337-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 092740f7ee0e3fbf92016a45f0a0df8b zsnes1337src.tar.gz 911599
diff --git a/app-emulation/zsnes/files/digest-zsnes-1.337 b/app-emulation/zsnes/files/digest-zsnes-1.337-r2
index 503d02e6ea11..503d02e6ea11 100644
--- a/app-emulation/zsnes/files/digest-zsnes-1.337
+++ b/app-emulation/zsnes/files/digest-zsnes-1.337-r2
diff --git a/app-emulation/zsnes/zsnes-1.337-r1.ebuild b/app-emulation/zsnes/zsnes-1.337-r1.ebuild
deleted file mode 100644
index 43e6596fdee9..000000000000
--- a/app-emulation/zsnes/zsnes-1.337-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/zsnes-1.337-r1.ebuild,v 1.2 2002/05/08 08:48:20 spider Exp $
-# Don't attempt to introduce $CFLAGS usage, docs say result will be slower.
-
-S=${WORKDIR}/${P}
-DESCRIPTION="zsnes is an excellent snes (super nintendo) emulator"
-SRC_URI="ftp://prdownloads.sourceforge.net/zsnes/zsnes1337src.tar.gz"
-HOMEPAGE="http://www.zsnes.com/"
-
-RDEPEND="opengl? ( virtual/opengl )
- virtual/x11
- >=media-libs/libsdl-1.2.0
- sys-libs/zlib
- media-libs/libpng"
-
-DEPEND="${RDEPEND}
- >=dev-lang/nasm-0.98"
-
-
-src_compile() {
- cd ${S}/src
- use opengl || myconf="--without-opengl"
- ./configure --prefix=/usr --host=${CHOST} $myconf || die
- make || die
-}
-src_install () {
- cd ${S}/src
- into /usr
- dobin zsnes
- doman linux/zsnes.man
- cd ${S}
- dodoc *.txt linux/*
-}
diff --git a/app-emulation/zsnes/zsnes-1.337.ebuild b/app-emulation/zsnes/zsnes-1.337.ebuild
deleted file mode 100644
index 21bfaad29240..000000000000
--- a/app-emulation/zsnes/zsnes-1.337.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/zsnes-1.337.ebuild,v 1.3 2002/05/08 08:48:20 spider Exp $
-# Don't attempt to introduce $CFLAGS usage, docs say result will be slower.
-
-DESCRIPTION="zsnes is an excellent snes (super nintendo) emulator"
-
-SRC_URI="ftp://prdownloads.sourceforge.net/zsnes/zsnes1337src.tar.gz"
-
-HOMEPAGE="http://www.zsnes.com/"
-
-S=${WORKDIR}/${P}
-
-DEP="opengl? ( virtual/opengl )
- virtual/x11
- >=media-libs/libsdl-1.2.0
- sys-libs/zlib
- media-libs/libpng"
-
-DEPEND="sys-devel/gcc
- virtual/glibc
- sys-devel/make
- >=dev-lang/nasm-0.98
- $DEP"
-
-RDEPEND="$DEP"
-
-src_compile() {
- cd ${S}/src
- use opengl || myconf="--without-opengl"
- ./configure --prefix=/usr --host=${CHOST} $myconf || die
- make
-}
-src_install () {
- cd ${S}/src
- into /usr
- dobin zsnes
- doman linux/zsnes.man
- cd ${S}
- dodoc *.txt linux/*
-}
-