games-emulation/kigb: Remove last-rited pkg

Closes: https://bugs.gentoo.org/654306
This commit is contained in:
Michał Górny
2018-07-28 13:51:15 +02:00
parent c406c020a2
commit ff27fc46b7
5 changed files with 0 additions and 69 deletions

View File

@@ -1 +0,0 @@
DIST kigb_lin.tar.gz 477324 BLAKE2B 4e15c77bd5a0e1ff0740bd6af53548e54c3dfc7d27ba07290201d11793e38015f12266e169969511f3852cf8742055ea491ce57213e7aefde5ed8b99b1f2e985 SHA512 ca8b10cc05884c92157dde2b034c7e95f28ed7eed771d0383265f942f0cacea791284516b551e96ba07a035068a7039c8faa19ec417ee117b6a350692bbff01d

View File

@@ -1,15 +0,0 @@
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
kigb_dir="${HOME}/.kigb"
if [[ ! -d "${kigb_dir}" ]] ; then
mkdir -p "${kigb_dir}"
cd "${kigb_dir}"
mkdir cfg inp rom save snap state
ln -s GENTOODIR/kigb/kigb kigb
fi
cd "${kigb_dir}"
exec ./kigb "$@"

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
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="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~x86"
IUSE=""
RESTRICT="mirror bindist strip"
RDEPEND="x11-libs/libXext
sys-libs/zlib
dev-games/hawknl
=virtual/libstdc++-3*"
S=${WORKDIR}
src_prepare() {
# 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
sed -i \
-e "s:GENTOODIR:${GAMES_PREFIX_OPT}:" "${T}/kigb" || die
}
src_install() {
dogamesbin "${T}/kigb"
exeinto "${GAMES_PREFIX_OPT}/${PN}"
doexe kigb
dodoc doc/*
prepgamesdirs
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -309,11 +309,6 @@ games-emulation/gfceux
# long time ago (#654302). Removal in a month.
games-emulation/hugo
# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
# Doesn't support amd64, relies on virtual/libstdc++ (#654306). Removal in a
# month.
games-emulation/kigb
# Mart Raudsepp <leio@gentoo.org> (16 Jun 2018)
# No upstream (website disappeared), no upstream plugin maintainer,
# and pretty much a fringe format anyway.