summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-08 02:05:32 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-08 02:05:32 +0000
commit44daadaeb26a7563bbf37ff1b35d9e8790aaf99d (patch)
tree33ecdb1fa20653fabe8b7f5b8d5a6d97f4d4932c /games-emulation
parentver bump (diff)
downloadhistorical-44daadaeb26a7563bbf37ff1b35d9e8790aaf99d.tar.gz
historical-44daadaeb26a7563bbf37ff1b35d9e8790aaf99d.tar.bz2
historical-44daadaeb26a7563bbf37ff1b35d9e8790aaf99d.zip
old
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/kigb/files/digest-kigb-1.5.41
-rw-r--r--games-emulation/kigb/kigb-1.5.4.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/games-emulation/kigb/files/digest-kigb-1.5.4 b/games-emulation/kigb/files/digest-kigb-1.5.4
deleted file mode 100644
index 4d34127795e4..000000000000
--- a/games-emulation/kigb/files/digest-kigb-1.5.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1c5edf87d6c81a491d2c62a883f4be47 kigb_lin.tar.gz 387833
diff --git a/games-emulation/kigb/kigb-1.5.4.ebuild b/games-emulation/kigb/kigb-1.5.4.ebuild
deleted file mode 100644
index acccb03827af..000000000000
--- a/games-emulation/kigb/kigb-1.5.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-
-inherit games
-
-DESCRIPTION="A Gameboy (GB, SGB, GBA) Emulator for Linux"
-HOMEPAGE="http://kigb.emuunlim.com"
-SRC_URI="http://kigb.emuunlim.com/${PN}_lin.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86"
-
-RDEPEND="dev-games/hawknl
- virtual/x11
- virtual/glibc"
-
-S=${WORKDIR}
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/${PN}
- dodir ${dir}
- cp -rf * ${D}/${dir}/
- dogamesbin ${FILESDIR}/kigb
- prepgamesdirs
-}