summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2003-01-08 12:29:17 +0000
committerHanno Böck <hanno@gentoo.org>2003-01-08 12:29:17 +0000
commita3dae7025751c27630a7d3b684c3781b40d1524f (patch)
treeebd37e67ea7efd4f2117ff52702059ef9af8ad36 /app-emulation
parentchanged icoutils-0.17.0 to stable (x86) (diff)
downloadgentoo-2-a3dae7025751c27630a7d3b684c3781b40d1524f.tar.gz
gentoo-2-a3dae7025751c27630a7d3b684c3781b40d1524f.tar.bz2
gentoo-2-a3dae7025751c27630a7d3b684c3781b40d1524f.zip
remove obsolete files
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/gngb/files/digest-gngb-200201111
-rw-r--r--app-emulation/gngb/gngb-20020111.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/app-emulation/gngb/files/digest-gngb-20020111 b/app-emulation/gngb/files/digest-gngb-20020111
deleted file mode 100644
index dba96e9339d2..000000000000
--- a/app-emulation/gngb/files/digest-gngb-20020111
+++ /dev/null
@@ -1 +0,0 @@
-MD5 549100377559045cf80d370de6203ba8 gngb-20020111.tar.gz 131251
diff --git a/app-emulation/gngb/gngb-20020111.ebuild b/app-emulation/gngb/gngb-20020111.ebuild
deleted file mode 100644
index 972be3c6e2c3..000000000000
--- a/app-emulation/gngb/gngb-20020111.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gngb/gngb-20020111.ebuild,v 1.9 2002/11/30 02:51:53 vapier Exp $
-
-DESCRIPTION="gngb - Gameboy / Gameboy Color emulator"
-HOMEPAGE="http://membres.lycos.fr/frogus/gngb/"
-SRC_URI="http://membres.lycos.fr/frogus/gngb/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="x86 -ppc"
-SLOT="0"
-IUSE="opengl"
-
-RDEPEND="media-libs/libsdl
- opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- use opengl || myconf=" --with-gl "
- econf ${myconf}
- emake || die
-}
-
-src_install() {
- dodoc NEWS README TODO INSTALL AUTHORS
- make DESTDIR=${D} install || die
-}