From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06235138350 for ; Mon, 10 Feb 2020 21:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ABEEE085D; Mon, 10 Feb 2020 21:22:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05734E085D for ; Mon, 10 Feb 2020 21:22:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A52E334E9E9 for ; Mon, 10 Feb 2020 21:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 631BC35 for ; Mon, 10 Feb 2020 21:22:10 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1581369719.5a5da0f3d703590100808404f7e5b37dc955c4eb.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/cgoban2/, games-board/cgoban2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/cgoban2/Manifest games-board/cgoban2/cgoban2-2.6.12-r1.ebuild games-board/cgoban2/files/cgoban2 games-board/cgoban2/metadata.xml X-VCS-Directories: games-board/cgoban2/ games-board/cgoban2/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5a5da0f3d703590100808404f7e5b37dc955c4eb X-VCS-Branch: master Date: Mon, 10 Feb 2020 21:22:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a166504-ce49-4f7d-8c44-2b5b03108858 X-Archives-Hash: 2fb499e7dbec6948e88878ee5898595c commit: 5a5da0f3d703590100808404f7e5b37dc955c4eb Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 10 21:19:10 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 10 21:21:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5da0f3 games-board/cgoban2: Remove package. Bug: https://bugs.gentoo.org/703548 Signed-off-by: Ulrich Müller gentoo.org> 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(-) diff --git a/games-board/cgoban2/Manifest b/games-board/cgoban2/Manifest deleted file mode 100644 index 96160305a27..00000000000 --- 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 4a06481597f..00000000000 --- 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 db6cd5b371d..00000000000 --- 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 8301b92ba30..00000000000 --- a/games-board/cgoban2/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - -games@gentoo.org -Gentoo Games Project - -