Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pychess/
Date: Sat, 25 Apr 2020 15:49:16
Message-Id: 1587829706.2e41cc4599282c462e4d0f7a32bb6c20ede02df8.chewi@gentoo
1 commit: 2e41cc4599282c462e4d0f7a32bb6c20ede02df8
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 15:37:36 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 15:48:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e41cc45
7
8 games-board/pychess: Drop old 0.99.4-r1
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-board/pychess/Manifest | 1 -
14 games-board/pychess/pychess-0.99.4-r1.ebuild | 46 ----------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/games-board/pychess/Manifest b/games-board/pychess/Manifest
18 index 9b065a912a3..20545fa0b0a 100644
19 --- a/games-board/pychess/Manifest
20 +++ b/games-board/pychess/Manifest
21 @@ -1,2 +1 @@
22 -DIST pychess-0.99.4.tar.gz 12318797 BLAKE2B ae0741d724516b85c4158e25bc7a2ea1f7642bfa165365d6022c6de6c4447b5f9d3baa2f801bdcbf2449de53f95df3ec68d9a5c898d962c1864a5a2b0c5183b6 SHA512 79b5a3a780864ca8b92be19b213442030752694fa9cd3a4bf71140d2364042521f534adf94843094531550b1029bb6f80150953dd661631ec45b1b08014cf9dc
23 DIST pychess-1.0.0.tar.gz 12853354 BLAKE2B 1e5f3c219bce10f3cd9e68b873634742d4b673e93adb00cfcc84fcbc6ca5c7ce0534feecca3f8ddce6cd848074b84957db81f8c45841ffd7c4e1007672082840 SHA512 331765d22e2360dba145be5e22677d8676e1c7fcc8486d0e52e379b41c85bab782a5d548b93fe2f19de99ce0ccc4904e02fc8130de679ca534a211b579f1679a
24
25 diff --git a/games-board/pychess/pychess-0.99.4-r1.ebuild b/games-board/pychess/pychess-0.99.4-r1.ebuild
26 deleted file mode 100644
27 index d22aeacf0f6..00000000000
28 --- a/games-board/pychess/pychess-0.99.4-r1.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -PYTHON_COMPAT=( python3_6 )
36 -PYTHON_REQ_USE="sqlite"
37 -
38 -inherit xdg-utils distutils-r1
39 -
40 -DESCRIPTION="A chess client for Gnome"
41 -HOMEPAGE="http://pychess.org/"
42 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="gstreamer"
48 -
49 -DEPEND="
50 - dev-python/pexpect[${PYTHON_USEDEP}]
51 - dev-python/psutil[${PYTHON_USEDEP}]
52 - dev-python/pycairo[${PYTHON_USEDEP}]
53 - dev-python/pygobject:3[${PYTHON_USEDEP}]
54 - dev-python/sqlalchemy[${PYTHON_USEDEP},sqlite]
55 - gnome-base/librsvg:2
56 - x11-libs/gtksourceview:3.0
57 - x11-libs/pango
58 - x11-themes/adwaita-icon-theme
59 - gstreamer? (
60 - dev-python/gst-python:1.0[${PYTHON_USEDEP}]
61 - media-libs/gstreamer:1.0
62 - media-libs/gst-plugins-base:1.0
63 - )"
64 -RDEPEND="${DEPEND}"
65 -
66 -pkg_postinst() {
67 - xdg_desktop_database_update
68 - xdg_icon_cache_update
69 - xdg_mimeinfo_database_update
70 -}
71 -
72 -pkg_postrm() {
73 - xdg_desktop_database_update
74 - xdg_icon_cache_update
75 - xdg_mimeinfo_database_update
76 -}