summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-10 22:19:10 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-10 22:21:59 +0100
commit5a5da0f3d703590100808404f7e5b37dc955c4eb (patch)
treee33d165c5716379229bf143ad296843d212b104d /games-board
parentwww-plugins/chrome-binary-plugins: automated update (81.0.4044.9) (diff)
downloadgentoo-5a5da0f3d703590100808404f7e5b37dc955c4eb.tar.gz
gentoo-5a5da0f3d703590100808404f7e5b37dc955c4eb.tar.bz2
gentoo-5a5da0f3d703590100808404f7e5b37dc955c4eb.zip
games-board/cgoban2: Remove package.
Bug: https://bugs.gentoo.org/703548 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r--games-board/cgoban2/Manifest1
-rw-r--r--games-board/cgoban2/cgoban2-2.6.12-r1.ebuild25
-rw-r--r--games-board/cgoban2/files/cgoban211
-rw-r--r--games-board/cgoban2/metadata.xml8
4 files changed, 0 insertions, 45 deletions
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 @@
-<?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>