summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-01-24 21:29:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-01-24 21:29:03 +0000
commitb464bd0ec07dc81b023b2285917e33d7de6b56cc (patch)
treebb4a826addb64e91d0a5666772b8055fce56b45a /games-emulation
parentStable on sparc (diff)
downloadgentoo-2-b464bd0ec07dc81b023b2285917e33d7de6b56cc.tar.gz
gentoo-2-b464bd0ec07dc81b023b2285917e33d7de6b56cc.tar.bz2
gentoo-2-b464bd0ec07dc81b023b2285917e33d7de6b56cc.zip
clean out old versions and patches
(Portage version: 2.0.51-r14)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/zsnes/ChangeLog7
-rw-r--r--games-emulation/zsnes/files/1.40-LDFLAGS.patch21
-rw-r--r--games-emulation/zsnes/files/command-line.patch25
-rw-r--r--games-emulation/zsnes/files/digest-zsnes-1.37_pre200410241
-rw-r--r--games-emulation/zsnes/files/digest-zsnes-1.401
-rw-r--r--games-emulation/zsnes/zsnes-1.37_pre20041024.ebuild62
-rw-r--r--games-emulation/zsnes/zsnes-1.40.ebuild61
7 files changed, 6 insertions, 172 deletions
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog
index 34a39f67d48c..b75b4f193c70 100644
--- a/games-emulation/zsnes/ChangeLog
+++ b/games-emulation/zsnes/ChangeLog
@@ -1,6 +1,11 @@
# 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.13 2005/01/24 04:59:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.14 2005/01/24 21:29:03 mr_bones_ Exp $
+
+ 24 Jan 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/1.40-LDFLAGS.patch, -files/command-line.patch,
+ -zsnes-1.37_pre20041024.ebuild, -zsnes-1.40.ebuild:
+ clean out old versions and patches
*zsnes-1.42 (23 Jan 2005)
diff --git a/games-emulation/zsnes/files/1.40-LDFLAGS.patch b/games-emulation/zsnes/files/1.40-LDFLAGS.patch
deleted file mode 100644
index 02c4c21330e0..000000000000
--- a/games-emulation/zsnes/files/1.40-LDFLAGS.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- zsnes_1_40/src/configure.in.orig 2004-12-26 17:10:48.876796648 -0500
-+++ zsnes_1_40/src/configure.in 2004-12-26 17:11:46.142091000 -0500
-@@ -15,8 +15,6 @@
- dnl Mingw, because it doesnt have a standard file tree. Maybe if ming do this
- dnl else do -I/usr/include. Or some shit. You figure it out.
-
--LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
--
- dnl -- Same thing here.
-
- AC_CANONICAL_SYSTEM
-@@ -84,7 +82,9 @@
- CFLAGS="$CFLAGS -I$opengl_prefix/include"
- LDFLAGS-"$LDFLAGS -L$opengl_prefix/lib"
- fi
-+if test x$x_libraries != x; then
- LDFLAGS="$LDFLAGS -L$x_libraries"
-+fi
- AC_CHECK_LIB(GL, glGetError,found_opengl="yes",,)
- if test x$found_opengl = xyes; then
- echo checking for OpenGL... yes
diff --git a/games-emulation/zsnes/files/command-line.patch b/games-emulation/zsnes/files/command-line.patch
deleted file mode 100644
index c44bc0231ec9..000000000000
--- a/games-emulation/zsnes/files/command-line.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- zsnes/src/linux/zloaderw.c 2003-10-22 20:10:08.000000000 -0700
-+++ zsnes/src/linux/zloaderw.c.new 2004-10-27 15:32:30.000000000 -0700
-@@ -336,15 +336,14 @@
- }
-
- /* execute rom filename: file.x */
-- if (optopt == '?')
-+ /* getopt permutates argv until all non options are at the end of argv. */
-+ /* since we only expect one non option, it should be the last argument. */
-+ if ( optind == argc - 1 && argv[optind] != NULL)
- {
-- if (argv[optind] != NULL)
-- {
-- fvar=&fname;
-- fvar[0] = strlen(argv[optind]);
-- strncpy(&fvar[1], argv[optind],127);
-- makeextension();
-- }
-+ fvar=&fname;
-+ fvar[0] = strlen(argv[optind]);
-+ strncpy(&fvar[1], argv[optind],127);
-+ makeextension();
- }
-
- zstart();
diff --git a/games-emulation/zsnes/files/digest-zsnes-1.37_pre20041024 b/games-emulation/zsnes/files/digest-zsnes-1.37_pre20041024
deleted file mode 100644
index 81740dda0b80..000000000000
--- a/games-emulation/zsnes/files/digest-zsnes-1.37_pre20041024
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e92f3366cf93a4b541248abe36159f7 ZSNESS_1024.tar.bz2 789791
diff --git a/games-emulation/zsnes/files/digest-zsnes-1.40 b/games-emulation/zsnes/files/digest-zsnes-1.40
deleted file mode 100644
index e047ecfc54f0..000000000000
--- a/games-emulation/zsnes/files/digest-zsnes-1.40
+++ /dev/null
@@ -1 +0,0 @@
-MD5 770afa48055722e76574841ca5976126 zsnes140src.tar.gz 1062598
diff --git a/games-emulation/zsnes/zsnes-1.37_pre20041024.ebuild b/games-emulation/zsnes/zsnes-1.37_pre20041024.ebuild
deleted file mode 100644
index 743568489dc2..000000000000
--- a/games-emulation/zsnes/zsnes-1.37_pre20041024.ebuild
+++ /dev/null
@@ -1,62 +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.37_pre20041024.ebuild,v 1.2 2005/01/24 04:59:30 mr_bones_ Exp $
-
-inherit eutils flag-o-matic games
-
-DESCRIPTION="SNES (Super Nintendo) emulator that uses x86 assembly"
-HOMEPAGE="http://www.zsnes.com/ http://ipherswipsite.com/zsnes/"
-SRC_URI="http://www.ipherswipsite.com/files/zsnes/ZSNESS_${PV/*2004}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~x86 ~amd64"
-IUSE="opengl"
-
-# we need libsdl for headers on amd64, even though we'll technically be using
-# the 32bit sdl from emul-linux-x86-sdl.
-RDEPEND="opengl? ( virtual/opengl )
- >=media-libs/libsdl-1.2.0
- amd64? ( app-emulation/emul-linux-x86-sdl )
- sys-libs/zlib
- media-libs/libpng"
-DEPEND="${RDEPEND}
- >=dev-lang/nasm-0.98
- sys-devel/automake
- >=sys-devel/autoconf-2.58"
-
-S="${WORKDIR}/${PN}"
-
-multilib_check() {
- if has_m32 ; then
- einfo "multilib detected, adding -m32 to CFLAGS. note that opengl"
- einfo "support probably wont work quite right."
- append-flags -m32
- else
- die "zsnes requires multilib support in gcc. please re-emerge gcc with multilib in USE and try again"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}/src"
- epatch "${FILESDIR}/command-line.patch"
- aclocal && autoconf || die "autotools failed"
-}
-
-src_compile() {
- use amd64 && multilib_check
-
- cd src
- egamesconf \
- $(use_enable opengl) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin src/zsnes || die "dogamesbin failed"
- newman src/linux/zsnes.1 zsnes.6
- dodoc *.txt linux/*
- prepgamesdirs
-}
diff --git a/games-emulation/zsnes/zsnes-1.40.ebuild b/games-emulation/zsnes/zsnes-1.40.ebuild
deleted file mode 100644
index 469bc403df09..000000000000
--- a/games-emulation/zsnes/zsnes-1.40.ebuild
+++ /dev/null
@@ -1,61 +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.40.ebuild,v 1.2 2005/01/24 04:59:30 mr_bones_ Exp $
-
-inherit eutils flag-o-matic games
-
-DESCRIPTION="SNES (Super Nintendo) emulator that uses x86 assembly"
-HOMEPAGE="http://www.zsnes.com/ http://ipherswipsite.com/zsnes/"
-SRC_URI="mirror://sourceforge/zsnes/${PN}${PV//.}src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="opengl"
-
-# we need libsdl for headers on amd64, even though we'll technically be using
-# the 32bit sdl from emul-linux-x86-sdl.
-RDEPEND="opengl? ( virtual/opengl )
- >=media-libs/libsdl-1.2.0
- amd64? ( app-emulation/emul-linux-x86-sdl )
- sys-libs/zlib
- media-libs/libpng"
-DEPEND="${RDEPEND}
- >=dev-lang/nasm-0.98
- sys-devel/automake
- >=sys-devel/autoconf-2.58"
-
-S="${WORKDIR}/${PN}_${PV//./_}"
-
-multilib_check() {
- if has_m32 ; then
- einfo "multilib detected, adding -m32 to CFLAGS. note that opengl"
- einfo "support probably wont work quite right."
- append-flags -m32
- else
- die "zsnes requires multilib support in gcc. please re-emerge gcc with multilib in USE and try again"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"/src
- epatch "${FILESDIR}"/${PV}-LDFLAGS.patch
- aclocal && autoconf || die "autotools failed"
-}
-
-src_compile() {
- use amd64 && multilib_check
- cd src
- egamesconf $(use_enable opengl) || die
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin src/zsnes || die "dogamesbin failed"
- newman src/linux/zsnes.1 zsnes.6
- cd docs
- dodoc *.txt README.LINUX
- dohtml -r Linux/*
- prepgamesdirs
-}