From 5a5da0f3d703590100808404f7e5b37dc955c4eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Mon, 10 Feb 2020 22:19:10 +0100 Subject: [PATCH] games-board/cgoban2: Remove package. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/703548 Signed-off-by: Ulrich Müller --- games-board/cgoban2/Manifest | 1 - games-board/cgoban2/cgoban2-2.6.12-r1.ebuild | 25 -------------------- games-board/cgoban2/files/cgoban2 | 11 --------- games-board/cgoban2/metadata.xml | 8 ------- 4 files changed, 45 deletions(-) delete mode 100644 games-board/cgoban2/Manifest delete mode 100644 games-board/cgoban2/cgoban2-2.6.12-r1.ebuild delete mode 100644 games-board/cgoban2/files/cgoban2 delete mode 100644 games-board/cgoban2/metadata.xml diff --git a/games-board/cgoban2/Manifest b/games-board/cgoban2/Manifest deleted file mode 100644 index 96160305a27b..000000000000 --- a/games-board/cgoban2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cgoban-unix-2.6.12.tar.bz2 1180638 BLAKE2B 6e2d060fa0494d02549a444f83e52c485c165d7906cf46a6f73bec10cb41d462c17cf89fb314abcc2f3808756862ac36b3ad65a5135c374605c6e4dd52bd9e1c SHA512 70725778ea25d4054d6944a25b512fe247ebc2280395cb0f4ee58e2f3c96dc6405ea3ed2ec03637ea3b3f2d4be470110181b117cedc13fad28bf8f66d146f6a3 diff --git a/games-board/cgoban2/cgoban2-2.6.12-r1.ebuild b/games-board/cgoban2/cgoban2-2.6.12-r1.ebuild deleted file mode 100644 index 4a06481597fd..000000000000 --- a/games-board/cgoban2/cgoban2-2.6.12-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A Java client for the Kiseido Go Server, and a SGF editor" -HOMEPAGE="http://www.gokgs.com/" -SRC_URI="mirror://gentoo/cgoban-unix-${PV}.tar.bz2" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=virtual/jre-1.3" - -S=${WORKDIR}/cgoban - -src_install() { - dodir /usr/bin - sed -e "s:INSTALL_DIR:/usr/share/${PN}:" \ - "${FILESDIR}/${PN}" > "${D}/usr/bin/${PN}" || die - insinto /usr/share/${PN} - doins cgoban.jar -} diff --git a/games-board/cgoban2/files/cgoban2 b/games-board/cgoban2/files/cgoban2 deleted file mode 100644 index db6cd5b371d0..000000000000 --- a/games-board/cgoban2/files/cgoban2 +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -which java > /dev/null 2>&1 && \ - java -jar INSTALL_DIR/cgoban.jar "${@}" && \ - exit 0 - -echo "No \"java\" binary found in your PATH." -echo "You should run \"java-config\" to choose your default VM." -exit 1 diff --git a/games-board/cgoban2/metadata.xml b/games-board/cgoban2/metadata.xml deleted file mode 100644 index 8301b92ba307..000000000000 --- a/games-board/cgoban2/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - -games@gentoo.org -Gentoo Games Project - - -- 2.26.2