summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-04-25 16:37:36 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-04-25 16:48:26 +0100
commit2e41cc4599282c462e4d0f7a32bb6c20ede02df8 (patch)
tree7b2f35aaf680b6acb38f01a11fc8b82f356aa6da /games-board
parentgames-board/pychess: Version bump to 1.0.0 (diff)
downloadgentoo-2e41cc4599282c462e4d0f7a32bb6c20ede02df8.tar.gz
gentoo-2e41cc4599282c462e4d0f7a32bb6c20ede02df8.tar.bz2
gentoo-2e41cc4599282c462e4d0f7a32bb6c20ede02df8.zip
games-board/pychess: Drop old 0.99.4-r1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r--games-board/pychess/Manifest1
-rw-r--r--games-board/pychess/pychess-0.99.4-r1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/games-board/pychess/Manifest b/games-board/pychess/Manifest
index 9b065a912a34..20545fa0b0ac 100644
--- a/games-board/pychess/Manifest
+++ b/games-board/pychess/Manifest
@@ -1,2 +1 @@
-DIST pychess-0.99.4.tar.gz 12318797 BLAKE2B ae0741d724516b85c4158e25bc7a2ea1f7642bfa165365d6022c6de6c4447b5f9d3baa2f801bdcbf2449de53f95df3ec68d9a5c898d962c1864a5a2b0c5183b6 SHA512 79b5a3a780864ca8b92be19b213442030752694fa9cd3a4bf71140d2364042521f534adf94843094531550b1029bb6f80150953dd661631ec45b1b08014cf9dc
DIST pychess-1.0.0.tar.gz 12853354 BLAKE2B 1e5f3c219bce10f3cd9e68b873634742d4b673e93adb00cfcc84fcbc6ca5c7ce0534feecca3f8ddce6cd848074b84957db81f8c45841ffd7c4e1007672082840 SHA512 331765d22e2360dba145be5e22677d8676e1c7fcc8486d0e52e379b41c85bab782a5d548b93fe2f19de99ce0ccc4904e02fc8130de679ca534a211b579f1679a
diff --git a/games-board/pychess/pychess-0.99.4-r1.ebuild b/games-board/pychess/pychess-0.99.4-r1.ebuild
deleted file mode 100644
index d22aeacf0f6a..000000000000
--- a/games-board/pychess/pychess-0.99.4-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite"
-
-inherit xdg-utils distutils-r1
-
-DESCRIPTION="A chess client for Gnome"
-HOMEPAGE="http://pychess.org/"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gstreamer"
-
-DEPEND="
- 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]
- gnome-base/librsvg:2
- x11-libs/gtksourceview:3.0
- x11-libs/pango
- x11-themes/adwaita-icon-theme
- gstreamer? (
- dev-python/gst-python:1.0[${PYTHON_USEDEP}]
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- )"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
- xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
- xdg_mimeinfo_database_update
-}