summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-09 16:28:07 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-09 16:28:07 +0000
commitae044aeba549da343d278a26bb72bac844e5a5e4 (patch)
treeb16ea879113ef2bd09bb78bb00e8338b088d3afb /games-emulation/vgba
parentNew package - rename. (diff)
downloadgentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.tar.gz
gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.tar.bz2
gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.zip
welcome to games-emulation
Diffstat (limited to 'games-emulation/vgba')
-rw-r--r--games-emulation/vgba/ChangeLog8
-rw-r--r--games-emulation/vgba/Manifest3
-rw-r--r--games-emulation/vgba/files/digest-vgba-2.01
-rw-r--r--games-emulation/vgba/vgba-2.0.ebuild28
4 files changed, 40 insertions, 0 deletions
diff --git a/games-emulation/vgba/ChangeLog b/games-emulation/vgba/ChangeLog
new file mode 100644
index 000000000000..dc63144eefdb
--- /dev/null
+++ b/games-emulation/vgba/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-emulation/vgba
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.1 2003/09/09 16:26:50 vapier Exp $
+
+*vgba-2.0 (19 Jul 2003)
+
+ 19 Jul 2003; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me.
diff --git a/games-emulation/vgba/Manifest b/games-emulation/vgba/Manifest
new file mode 100644
index 000000000000..2da1c364a634
--- /dev/null
+++ b/games-emulation/vgba/Manifest
@@ -0,0 +1,3 @@
+MD5 d17c9a99f420e96a9bcefe0896777eb9 files/digest-vgba-2.0 73
+MD5 d540f5670a23f589e259ab1fcc2c010e vgba-2.0.ebuild 645
+MD5 d07ab9d1e67fc89595f19c885058605f ChangeLog 338
diff --git a/games-emulation/vgba/files/digest-vgba-2.0 b/games-emulation/vgba/files/digest-vgba-2.0
new file mode 100644
index 000000000000..26d33409e1cb
--- /dev/null
+++ b/games-emulation/vgba/files/digest-vgba-2.0
@@ -0,0 +1 @@
+MD5 6756c007468b3ca1eb9c3aa333d4ea7b VGBA20-Linux-80x86-bin.tar.Z 290664
diff --git a/games-emulation/vgba/vgba-2.0.ebuild b/games-emulation/vgba/vgba-2.0.ebuild
new file mode 100644
index 000000000000..e757e2c7b62a
--- /dev/null
+++ b/games-emulation/vgba/vgba-2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/vgba-2.0.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $
+
+inherit games
+
+DESCRIPTION="emulator of the GameBoy Advance"
+HOMEPAGE="http://www.komkon.org/fms/VGBA/"
+SRC_URI="http://fms.komkon.org/VGBA/VGBA${PV/.}-Linux-80x86-bin.tar.Z"
+
+LICENSE="VGBA"
+SLOT="0"
+KEYWORDS="-* x86"
+
+RDEPEND="virtual/x11"
+
+S=${WORKDIR}
+
+src_install() {
+ dogamesbin vgba
+ dohtml VGBA.html
+ prepgamesdirs
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ ewarn "You must run X in 16bit color for the emu to work"
+}