summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Bordelon <sunflare@gentoo.org>2002-12-19 16:10:47 +0000
committerPhil Bordelon <sunflare@gentoo.org>2002-12-19 16:10:47 +0000
commitd5388cdc4a22f373a2c329ee592cc26770f5eafc (patch)
tree58498c058da728148a42dadb974e6de91d59a66e /app-emulation
parentVersion bump and ebuild cleanup (diff)
downloadgentoo-2-d5388cdc4a22f373a2c329ee592cc26770f5eafc.tar.gz
gentoo-2-d5388cdc4a22f373a2c329ee592cc26770f5eafc.tar.bz2
gentoo-2-d5388cdc4a22f373a2c329ee592cc26770f5eafc.zip
New package. Marked unstable, but it works on both of my boxes.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/gnuboy/ChangeLog5
-rw-r--r--app-emulation/gnuboy/files/digest-gnuboy-1.0.31
-rw-r--r--app-emulation/gnuboy/gnuboy-1.0.3.ebuild24
3 files changed, 30 insertions, 0 deletions
diff --git a/app-emulation/gnuboy/ChangeLog b/app-emulation/gnuboy/ChangeLog
new file mode 100644
index 000000000000..f3aadc81b4c1
--- /dev/null
+++ b/app-emulation/gnuboy/ChangeLog
@@ -0,0 +1,5 @@
+# ChangeLog for app-emulation/gnuboy
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+
+ 19 Dec 2002; Phil Bordelon <sunflare@gentoo.org> gnuboy-1.0.3.ebuild ChangeLog :
+ Initial commit.
diff --git a/app-emulation/gnuboy/files/digest-gnuboy-1.0.3 b/app-emulation/gnuboy/files/digest-gnuboy-1.0.3
new file mode 100644
index 000000000000..189f95a62419
--- /dev/null
+++ b/app-emulation/gnuboy/files/digest-gnuboy-1.0.3
@@ -0,0 +1 @@
+MD5 9947162a208ebfe699a1bfe98c437ac3 gnuboy-1.0.3.tar.gz 187627
diff --git a/app-emulation/gnuboy/gnuboy-1.0.3.ebuild b/app-emulation/gnuboy/gnuboy-1.0.3.ebuild
new file mode 100644
index 000000000000..581bafe3c697
--- /dev/null
+++ b/app-emulation/gnuboy/gnuboy-1.0.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="gnuboy is a Gameboy / Gameboy Color emulator with multiple renderers."
+HOMEPAGE="http://gnuboy.unix-fu.org"
+SRC_URI="http://gnuboy.unix-fu.org/src/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="media-libs/libsdl"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+ dodoc INSTALL README docs/CHANGES docs/CONFIG docs/CREDITS docs/FAQ docs/HACKING docs/WHATSNEW
+ dobin fbgnuboy sdlgnuboy sgnuboy xgnuboy
+}