summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2002-11-17 22:44:42 +0000
committerHanno Boeck <hanno@gentoo.org>2002-11-17 22:44:42 +0000
commit8651f4c17e113fc76a32673d9fd741a181a121b5 (patch)
tree90679ec3ca97d8fde1bf506c33ca0aa3c0005ff1 /app-emulation
parentsmall deps fix to fix bug 10731 (diff)
downloadhistorical-8651f4c17e113fc76a32673d9fd741a181a121b5.tar.gz
historical-8651f4c17e113fc76a32673d9fd741a181a121b5.tar.bz2
historical-8651f4c17e113fc76a32673d9fd741a181a121b5.zip
removed obsolete version 1.337 (also causes problems with version
numbering). fixed some lintool-warnings.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/zsnes/files/digest-zsnes-1.337-r21
-rw-r--r--app-emulation/zsnes/files/zsnes-1.337-gentoo.patch12
-rw-r--r--app-emulation/zsnes/zsnes-1.337-r2.ebuild41
-rw-r--r--app-emulation/zsnes/zsnes-1.35-r1.ebuild4
-rw-r--r--app-emulation/zsnes/zsnes-1.35.ebuild4
-rw-r--r--app-emulation/zsnes/zsnes-1.36.ebuild4
6 files changed, 6 insertions, 60 deletions
diff --git a/app-emulation/zsnes/files/digest-zsnes-1.337-r2 b/app-emulation/zsnes/files/digest-zsnes-1.337-r2
deleted file mode 100644
index 503d02e6ea11..000000000000
--- a/app-emulation/zsnes/files/digest-zsnes-1.337-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 092740f7ee0e3fbf92016a45f0a0df8b zsnes1337src.tar.gz 911599
diff --git a/app-emulation/zsnes/files/zsnes-1.337-gentoo.patch b/app-emulation/zsnes/files/zsnes-1.337-gentoo.patch
deleted file mode 100644
index 1800f664442c..000000000000
--- a/app-emulation/zsnes/files/zsnes-1.337-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -NruB zsnes/src/init.asm zsnes.new/src/init.asm
---- zsnes/src/init.asm Thu May 16 14:29:18 2002
-+++ zsnes.new/src/init.asm Thu May 16 14:27:24 2002
-@@ -4602,7 +4602,6 @@
- ; check for 2nd+ part of file
- mov edi,fname+1
- mov byte[.cchar],'\'
-- ; get position of . or \
- .nextsearch
- cmp byte[edi],0
- je .nomore
-
diff --git a/app-emulation/zsnes/zsnes-1.337-r2.ebuild b/app-emulation/zsnes/zsnes-1.337-r2.ebuild
deleted file mode 100644
index eb194efc091b..000000000000
--- a/app-emulation/zsnes/zsnes-1.337-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/zsnes-1.337-r2.ebuild,v 1.10 2002/10/17 01:18:52 vapier Exp $
-
-# Don't attempt to introduce $CFLAGS usage, docs say result will be slower.
-
-IUSE="opengl"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="zsnes is an excellent snes (super nintendo) emulator"
-SRC_URI="mirror://sourceforge/zsnes/zsnes1337src.tar.gz"
-HOMEPAGE="http://www.zsnes.com/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 -sparc -sparc64 -ppc"
-
-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() {
- patch -p1 < ${FILESDIR}/${P}-gentoo.patch
- 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.35-r1.ebuild b/app-emulation/zsnes/zsnes-1.35-r1.ebuild
index 0cf4e78310b0..b062da5aab9d 100644
--- a/app-emulation/zsnes/zsnes-1.35-r1.ebuild
+++ b/app-emulation/zsnes/zsnes-1.35-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/zsnes-1.35-r1.ebuild,v 1.6 2002/10/17 01:18:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/zsnes-1.35-r1.ebuild,v 1.7 2002/11/17 22:44:42 hanno Exp $
# Don't attempt to introduce $CFLAGS usage, docs say result will be slower.
@@ -22,7 +22,7 @@ RDEPEND="opengl? ( virtual/opengl )
DEPEND="${RDEPEND}
>=dev-lang/nasm-0.98"
-
+
src_compile() {
patch -p1 < ${FILESDIR}/${P}-cvs.patch || die "CVS patch failed"
diff --git a/app-emulation/zsnes/zsnes-1.35.ebuild b/app-emulation/zsnes/zsnes-1.35.ebuild
index 3116f648f818..ae3411ff1dca 100644
--- a/app-emulation/zsnes/zsnes-1.35.ebuild
+++ b/app-emulation/zsnes/zsnes-1.35.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/zsnes-1.35.ebuild,v 1.5 2002/10/17 01:18:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/zsnes-1.35.ebuild,v 1.6 2002/11/17 22:44:42 hanno Exp $
# Don't attempt to introduce $CFLAGS usage, docs say result will be slower.
@@ -22,7 +22,7 @@ RDEPEND="opengl? ( virtual/opengl )
DEPEND="${RDEPEND}
>=dev-lang/nasm-0.98"
-
+
src_compile() {
patch -p1 < ${FILESDIR}/${P}-gentoo.patch
diff --git a/app-emulation/zsnes/zsnes-1.36.ebuild b/app-emulation/zsnes/zsnes-1.36.ebuild
index 76c6077754ff..bc1f2b19f2fd 100644
--- a/app-emulation/zsnes/zsnes-1.36.ebuild
+++ b/app-emulation/zsnes/zsnes-1.36.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/zsnes-1.36.ebuild,v 1.6 2002/11/03 18:26:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/zsnes-1.36.ebuild,v 1.7 2002/11/17 22:44:42 hanno Exp $
# Don't attempt to introduce $CFLAGS usage, docs say result will be slower.
@@ -22,7 +22,7 @@ RDEPEND="opengl? ( virtual/opengl )
DEPEND="${RDEPEND}
>=dev-lang/nasm-0.98"
-
+
pkg_setup() {
# xfree should not install these, remove until the fixed
# xfree is in main use.