diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-12-27 18:16:37 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-12-27 18:16:37 +0000 |
commit | 2100d36ae5a11b57345b26c51b764e0475bcba00 (patch) | |
tree | 1d46cb4760d0cb31b489b9f5d0b2471389f48fd7 /app-emulation | |
parent | new version (diff) | |
download | gentoo-2-2100d36ae5a11b57345b26c51b764e0475bcba00.tar.gz gentoo-2-2100d36ae5a11b57345b26c51b764e0475bcba00.tar.bz2 gentoo-2-2100d36ae5a11b57345b26c51b764e0475bcba00.zip |
new package. Fixes #12430
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/nestra/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/nestra/files/digest-nestra-0.66 | 1 | ||||
-rw-r--r-- | app-emulation/nestra/nestra-0.66.ebuild | 21 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-emulation/nestra/ChangeLog b/app-emulation/nestra/ChangeLog new file mode 100644 index 000000000000..0a088fff8d09 --- /dev/null +++ b/app-emulation/nestra/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-emulation/nestra +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-emulation/nestra/ChangeLog,v 1.1 2002/12/27 18:16:37 rphillips Exp $ + +*nestra-0.66 (27 Dec 2002) + + 27 Dec 2002; Ryan Phillips <rphillips@gentoo.org> nestra-0.66.ebuild : + initial release diff --git a/app-emulation/nestra/files/digest-nestra-0.66 b/app-emulation/nestra/files/digest-nestra-0.66 new file mode 100644 index 000000000000..2cd6e3e2533a --- /dev/null +++ b/app-emulation/nestra/files/digest-nestra-0.66 @@ -0,0 +1 @@ +MD5 ef3de7a20216e88e60d5b973b72d8217 nestra-0.66.tar.gz 49757 diff --git a/app-emulation/nestra/nestra-0.66.ebuild b/app-emulation/nestra/nestra-0.66.ebuild new file mode 100644 index 000000000000..d527ddf0b671 --- /dev/null +++ b/app-emulation/nestra/nestra-0.66.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/nestra/nestra-0.66.ebuild,v 1.1 2002/12/27 18:16:37 rphillips Exp $ + +S=${WORKDIR}/nestra/ +IUSE="" +SLOT="0" +DESCRIPTION="NES Emulator" +HOMEPAGE="http://nestra.linuxgames.com" +KEYWORDS="x86" +SRC_URI="http://nestra.linuxgames.com/${P}.tar.gz" +LICENSE="as-is" + +src_compile() { + emake || die +} + +src_install() { + dobin nestra + dodoc README CHANGES BUGS +} |