public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/kigb/files/, games-emulation/kigb/, profiles/
@ 2018-07-28 11:52 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-07-28 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ff27fc46b736d918afa2c4211bb93dec03892fc0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 11:51:15 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:51:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff27fc46

games-emulation/kigb: Remove last-rited pkg

Closes: https://bugs.gentoo.org/654306

 games-emulation/kigb/Manifest         |  1 -
 games-emulation/kigb/files/kigb       | 15 -------------
 games-emulation/kigb/kigb-2.02.ebuild | 40 -----------------------------------
 games-emulation/kigb/metadata.xml     |  8 -------
 profiles/package.mask                 |  5 -----
 5 files changed, 69 deletions(-)

diff --git a/games-emulation/kigb/Manifest b/games-emulation/kigb/Manifest
deleted file mode 100644
index 44ef4a4b4df..00000000000
--- 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 c07095bb53e..00000000000
--- 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 bbccc19ef46..00000000000
--- 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 78274e0fa55..00000000000
--- 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>

diff --git a/profiles/package.mask b/profiles/package.mask
index 590ee0bcd46..f1570fd7a81 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-28 11:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28 11:52 [gentoo-commits] repo/gentoo:master commit in: games-emulation/kigb/files/, games-emulation/kigb/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox