summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2003-08-09 09:57:35 +0000
committerHanno Böck <hanno@gentoo.org>2003-08-09 09:57:35 +0000
commit304e9090645f012c791057ebfc1d0f0f8680b131 (patch)
treed93f95b604a08eb20e5c6251e2d1bb8c79aea37d /app-emulation
parentadded prepgamesdirs (diff)
downloadgentoo-2-304e9090645f012c791057ebfc1d0f0f8680b131.tar.gz
gentoo-2-304e9090645f012c791057ebfc1d0f0f8680b131.tar.bz2
gentoo-2-304e9090645f012c791057ebfc1d0f0f8680b131.zip
Version bump.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/gngb/ChangeLog7
-rw-r--r--app-emulation/gngb/Manifest4
-rw-r--r--app-emulation/gngb/files/digest-gngb-200308091
-rw-r--r--app-emulation/gngb/gngb-20030809.ebuild26
4 files changed, 36 insertions, 2 deletions
diff --git a/app-emulation/gngb/ChangeLog b/app-emulation/gngb/ChangeLog
index 5e6dccf152b5..7f1d112c7d2e 100644
--- a/app-emulation/gngb/ChangeLog
+++ b/app-emulation/gngb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/gngb
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/ChangeLog,v 1.6 2003/02/12 04:01:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/ChangeLog,v 1.7 2003/08/09 09:57:26 hanno Exp $
+
+*gngb-20030809 (09 Aug 2003)
+
+ 09 Aug 2003; Hanno Boeck <hanno@gentoo.org> gngb-20030809.ebuild:
+ Version bump.
*gngb-20020819 (13 Oct 2002)
diff --git a/app-emulation/gngb/Manifest b/app-emulation/gngb/Manifest
index 0c45ad71b06e..f0f3355ba2b6 100644
--- a/app-emulation/gngb/Manifest
+++ b/app-emulation/gngb/Manifest
@@ -1,3 +1,5 @@
-MD5 292fcacea43e4cfe2a5788affc4def90 ChangeLog 1195
+MD5 e610f2b1639800c972f2679bbf0564db ChangeLog 1309
MD5 0a93c28cfbe497b51f8d0bc16d159390 gngb-20020819.ebuild 716
+MD5 5741b7f8b3c4ce2d6173719df22d0e9c gngb-20030809.ebuild 684
MD5 e949fd04257d079a1affb6c599f8323f files/digest-gngb-20020819 65
+MD5 1a7bbe91fd5d28454619684fc7c5ece4 files/digest-gngb-20030809 65
diff --git a/app-emulation/gngb/files/digest-gngb-20030809 b/app-emulation/gngb/files/digest-gngb-20030809
new file mode 100644
index 000000000000..8e8478981a8d
--- /dev/null
+++ b/app-emulation/gngb/files/digest-gngb-20030809
@@ -0,0 +1 @@
+MD5 7d5cffb4b12ca47389ae3013da96a340 gngb-20030809.tar.gz 134587
diff --git a/app-emulation/gngb/gngb-20030809.ebuild b/app-emulation/gngb/gngb-20030809.ebuild
new file mode 100644
index 000000000000..0991f981fd50
--- /dev/null
+++ b/app-emulation/gngb/gngb-20030809.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20030809.ebuild,v 1.1 2003/08/09 09:57:27 hanno Exp $
+
+DESCRIPTION="gngb - Gameboy / Gameboy Color emulator"
+HOMEPAGE="http://m.peponas.free.fr/gngb/"
+SRC_URI="http://m.peponas.free.fr/gngb/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 -ppc"
+SLOT="0"
+IUSE="opengl"
+
+RDEPEND="media-libs/libsdl
+ opengl? ( virtual/opengl )"
+
+src_compile() {
+ use opengl || myconf=" --with-gl "
+ econf ${myconf}
+ emake || die
+}
+
+src_install() {
+ dodoc NEWS README TODO INSTALL AUTHORS
+ make DESTDIR=${D} install || die
+}