summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/gnuboy')
-rw-r--r--games-emulation/gnuboy/ChangeLog7
-rw-r--r--games-emulation/gnuboy/Manifest3
-rw-r--r--games-emulation/gnuboy/files/digest-gnuboy-1.0.31
-rw-r--r--games-emulation/gnuboy/gnuboy-1.0.3.ebuild23
4 files changed, 34 insertions, 0 deletions
diff --git a/games-emulation/gnuboy/ChangeLog b/games-emulation/gnuboy/ChangeLog
new file mode 100644
index 000000000000..ed1a7312c917
--- /dev/null
+++ b/games-emulation/gnuboy/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for app-emulation/gnuboy
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+
+*gnuboy-1.0.3 (01 Mar 2003)
+
+ 19 Dec 2002; Phil Bordelon <sunflare@gentoo.org> gnuboy-1.0.3.ebuild ChangeLog :
+ Initial commit.
diff --git a/games-emulation/gnuboy/Manifest b/games-emulation/gnuboy/Manifest
new file mode 100644
index 000000000000..75552de7394a
--- /dev/null
+++ b/games-emulation/gnuboy/Manifest
@@ -0,0 +1,3 @@
+MD5 aaa1c3b3b75fac31451803f7290c595a files/digest-gnuboy-1.0.3 64
+MD5 f6f0ed460c11e7b7b641ad552fe728bb gnuboy-1.0.3.ebuild 641
+MD5 96539c7958b72b04f038b4d8a86a013e ChangeLog 246
diff --git a/games-emulation/gnuboy/files/digest-gnuboy-1.0.3 b/games-emulation/gnuboy/files/digest-gnuboy-1.0.3
new file mode 100644
index 000000000000..189f95a62419
--- /dev/null
+++ b/games-emulation/gnuboy/files/digest-gnuboy-1.0.3
@@ -0,0 +1 @@
+MD5 9947162a208ebfe699a1bfe98c437ac3 gnuboy-1.0.3.tar.gz 187627
diff --git a/games-emulation/gnuboy/gnuboy-1.0.3.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild
new file mode 100644
index 000000000000..a4db85ab6b70
--- /dev/null
+++ b/games-emulation/gnuboy/gnuboy-1.0.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $
+
+DESCRIPTION="Gameboy 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"
+
+RDEPEND="media-libs/libsdl"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ dodoc README docs/CHANGES docs/CONFIG docs/CREDITS docs/FAQ docs/HACKING docs/WHATSNEW
+ dobin fbgnuboy sdlgnuboy sgnuboy xgnuboy
+}