diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:17:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:17:16 +0000 |
commit | 8bf056e2ac059e836c3ba8ab899f3656ff187ef7 (patch) | |
tree | 1761ad156bb91df92c37089f2917acdaa12806d2 /app-emulation/gnuboy | |
parent | Stable on alpha (diff) | |
download | historical-8bf056e2ac059e836c3ba8ab899f3656ff187ef7.tar.gz historical-8bf056e2ac059e836c3ba8ab899f3656ff187ef7.tar.bz2 historical-8bf056e2ac059e836c3ba8ab899f3656ff187ef7.zip |
now in games-emulation
Diffstat (limited to 'app-emulation/gnuboy')
-rw-r--r-- | app-emulation/gnuboy/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/gnuboy/Manifest | 3 | ||||
-rw-r--r-- | app-emulation/gnuboy/files/digest-gnuboy-1.0.3 | 1 | ||||
-rw-r--r-- | app-emulation/gnuboy/gnuboy-1.0.3.ebuild | 23 |
4 files changed, 0 insertions, 34 deletions
diff --git a/app-emulation/gnuboy/ChangeLog b/app-emulation/gnuboy/ChangeLog deleted file mode 100644 index ed1a7312c917..000000000000 --- a/app-emulation/gnuboy/ChangeLog +++ /dev/null @@ -1,7 +0,0 @@ -# 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/app-emulation/gnuboy/Manifest b/app-emulation/gnuboy/Manifest deleted file mode 100644 index 75552de7394a..000000000000 --- a/app-emulation/gnuboy/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 aaa1c3b3b75fac31451803f7290c595a files/digest-gnuboy-1.0.3 64 -MD5 f6f0ed460c11e7b7b641ad552fe728bb gnuboy-1.0.3.ebuild 641 -MD5 96539c7958b72b04f038b4d8a86a013e ChangeLog 246 diff --git a/app-emulation/gnuboy/files/digest-gnuboy-1.0.3 b/app-emulation/gnuboy/files/digest-gnuboy-1.0.3 deleted file mode 100644 index 189f95a62419..000000000000 --- a/app-emulation/gnuboy/files/digest-gnuboy-1.0.3 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index dbac6837830c..000000000000 --- a/app-emulation/gnuboy/gnuboy-1.0.3.ebuild +++ /dev/null @@ -1,23 +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/gnuboy/gnuboy-1.0.3.ebuild,v 1.4 2003/06/29 20:06:54 aliz 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 -} |