games-board/cgoban2: Remove package.
authorUlrich Müller <ulm@gentoo.org>
Mon, 10 Feb 2020 21:19:10 +0000 (22:19 +0100)
committerUlrich Müller <ulm@gentoo.org>
Mon, 10 Feb 2020 21:21:59 +0000 (22:21 +0100)
Bug: https://bugs.gentoo.org/703548
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
games-board/cgoban2/Manifest [deleted file]
games-board/cgoban2/cgoban2-2.6.12-r1.ebuild [deleted file]
games-board/cgoban2/files/cgoban2 [deleted file]
games-board/cgoban2/metadata.xml [deleted file]

diff --git a/games-board/cgoban2/Manifest b/games-board/cgoban2/Manifest
deleted file mode 100644 (file)
index 9616030..0000000
+++ /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 (file)
index 4a06481..0000000
+++ /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 (file)
index db6cd5b..0000000
+++ /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 (file)
index 8301b92..0000000
+++ /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>