summaryrefslogtreecommitdiff
path: root/games-board/gnome-chess
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /games-board/gnome-chess
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'games-board/gnome-chess')
-rw-r--r--games-board/gnome-chess/Manifest4
-rw-r--r--games-board/gnome-chess/gnome-chess-40.1.ebuild56
-rw-r--r--games-board/gnome-chess/gnome-chess-41.1.ebuild4
3 files changed, 3 insertions, 61 deletions
diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 0bc5e30bcd30..4355dd64756f 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1,5 +1,3 @@
-DIST gnome-chess-40.1.tar.xz 741168 BLAKE2B 3691f7aa03532456f9437588641417af4db45b99ffb0f211eca8dffd7a7ba7cf834c7f1e3e2cf6933df96c05b981edb7db3aac430be2c7256d96fca6ecb73db4 SHA512 aae1690724c068717045d70f4fbd5a6cf1fc169ae0bd5df0ae7f0d7a2609c93c482da545008dd3c5d11e975ec8f2c5fc6f4b0007a8f2a1128a75aec2f3fcb083
DIST gnome-chess-41.1.tar.xz 615936 BLAKE2B 40a6f576fadd74777599192d7493f3a16abac45fc1a29c9a4e5cf1ec4d432e18910381bb26f9700b4585e1e395601d0b6a72b316139cfe74ecb6e33c9c4f001d SHA512 71d9b51599699c24d505eb4f120d99509c5e69c00d6aba1768029f9adf8ba70be6e40d001928f141a92852fb318d9f9b2ecb01b6bcbfecaf1408b89792b25224
-EBUILD gnome-chess-40.1.ebuild 1079 BLAKE2B 4308d344232af9c15472bafed5dd41a2a782c905b56f5582f87fdeab502b41a11057a618ce4fca2af56bb48d0269f61976186bbe9c05651ce1c9768215b3b2df SHA512 45f9f79fcfb3dd6718c57ac96608315f77ab980efcd8ba1585290a2bb5f9f8f3b149d2e6b4b0a48b209d3b322ad2be0ca8bdbd378706dc48ac1cae6d97e3ab8a
-EBUILD gnome-chess-41.1.ebuild 1088 BLAKE2B a2de7df8f9a05c388c2777b46361f5d4ef249682f1af266d1acf62c738695aefbe3d256adf7b9beae33732adb8ed884b2db1944351c41668d3c1a1a45f59e779 SHA512 9bfa0765214c6e9c6b151bef013b07bc93ca7ca93fd2b3d5ca0d3f37ca630638c4a5409b49561a4d53e68702e1cf522516831301ba2dc06edbb261be95b83681
+EBUILD gnome-chess-41.1.ebuild 1085 BLAKE2B c6161ee900c70daf7420066fdafc9e31f3b994942ce4803f223a78c5a24a4a166fb0646ffcc56efb73f65429b7c547d72fc59622797037e6cf48fad531e74e76 SHA512 4d6bcb0b906bd33e328e110fa0325d3409cbf794bcce1c6e1dabbb5e8d4f3acff6b80d49922b29ed1e053f116caf800543f8d62acffc4d245b7051f2a316530e
MISC metadata.xml 250 BLAKE2B 8f7f0fe023d43e380e7861e897e6afcb5de4baefb42ea9c65a57dfc0d204c6f787a99295141832e732ebb08be218da56ba77e2dd9639e4e3aabf718ce4db1d0c SHA512 2684e772dd6d83e4b49f08f2ba22d8a0a753e7b46863489eff1b5d1f2f147ad80ffd93245ca405ac4c747249bc1b754454ec9865fe16da70f9b257051e105fd8
diff --git a/games-board/gnome-chess/gnome-chess-40.1.ebuild b/games-board/gnome-chess/gnome-chess-40.1.ebuild
deleted file mode 100644
index 2a78f8ca2322..000000000000
--- a/games-board/gnome-chess/gnome-chess-40.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
-VALA_MIN_API_VERSION="0.52"
-
-inherit gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 vala xdg
-
-DESCRIPTION="Play the classic two-player boardgame of chess"
-HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="
- >=dev-libs/glib-2.44:2
- gui-libs/gtk:4
- >=gnome-base/librsvg-2.46.0:2
-"
-DEPEND="${RDEPEND}
- gnome-base/librsvg:2[vala]
-"
-BDEPEND="
- ${PYTHON_DEPS}
- $(vala_depend)
- dev-util/itstool
- dev-libs/appstream-glib
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-DOC_CONTENTS="To be able to play against a computer you will need
-to install a chess engine package, for example games-board/gnuchess"
-
-src_prepare() {
- xdg_src_prepare
- vala_src_prepare
-}
-
-src_install() {
- meson_src_install
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
- readme.gentoo_print_elog
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
diff --git a/games-board/gnome-chess/gnome-chess-41.1.ebuild b/games-board/gnome-chess/gnome-chess-41.1.ebuild
index 1adfa06eae4f..26df24a240bf 100644
--- a/games-board/gnome-chess/gnome-chess-41.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-41.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
RDEPEND="
>=dev-libs/glib-2.44:2