diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 03:02:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 03:02:48 +0000 |
commit | 2740673413ad557921a6318cf101e1c03f3e5a73 (patch) | |
tree | 7adbfb25ff16f2b30fd771224904a7f20e9ca631 /games-emulation/zsnes | |
parent | IUSE; tidy (diff) | |
download | historical-2740673413ad557921a6318cf101e1c03f3e5a73.tar.gz historical-2740673413ad557921a6318cf101e1c03f3e5a73.tar.bz2 historical-2740673413ad557921a6318cf101e1c03f3e5a73.zip |
remove version from the future
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r-- | games-emulation/zsnes/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/zsnes/files/digest-zsnes-1.37_pre20041220 | 1 | ||||
-rw-r--r-- | games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild | 51 |
3 files changed, 5 insertions, 53 deletions
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog index 2da1537934a5..26a1eb6d867b 100644 --- a/games-emulation/zsnes/ChangeLog +++ b/games-emulation/zsnes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/zsnes # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.5 2004/05/12 00:58:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.6 2004/05/27 03:02:47 mr_bones_ Exp $ + + 26 May 2004; Michael Sterrett <mr_bones_@gentoo.org> + zsnes-1.37_pre20041220.ebuild: + remove version from the future *zsnes-1.37_pre20040508 (11 May 2004) diff --git a/games-emulation/zsnes/files/digest-zsnes-1.37_pre20041220 b/games-emulation/zsnes/files/digest-zsnes-1.37_pre20041220 deleted file mode 100644 index e80494c9b898..000000000000 --- a/games-emulation/zsnes/files/digest-zsnes-1.37_pre20041220 +++ /dev/null @@ -1 +0,0 @@ -MD5 b0d31622b4cf9219b1bcda75842beac1 ZSNESS_1220.tar.bz2 764086 diff --git a/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild b/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild deleted file mode 100644 index 1db6259e67d9..000000000000 --- a/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild,v 1.6 2004/02/20 06:26:48 mr_bones_ Exp $ - -inherit games eutils - -DESCRIPTION="SNES (Super Nintendo) emulator that uses x86 assembly" -HOMEPAGE="http://www.zsnes.com/ http://emuhost.com/ipher/zsnes/" -SRC_URI="http://ipher.emuhost.com/files/zsnes/ZSNESS_${PV/*2004}.tar.bz2" - -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 - sys-devel/automake - >=sys-devel/autoconf-2.58" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - for f in * ; do - mv ${f} ${f/zsnes\\\\} - done - cd src - edos2unix config.{guess,sub} effects/smoke.c zip/unzip.c - aclocal || die "aclocal failed" - env WANT_AUTOCONF=2.5 autoconf || die "autoconf failed" -} - -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 -} |