summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-12-04 06:05:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-12-04 06:05:18 +0000
commit6cfb7309e533ab3024bea9c3d4d00a5cb46b59c0 (patch)
treefd8544f1357c21aa3dccf14648b8437f1e97ae1e /games-emulation
parentold (diff)
downloadgentoo-2-6cfb7309e533ab3024bea9c3d4d00a5cb46b59c0.tar.gz
gentoo-2-6cfb7309e533ab3024bea9c3d4d00a5cb46b59c0.tar.bz2
gentoo-2-6cfb7309e533ab3024bea9c3d4d00a5cb46b59c0.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/kigb/files/digest-kigb-1.683
-rw-r--r--games-emulation/kigb/kigb-1.68.ebuild44
2 files changed, 0 insertions, 47 deletions
diff --git a/games-emulation/kigb/files/digest-kigb-1.68 b/games-emulation/kigb/files/digest-kigb-1.68
deleted file mode 100644
index 432300fd3b51..000000000000
--- a/games-emulation/kigb/files/digest-kigb-1.68
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 45b2a1db1464160d500791912c264d47 kigb-1.68.tar.gz 452158
-RMD160 667ada36577c0a56a8b6d29bc25053cef0e5c16f kigb-1.68.tar.gz 452158
-SHA256 3bb659b58550e2089ec076379d9da176394b6cc336e949c009422b1161de2d17 kigb-1.68.tar.gz 452158
diff --git a/games-emulation/kigb/kigb-1.68.ebuild b/games-emulation/kigb/kigb-1.68.ebuild
deleted file mode 100644
index e6fad6c60399..000000000000
--- a/games-emulation/kigb/kigb-1.68.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-1.68.ebuild,v 1.4 2006/12/01 21:25:14 wolf31o2 Exp $
-
-inherit games
-
-DESCRIPTION="A Gameboy (GB, SGB, GBA) Emulator for Linux"
-HOMEPAGE="http://kigb.emuunlim.com"
-# No version upstream
-#SRC_URI="http://kigb.emuunlim.com/${PN}_lin.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="-* x86"
-RESTRICT="strip"
-IUSE=""
-
-RDEPEND="x11-libs/libXext
- sys-libs/zlib
- dev-games/hawknl"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # use the system version
- rm -f libNL.so*
- # wrapper script creates these in the users' home directories.
- rm -rf cfg inp snap state rom save
- cp "${FILESDIR}/kigb" "${T}/" || die "cp failed"
- sed -i \
- -e "s:GENTOODIR:${GAMES_PREFIX_OPT}:" "${T}/kigb" \
- || die "sed failed"
-}
-
-src_install() {
- dogamesbin "${T}/kigb" || die "dogamesbin failed"
- exeinto "${GAMES_PREFIX_OPT}/${PN}"
- doexe kigb || die "doexe failed"
- dodoc doc/*
- prepgamesdirs
-}