diff options
author | 2018-07-28 13:51:15 +0200 | |
---|---|---|
committer | 2018-07-28 13:51:15 +0200 | |
commit | ff27fc46b736d918afa2c4211bb93dec03892fc0 (patch) | |
tree | 2a28d3914ecbcaff4cbdfe11f0aa53e56c9f1713 /games-emulation | |
parent | games-emulation/raine: Remove last-rited pkg (diff) | |
download | gentoo-ff27fc46b736d918afa2c4211bb93dec03892fc0.tar.gz gentoo-ff27fc46b736d918afa2c4211bb93dec03892fc0.tar.bz2 gentoo-ff27fc46b736d918afa2c4211bb93dec03892fc0.zip |
games-emulation/kigb: Remove last-rited pkg
Closes: https://bugs.gentoo.org/654306
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/kigb/Manifest | 1 | ||||
-rw-r--r-- | games-emulation/kigb/files/kigb | 15 | ||||
-rw-r--r-- | games-emulation/kigb/kigb-2.02.ebuild | 40 | ||||
-rw-r--r-- | games-emulation/kigb/metadata.xml | 8 |
4 files changed, 0 insertions, 64 deletions
diff --git a/games-emulation/kigb/Manifest b/games-emulation/kigb/Manifest deleted file mode 100644 index 44ef4a4b4dff..000000000000 --- a/games-emulation/kigb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kigb_lin.tar.gz 477324 BLAKE2B 4e15c77bd5a0e1ff0740bd6af53548e54c3dfc7d27ba07290201d11793e38015f12266e169969511f3852cf8742055ea491ce57213e7aefde5ed8b99b1f2e985 SHA512 ca8b10cc05884c92157dde2b034c7e95f28ed7eed771d0383265f942f0cacea791284516b551e96ba07a035068a7039c8faa19ec417ee117b6a350692bbff01d diff --git a/games-emulation/kigb/files/kigb b/games-emulation/kigb/files/kigb deleted file mode 100644 index c07095bb53ee..000000000000 --- a/games-emulation/kigb/files/kigb +++ /dev/null @@ -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 "$@" diff --git a/games-emulation/kigb/kigb-2.02.ebuild b/games-emulation/kigb/kigb-2.02.ebuild deleted file mode 100644 index bbccc19ef464..000000000000 --- a/games-emulation/kigb/kigb-2.02.ebuild +++ /dev/null @@ -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 -} diff --git a/games-emulation/kigb/metadata.xml b/games-emulation/kigb/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-emulation/kigb/metadata.xml +++ /dev/null @@ -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> |