diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-08 02:05:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-08 02:05:32 +0000 |
commit | bb4521e0c6c73b1463307f7186b8cf374b3c83be (patch) | |
tree | 33a41b6234b0554258ba1dce4f148308d2ef05ed /games-emulation | |
parent | ver bump (diff) | |
download | gentoo-2-bb4521e0c6c73b1463307f7186b8cf374b3c83be.tar.gz gentoo-2-bb4521e0c6c73b1463307f7186b8cf374b3c83be.tar.bz2 gentoo-2-bb4521e0c6c73b1463307f7186b8cf374b3c83be.zip |
old
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/kigb/files/digest-kigb-1.5.4 | 1 | ||||
-rw-r--r-- | games-emulation/kigb/kigb-1.5.4.ebuild | 26 |
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 -} |