summaryrefslogtreecommitdiff
path: root/games-board/cgoban2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-board/cgoban2
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-board/cgoban2')
-rw-r--r--games-board/cgoban2/Manifest4
-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, 48 deletions
diff --git a/games-board/cgoban2/Manifest b/games-board/cgoban2/Manifest
deleted file mode 100644
index 53e5446128d7..000000000000
--- a/games-board/cgoban2/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX cgoban2 324 BLAKE2B 1f16102f3ded47289ac6fe273b1e3bb96e780ea25a309b6ad77b67d274ed3184adfb0cfffd3306b5f8959acdf9b01781dd3da440b6f6050e7a0256c8343a1056 SHA512 67b89373238fde6c8589719b36af7e08d6bfe42c945265f6416e7f7553cb66f90c70f03d48ab99c8d7d7ef039a93e77d285f29a1af96069201b227a8a1970e4b
-DIST cgoban-unix-2.6.12.tar.bz2 1180638 BLAKE2B 6e2d060fa0494d02549a444f83e52c485c165d7906cf46a6f73bec10cb41d462c17cf89fb314abcc2f3808756862ac36b3ad65a5135c374605c6e4dd52bd9e1c SHA512 70725778ea25d4054d6944a25b512fe247ebc2280395cb0f4ee58e2f3c96dc6405ea3ed2ec03637ea3b3f2d4be470110181b117cedc13fad28bf8f66d146f6a3
-EBUILD cgoban2-2.6.12-r1.ebuild 558 BLAKE2B aa3803bf2c9dc8c20c5cdd42982ef945ac8a71efae350466b7c6d3e8af291ac336268ab69dfa8f30dac5c1bc5adb0b7bce9707876dcbfdcc7af7123a4d2aa390 SHA512 df53ce9d38b331d94e07e717686215e10952067ff07468e236b0633a7b1d46e89d34656d2eaa80622f1c505e7a3dfc67f1e5b6606076414e4fb123be3c41c502
-MISC metadata.xml 247 BLAKE2B 6e885a4bc233754242982df43837c623e79b6e0f9149c9bf81b7ab904ae7f25ef2c1e2657c695f37cd57c2883359a78a09d8c3d1467a90634a857021984bc58d SHA512 fd894fe434a856714537ba8d3dcc8b0ae16889f6b44634e8844143ae15450013d9c4558b2df6215edad3762ebc727d166371b35bcccaa7353426388a04d71216
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>