summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-05-27 02:03:52 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-05-27 02:03:52 +0000
commit9e79718ca7858cfd3f7f00eaed033280cd7f43e3 (patch)
treef98c1586a91ecf1fe64c8ff8a713ae1033b2c831 /app-emulation
parentNew Package. Fixes #2754 (diff)
downloadhistorical-9e79718ca7858cfd3f7f00eaed033280cd7f43e3.tar.gz
historical-9e79718ca7858cfd3f7f00eaed033280cd7f43e3.tar.bz2
historical-9e79718ca7858cfd3f7f00eaed033280cd7f43e3.zip
New Package. Fixes #2961
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/snes9x/ChangeLog13
-rw-r--r--app-emulation/snes9x/files/digest-snes9x-1391
-rw-r--r--app-emulation/snes9x/snes9x-139.ebuild22
3 files changed, 36 insertions, 0 deletions
diff --git a/app-emulation/snes9x/ChangeLog b/app-emulation/snes9x/ChangeLog
new file mode 100644
index 000000000000..4e3fdc46de28
--- /dev/null
+++ b/app-emulation/snes9x/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for app-emulation/snes9x
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/ChangeLog,v 1.1 2002/05/27 02:03:52 rphillips Exp $
+
+*snes-139 (26 May 2002)
+
+ 26 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/app-emulation/snes9x/files/digest-snes9x-139 b/app-emulation/snes9x/files/digest-snes9x-139
new file mode 100644
index 000000000000..7436413f1239
--- /dev/null
+++ b/app-emulation/snes9x/files/digest-snes9x-139
@@ -0,0 +1 @@
+MD5 eb8fb2cc365a9dcc18106a05bcdd3ac1 s9xs139.zip 666463
diff --git a/app-emulation/snes9x/snes9x-139.ebuild b/app-emulation/snes9x/snes9x-139.ebuild
new file mode 100644
index 000000000000..b5bbf8043cf8
--- /dev/null
+++ b/app-emulation/snes9x/snes9x-139.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Maintainer: Ryan Phillips <rphillips@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/snes9x/snes9x-139.ebuild,v 1.1 2002/05/27 02:03:52 rphillips Exp $
+
+DESCRIPTION="Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator."
+HOMEPAGE="http://www.snes9x.com/"
+LICENSE="as-is"
+SRC_URI="http://www.snes9x.com/zips/s9xs${PV}.zip"
+DEPEND="dev-lang/nasm
+ virtual/x11"
+
+S=${WORKDIR}/release
+
+src_compile() {
+ make -f Makefile.linux
+}
+
+src_install() {
+ dobin ssnes9x
+ dodoc COPYRIGHT.TXT CHANGES.TXT README.TXT PROBLEMS.TXT TODO.TXT HARDWARE.TXT
+}