summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-09 16:17:16 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-09 16:17:16 +0000
commit240fe52fa8a28397cb6292ea9bd4ceb35ccebcf8 (patch)
tree2b542847c20b9f6d33066f3a4b04fd7e0126b612 /app-emulation/vgba
parentStable on alpha (diff)
downloadgentoo-2-240fe52fa8a28397cb6292ea9bd4ceb35ccebcf8.tar.gz
gentoo-2-240fe52fa8a28397cb6292ea9bd4ceb35ccebcf8.tar.bz2
gentoo-2-240fe52fa8a28397cb6292ea9bd4ceb35ccebcf8.zip
now in games-emulation
Diffstat (limited to 'app-emulation/vgba')
-rw-r--r--app-emulation/vgba/ChangeLog8
-rw-r--r--app-emulation/vgba/Manifest3
-rw-r--r--app-emulation/vgba/files/digest-vgba-2.01
-rw-r--r--app-emulation/vgba/vgba-2.0.ebuild28
4 files changed, 0 insertions, 40 deletions
diff --git a/app-emulation/vgba/ChangeLog b/app-emulation/vgba/ChangeLog
deleted file mode 100644
index bf030bf14727..000000000000
--- a/app-emulation/vgba/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for app-emulation/vgba
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vgba/ChangeLog,v 1.2 2003/07/26 07:35:03 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/app-emulation/vgba/Manifest b/app-emulation/vgba/Manifest
deleted file mode 100644
index 2da1c364a634..000000000000
--- a/app-emulation/vgba/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d17c9a99f420e96a9bcefe0896777eb9 files/digest-vgba-2.0 73
-MD5 d540f5670a23f589e259ab1fcc2c010e vgba-2.0.ebuild 645
-MD5 d07ab9d1e67fc89595f19c885058605f ChangeLog 338
diff --git a/app-emulation/vgba/files/digest-vgba-2.0 b/app-emulation/vgba/files/digest-vgba-2.0
deleted file mode 100644
index 26d33409e1cb..000000000000
--- a/app-emulation/vgba/files/digest-vgba-2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6756c007468b3ca1eb9c3aa333d4ea7b VGBA20-Linux-80x86-bin.tar.Z 290664
diff --git a/app-emulation/vgba/vgba-2.0.ebuild b/app-emulation/vgba/vgba-2.0.ebuild
deleted file mode 100644
index 14a0afae8a5e..000000000000
--- a/app-emulation/vgba/vgba-2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vgba/vgba-2.0.ebuild,v 1.2 2003/09/07 07:10:00 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"
-}