diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-24 08:04:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-24 08:04:40 +0000 |
commit | 0528484d74f598690236456efb953779d923f602 (patch) | |
tree | d6f1ca4d72bf9630682b04f7fc0f9b04bc908ca4 /games-emulation/nestra | |
parent | tidy (Manifest recommit) (diff) | |
download | gentoo-2-0528484d74f598690236456efb953779d923f602.tar.gz gentoo-2-0528484d74f598690236456efb953779d923f602.tar.bz2 gentoo-2-0528484d74f598690236456efb953779d923f602.zip |
old
Diffstat (limited to 'games-emulation/nestra')
-rw-r--r-- | games-emulation/nestra/files/digest-nestra-0.66 | 2 | ||||
-rw-r--r-- | games-emulation/nestra/nestra-0.66.ebuild | 41 |
2 files changed, 0 insertions, 43 deletions
diff --git a/games-emulation/nestra/files/digest-nestra-0.66 b/games-emulation/nestra/files/digest-nestra-0.66 deleted file mode 100644 index 60f6b4c31ca7..000000000000 --- a/games-emulation/nestra/files/digest-nestra-0.66 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 ef3de7a20216e88e60d5b973b72d8217 nestra-0.66.tar.gz 49757 -MD5 82883440ec0f141e88372ebae6fbbf32 nestra_0.66-6.diff.gz 2221 diff --git a/games-emulation/nestra/nestra-0.66.ebuild b/games-emulation/nestra/nestra-0.66.ebuild deleted file mode 100644 index d5c4877e5bcb..000000000000 --- a/games-emulation/nestra/nestra-0.66.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66.ebuild,v 1.4 2004/07/14 14:35:52 agriffis Exp $ - -inherit games eutils - -PATCH="${P/-/_}-6.diff" -DESCRIPTION="NES emulation for Linux/x86" -HOMEPAGE="http://nestra.linuxgames.com/" -SRC_URI="http://nestra.linuxgames.com/${P}.tar.gz - http://ftp.debian.org/debian/pool/contrib/n/nestra/${PATCH}.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/x11" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${WORKDIR}/${PATCH} - sed -i \ - -e 's:-O2 ::' \ - -e "s:gcc:gcc ${CFLAGS}:" \ - Makefile -} - -src_compile() { - make || die "compile failed" -} - -src_install() { - dogamesbin nestra - dodoc BUGS CHANGES README - doman nestra.6 - prepgamesdirs -} |