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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F9B4158086 for ; Sat, 30 Oct 2021 13:10:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA74E07EE; Sat, 30 Oct 2021 13:10:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57E8EE07EE for ; Sat, 30 Oct 2021 13:10:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51704343224 for ; Sat, 30 Oct 2021 13:10:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4902918E for ; Sat, 30 Oct 2021 13:10:16 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1635592312.688bcfcd7c1388b34d76049f0c6b06444e2145a5.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pychess/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pychess/Manifest games-board/pychess/pychess-1.0.2.ebuild X-VCS-Directories: games-board/pychess/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 688bcfcd7c1388b34d76049f0c6b06444e2145a5 X-VCS-Branch: master Date: Sat, 30 Oct 2021 13:10:16 +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: 9830bb76-b2a0-47f4-ac47-b4c28cfa4b06 X-Archives-Hash: 488d2674436f0d3ceebe20a10079a2c4 commit: 688bcfcd7c1388b34d76049f0c6b06444e2145a5 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Oct 30 11:06:20 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Oct 30 11:11:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688bcfcd games-board/pychess: drop 1.0.2 Signed-off-by: Ionen Wolkens gentoo.org> games-board/pychess/Manifest | 1 - games-board/pychess/pychess-1.0.2.ebuild | 51 -------------------------------- 2 files changed, 52 deletions(-) diff --git a/games-board/pychess/Manifest b/games-board/pychess/Manifest index cfd7d89775a..f4c1806cc74 100644 --- a/games-board/pychess/Manifest +++ b/games-board/pychess/Manifest @@ -1,2 +1 @@ -DIST pychess-1.0.2.tar.gz 14571480 BLAKE2B 01ca5d802f651a1f371b32dfbc97ac5c05f3b3fad3c6394209423cdb0fca995ea12254ad98fa94885e3b31a2deb72f63c2df5d0d97258a208c41ff3aab6a8dde SHA512 434f511ead51f1e90381172c894ed8b34fc5fae63e3714395285f6c55aa77dfe2f763e97febd93a3abcbc105f0e7591a9a84276eaae70c80f065a24040bfb083 DIST pychess-1.0.3.tar.gz 14898032 BLAKE2B 0993bcf26d3284847815b37f570b7482c5359595f9649f9546ed090b6c090c3686d71478c9ecdaacde4bdf56f8f57da89623023d25809b46fe4e2800beeba91d SHA512 ca69555b1d952274fc4850f20bc66569e2f08120109908489c584231c754345b16fc1b1e9fa5b44a10582590145cf472604e5f5bd22522037666414418f5fda5 diff --git a/games-board/pychess/pychess-1.0.2.ebuild b/games-board/pychess/pychess-1.0.2.ebuild deleted file mode 100644 index 86d3dbd92d1..00000000000 --- a/games-board/pychess/pychess-1.0.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_REQ_USE="sqlite" - -inherit xdg distutils-r1 - -DESCRIPTION="A chess client for GNOME" -HOMEPAGE="https://github.com/pychess/pychess" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gstreamer" - -DEPEND=" - $(python_gen_cond_dep ' - dev-python/pexpect[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP},sqlite] - dev-python/websockets[${PYTHON_USEDEP}] - ') - gnome-base/librsvg:2 - x11-libs/gtksourceview:3.0 - x11-libs/pango - x11-themes/adwaita-icon-theme - gstreamer? ( - $(python_gen_cond_dep ' - dev-python/gst-python:1.0[${PYTHON_USEDEP}] - ') - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - ) -" - -RDEPEND="${DEPEND}" - -src_install() { - distutils-r1_src_install - - # https://github.com/pychess/pychess/pull/1825 - gunzip -v "${ED}"/usr/share/man/man1/${PN}.1.gz || die -}