public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2024-07-16  8:41 Pacho Ramos
  0 siblings, 0 replies; 39+ messages in thread
From: Pacho Ramos @ 2024-07-16  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a38ee7d501e9f91309de84c1f89e1a8714576527
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Thu Feb 15 12:58:41 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 08:40:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38ee7d5

games-board/gnome-chess: Bump to 46.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35345
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-board/gnome-chess/Manifest                |  1 +
 games-board/gnome-chess/gnome-chess-46.0.ebuild | 57 +++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index b3c8ec60bfc8..af17d94f0862 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-43.2.tar.xz 743344 BLAKE2B 755d70ef964f6337acf852edc6fdbe69fbf3b566dfc36fa697d4c4ecdeeae5df5d1979e54e3304e89963fab01655979a55ac4f827bb1f1b506ab3cea8d147117 SHA512 e10439dd39e61436e3174e1d599d30d06955e65b696b9c37a0e9a8f1a41d19f71f33cca83ec9cc8fe2d8b516c2ec113f22bf3ddd1f1f465286cbe5bde8bcc0a2
+DIST gnome-chess-46.0.tar.xz 782212 BLAKE2B dec141cac14b59b02a3c4e0f10b09e450bf962ff5b688a7cfb31b274e1b92bd0c09a6afa3a32bb21a137114edb349ff3ac7aa88918481374fe2d4baeeca7cef2 SHA512 e605b9750fdc77a0d2b6973f127fb2cf5fadb15080add728c80a8be5ce02035ff6cadb0351751a0612f09632602fe532405d62c68828fd0ec4bf83b9bd11301a

diff --git a/games-board/gnome-chess/gnome-chess-46.0.ebuild b/games-board/gnome-chess/gnome-chess-46.0.ebuild
new file mode 100644
index 000000000000..010d3b295173
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-46.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg
+
+DESCRIPTION="Play the classic two-player boardgame of chess"
+HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome-chess"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	gui-libs/gtk:4
+	>=gui-libs/libadwaita-1.0.0:1
+	>=gnome-base/librsvg-2.46.0:2
+	x11-libs/pango
+"
+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() {
+	default
+	vala_setup
+	xdg_environment_reset
+}
+
+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
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2024-07-16  8:41 Pacho Ramos
  0 siblings, 0 replies; 39+ messages in thread
From: Pacho Ramos @ 2024-07-16  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     596c4c935193c23f6cc0362619716021ae346302
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 08:18:09 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 08:40:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596c4c93

games-board/gnome-chess: update HOMEPAGE

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-46.0.ebuild b/games-board/gnome-chess/gnome-chess-46.0.ebuild
index 010d3b295173..888da6547d44 100644
--- a/games-board/gnome-chess/gnome-chess-46.0.ebuild
+++ b/games-board/gnome-chess/gnome-chess-46.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg
 
 DESCRIPTION="Play the classic two-player boardgame of chess"
-HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome-chess"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-chess"
 
 LICENSE="GPL-3+"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2023-05-02 19:04 Arthur Zamarin
  0 siblings, 0 replies; 39+ messages in thread
From: Arthur Zamarin @ 2023-05-02 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     aae3fc0f3fb595181cdd5704d5b9c2dee45e819b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 19:04:39 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May  2 19:04:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae3fc0f

games-board/gnome-chess: Stabilize 43.2 x86, #905553

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-43.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-43.2.ebuild b/games-board/gnome-chess/gnome-chess-43.2.ebuild
index 1dd91eb94c0c..a22599f8170b 100644
--- a/games-board/gnome-chess/gnome-chess-43.2.ebuild
+++ b/games-board/gnome-chess/gnome-chess-43.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.44:2


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2023-05-02 18:02 Arthur Zamarin
  0 siblings, 0 replies; 39+ messages in thread
From: Arthur Zamarin @ 2023-05-02 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ce59f3c1ceaaf640c7b0b9269f88e6ae4db660a6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 18:02:07 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May  2 18:02:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce59f3c1

games-board/gnome-chess: Stabilize 43.2 amd64, #905553

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-43.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-43.2.ebuild b/games-board/gnome-chess/gnome-chess-43.2.ebuild
index 4f9bffe99186..1dd91eb94c0c 100644
--- a/games-board/gnome-chess/gnome-chess-43.2.ebuild
+++ b/games-board/gnome-chess/gnome-chess-43.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.44:2


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2023-05-02 17:31 Arthur Zamarin
  0 siblings, 0 replies; 39+ messages in thread
From: Arthur Zamarin @ 2023-05-02 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3cad403a022aef5eb0f349e0a4f519622d2cd44b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 17:31:18 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May  2 17:31:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cad403a

games-board/gnome-chess: Stabilize 43.2 arm64, #905553

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-43.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-43.2.ebuild b/games-board/gnome-chess/gnome-chess-43.2.ebuild
index ffb3da44acf5..4f9bffe99186 100644
--- a/games-board/gnome-chess/gnome-chess-43.2.ebuild
+++ b/games-board/gnome-chess/gnome-chess-43.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.44:2


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2023-03-17 19:56 Matt Turner
  0 siblings, 0 replies; 39+ messages in thread
From: Matt Turner @ 2023-03-17 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     3323784cbb44cb2df81c86345e90d77a6d816c59
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Fri Mar 17 16:17:36 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 19:55:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3323784c

games-board/gnome-chess: Version bump to 43.2

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30184
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 games-board/gnome-chess/Manifest                |  1 +
 games-board/gnome-chess/gnome-chess-43.2.ebuild | 57 +++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 37ee0feadae1..d4f4253422cb 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-43.1.tar.xz 743100 BLAKE2B b2fb2594cab3d0fa82d682db931911c71df9f4fca0707c39a15c5f5caa397a34e6a132e09950fb41ece01873a87d60e91df1e5397830cfa700427e3b119c95cc SHA512 d42fb3f960030813d2551c2f0dac46068f30992934e9f8779a097a1ca43a7711b64c0f499eff3ecd698325f5e2458f03c0a9b6cd4c333ad4ca9dba83faa833c5
+DIST gnome-chess-43.2.tar.xz 743344 BLAKE2B 755d70ef964f6337acf852edc6fdbe69fbf3b566dfc36fa697d4c4ecdeeae5df5d1979e54e3304e89963fab01655979a55ac4f827bb1f1b506ab3cea8d147117 SHA512 e10439dd39e61436e3174e1d599d30d06955e65b696b9c37a0e9a8f1a41d19f71f33cca83ec9cc8fe2d8b516c2ec113f22bf3ddd1f1f465286cbe5bde8bcc0a2

diff --git a/games-board/gnome-chess/gnome-chess-43.2.ebuild b/games-board/gnome-chess/gnome-chess-43.2.ebuild
new file mode 100644
index 000000000000..ffb3da44acf5
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-43.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg
+
+DESCRIPTION="Play the classic two-player boardgame of chess"
+HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome-chess"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	gui-libs/gtk:4
+	>=gui-libs/libadwaita-1.0.0:1
+	>=gnome-base/librsvg-2.46.0:2
+	x11-libs/pango
+"
+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() {
+	default
+	vala_setup
+	xdg_environment_reset
+}
+
+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
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2023-02-17  8:23 Arthur Zamarin
  0 siblings, 0 replies; 39+ messages in thread
From: Arthur Zamarin @ 2023-02-17  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d16ddea1534bcfc9396ec104dea241137ed377cb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 08:22:23 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 08:22:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16ddea1

games-board/gnome-chess: Stabilize 43.1 x86, #893302

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-43.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-43.1.ebuild b/games-board/gnome-chess/gnome-chess-43.1.ebuild
index 1dd91eb94c0c..a22599f8170b 100644
--- a/games-board/gnome-chess/gnome-chess-43.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-43.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.44:2


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2023-01-10 23:17 Matt Turner
  0 siblings, 0 replies; 39+ messages in thread
From: Matt Turner @ 2023-01-10 23:17 UTC (permalink / raw
  To: gentoo-commits

commit:     55c36ef2085fb60f5ea254966248f7bb2bcac058
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 23:16:11 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 23:17:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c36ef2

games-board/gnome-chess: Version bump to 43.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 games-board/gnome-chess/Manifest                |  1 +
 games-board/gnome-chess/gnome-chess-43.1.ebuild | 57 +++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index c65ebb75fbc6..a0630267f84b 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-43.0.tar.xz 658156 BLAKE2B eb8ddd9966a38ff385a93456621f250adaac1aee580475a136dc33d3182d0a772d50c2bc4bc47981e3b0dcf86ed91a2c8792ab682a5f6af4904a8f075fd520d5 SHA512 710ff09d9f5e23bb3822a203c1f5b11b85e8aa602f7c703f08e7843a79476498ec836e41122f6d601183b7220618bf2f2a2f0dcff62bcb625ae28b20a03d02c8
+DIST gnome-chess-43.1.tar.xz 743100 BLAKE2B b2fb2594cab3d0fa82d682db931911c71df9f4fca0707c39a15c5f5caa397a34e6a132e09950fb41ece01873a87d60e91df1e5397830cfa700427e3b119c95cc SHA512 d42fb3f960030813d2551c2f0dac46068f30992934e9f8779a097a1ca43a7711b64c0f499eff3ecd698325f5e2458f03c0a9b6cd4c333ad4ca9dba83faa833c5

diff --git a/games-board/gnome-chess/gnome-chess-43.1.ebuild b/games-board/gnome-chess/gnome-chess-43.1.ebuild
new file mode 100644
index 000000000000..ffb3da44acf5
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-43.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg
+
+DESCRIPTION="Play the classic two-player boardgame of chess"
+HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome-chess"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	gui-libs/gtk:4
+	>=gui-libs/libadwaita-1.0.0:1
+	>=gnome-base/librsvg-2.46.0:2
+	x11-libs/pango
+"
+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() {
+	default
+	vala_setup
+	xdg_environment_reset
+}
+
+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
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2022-10-30 15:42 Matt Turner
  0 siblings, 0 replies; 39+ messages in thread
From: Matt Turner @ 2022-10-30 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     05e69274e1620c23d73602adcbb78a9330bc708d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 21:19:57 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 15:41:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e69274

games-board/gnome-chess: Set remote-id

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 games-board/gnome-chess/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-board/gnome-chess/metadata.xml b/games-board/gnome-chess/metadata.xml
index 7b343b06be8a..2fabf8e266f9 100644
--- a/games-board/gnome-chess/metadata.xml
+++ b/games-board/gnome-chess/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
+  <maintainer type="project">
+    <email>gnome@gentoo.org</email>
+    <name>Gentoo GNOME Desktop</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="gnome-gitlab">GNOME/gnome-chess</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2022-09-16  2:40 Matt Turner
  0 siblings, 0 replies; 39+ messages in thread
From: Matt Turner @ 2022-09-16  2:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e40ca219246b75ceb4965bcbe80c554ab87abbb4
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 02:12:51 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 02:40:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40ca219

games-board/gnome-chess: Version bump to 43.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 games-board/gnome-chess/Manifest                |  1 +
 games-board/gnome-chess/gnome-chess-43.0.ebuild | 57 +++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 26040ff4c34a..87ec6d97985d 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-chess-42.0.tar.xz 661180 BLAKE2B e9fe75df1b298aad17b8b199949cb02eeea5116fa15adfedfac6ed067123ff73aad8ebb33e512f1eef97237232275528da6454de27c335a897e5e3b942a335bf SHA512 08af368b6fd032976c124a8fa8402494e73b004591eae331523a377acf72d98b9827ed189db1c1287f758f41614e878062bd1ab0b8323bf76d19b9cdedacf9a6
 DIST gnome-chess-42.1.tar.xz 663036 BLAKE2B 3e42f799d029c4122055420035dd1dadcf5d385ea363ebfe355dc25df31bd5160f2b791d715a2ab371af93e4f5f0a60ac8e818df2686b0f0fc30ae7c0f0795fc SHA512 ab84744910fbf65d50cadb7f63b9e5a5fd4af103adbacd349680c65ae70374ce9766e715656891ae8987ba3c6a694dd632b9154233a417b86a1eeacad875a61d
+DIST gnome-chess-43.0.tar.xz 658156 BLAKE2B eb8ddd9966a38ff385a93456621f250adaac1aee580475a136dc33d3182d0a772d50c2bc4bc47981e3b0dcf86ed91a2c8792ab682a5f6af4904a8f075fd520d5 SHA512 710ff09d9f5e23bb3822a203c1f5b11b85e8aa602f7c703f08e7843a79476498ec836e41122f6d601183b7220618bf2f2a2f0dcff62bcb625ae28b20a03d02c8

diff --git a/games-board/gnome-chess/gnome-chess-43.0.ebuild b/games-board/gnome-chess/gnome-chess-43.0.ebuild
new file mode 100644
index 000000000000..d649ade62c19
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-43.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg
+
+DESCRIPTION="Play the classic two-player boardgame of chess"
+HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome-chess"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	gui-libs/gtk:4
+	>=gui-libs/libadwaita-1.0.0:1
+	>=gnome-base/librsvg-2.46.0:2
+	x11-libs/pango
+"
+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() {
+	default
+	vala_setup
+	xdg_environment_reset
+}
+
+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
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2022-09-12 16:01 Sam James
  0 siblings, 0 replies; 39+ messages in thread
From: Sam James @ 2022-09-12 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d8bb4253f7fcc8395ed38fa3a9a3d5f5a2e053b6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 12 16:01:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 16:01:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bb4253

games-board/gnome-chess: Stabilize 42.1 x86, #868606

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-42.1.ebuild b/games-board/gnome-chess/gnome-chess-42.1.ebuild
index b78b919021af..12668fb67d99 100644
--- a/games-board/gnome-chess/gnome-chess-42.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-42.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.44:2


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2022-09-12 16:00 Sam James
  0 siblings, 0 replies; 39+ messages in thread
From: Sam James @ 2022-09-12 16:00 UTC (permalink / raw
  To: gentoo-commits

commit:     43edeeb0fd92f7adfa5d36895a546b2784f76eac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 12 15:59:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 15:59:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43edeeb0

games-board/gnome-chess: Stabilize 42.1 amd64, #868606

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-42.1.ebuild b/games-board/gnome-chess/gnome-chess-42.1.ebuild
index a66534404419..b78b919021af 100644
--- a/games-board/gnome-chess/gnome-chess-42.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-42.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess https://gitlab.gnome.org/GNOME/gnome
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.44:2


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2022-08-10  2:09 Matt Turner
  0 siblings, 0 replies; 39+ messages in thread
From: Matt Turner @ 2022-08-10  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     87649cc62122ef34fca84ecf3ffb10aa571b7bea
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 23:30:41 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 02:07:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87649cc6

games-board/gnome-chess: Version bump to 42.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 games-board/gnome-chess/Manifest                |  1 +
 games-board/gnome-chess/gnome-chess-42.1.ebuild | 59 +++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 73f4aa89936a..26040ff4c34a 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-42.0.tar.xz 661180 BLAKE2B e9fe75df1b298aad17b8b199949cb02eeea5116fa15adfedfac6ed067123ff73aad8ebb33e512f1eef97237232275528da6454de27c335a897e5e3b942a335bf SHA512 08af368b6fd032976c124a8fa8402494e73b004591eae331523a377acf72d98b9827ed189db1c1287f758f41614e878062bd1ab0b8323bf76d19b9cdedacf9a6
+DIST gnome-chess-42.1.tar.xz 663036 BLAKE2B 3e42f799d029c4122055420035dd1dadcf5d385ea363ebfe355dc25df31bd5160f2b791d715a2ab371af93e4f5f0a60ac8e818df2686b0f0fc30ae7c0f0795fc SHA512 ab84744910fbf65d50cadb7f63b9e5a5fd4af103adbacd349680c65ae70374ce9766e715656891ae8987ba3c6a694dd632b9154233a417b86a1eeacad875a61d

diff --git a/games-board/gnome-chess/gnome-chess-42.1.ebuild b/games-board/gnome-chess/gnome-chess-42.1.ebuild
new file mode 100644
index 000000000000..a66534404419
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-42.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+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 https://gitlab.gnome.org/GNOME/gnome-chess"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	gui-libs/gtk:4
+	>=gui-libs/libadwaita-1.0.0:1
+	>=gnome-base/librsvg-2.46.0:2
+	x11-libs/pango
+"
+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() {
+	default
+	vala_setup
+	xdg_environment_reset
+}
+
+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
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2022-03-25 22:05 Matt Turner
  0 siblings, 0 replies; 39+ messages in thread
From: Matt Turner @ 2022-03-25 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     bf0d378bb6ae81322ac1ba347a128f8945c6cf63
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 22:01:59 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 22:01:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0d378b

games-board/gnome-chess: Version bump to 42.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 games-board/gnome-chess/Manifest                |  1 +
 games-board/gnome-chess/gnome-chess-42.0.ebuild | 58 +++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 08452cb08401..131c0c7db989 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-41.1.tar.xz 615936 BLAKE2B 40a6f576fadd74777599192d7493f3a16abac45fc1a29c9a4e5cf1ec4d432e18910381bb26f9700b4585e1e395601d0b6a72b316139cfe74ecb6e33c9c4f001d SHA512 71d9b51599699c24d505eb4f120d99509c5e69c00d6aba1768029f9adf8ba70be6e40d001928f141a92852fb318d9f9b2ecb01b6bcbfecaf1408b89792b25224
+DIST gnome-chess-42.0.tar.xz 661180 BLAKE2B e9fe75df1b298aad17b8b199949cb02eeea5116fa15adfedfac6ed067123ff73aad8ebb33e512f1eef97237232275528da6454de27c335a897e5e3b942a335bf SHA512 08af368b6fd032976c124a8fa8402494e73b004591eae331523a377acf72d98b9827ed189db1c1287f758f41614e878062bd1ab0b8323bf76d19b9cdedacf9a6

diff --git a/games-board/gnome-chess/gnome-chess-42.0.ebuild b/games-board/gnome-chess/gnome-chess-42.0.ebuild
new file mode 100644
index 000000000000..8dbb32678806
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-42.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..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 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	gui-libs/gtk:4
+	>=gui-libs/libadwaita-1.0.0:1
+	>=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() {
+	default
+	vala_setup
+	xdg_environment_reset
+}
+
+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
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2022-01-16 12:22 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2022-01-16 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     499a3a6ccfef23b0f7122e426b8645d26f9964e9
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 12:04:55 2022 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 12:22:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499a3a6c

games-board/gnome-chess-40: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-40.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/gnome-chess/gnome-chess-40.1.ebuild b/games-board/gnome-chess/gnome-chess-40.1.ebuild
index 9db81c60f9dc..2a78f8ca2322 100644
--- a/games-board/gnome-chess/gnome-chess-40.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-40.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+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


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2021-11-11 12:59 Pacho Ramos
  0 siblings, 0 replies; 39+ messages in thread
From: Pacho Ramos @ 2021-11-11 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0e806857be6223e399e889a5125c1d742ac00ccb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 12:35:49 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 12:59:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e806857

games-board/gnome-chess: Bump to 41.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-board/gnome-chess/Manifest                |  1 +
 games-board/gnome-chess/gnome-chess-41.1.ebuild | 56 +++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index f66934ed258..5b6b4ee8647 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-40.1.tar.xz 741168 BLAKE2B 3691f7aa03532456f9437588641417af4db45b99ffb0f211eca8dffd7a7ba7cf834c7f1e3e2cf6933df96c05b981edb7db3aac430be2c7256d96fca6ecb73db4 SHA512 aae1690724c068717045d70f4fbd5a6cf1fc169ae0bd5df0ae7f0d7a2609c93c482da545008dd3c5d11e975ec8f2c5fc6f4b0007a8f2a1128a75aec2f3fcb083
+DIST gnome-chess-41.1.tar.xz 615936 BLAKE2B 40a6f576fadd74777599192d7493f3a16abac45fc1a29c9a4e5cf1ec4d432e18910381bb26f9700b4585e1e395601d0b6a72b316139cfe74ecb6e33c9c4f001d SHA512 71d9b51599699c24d505eb4f120d99509c5e69c00d6aba1768029f9adf8ba70be6e40d001928f141a92852fb318d9f9b2ecb01b6bcbfecaf1408b89792b25224

diff --git a/games-board/gnome-chess/gnome-chess-41.1.ebuild b/games-board/gnome-chess/gnome-chess-41.1.ebuild
new file mode 100644
index 00000000000..ca0a04de675
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-41.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 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
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2021-05-10 12:23 Sam James
  0 siblings, 0 replies; 39+ messages in thread
From: Sam James @ 2021-05-10 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     954e63622a1d58bc89054918e2ae35a03c031b86
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 12:21:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 10 12:23:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954e6362

games-board/gnome-chess: Keyword 40.1 arm64, #787269

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-40.1.ebuild b/games-board/gnome-chess/gnome-chess-40.1.ebuild
index 75b0f1380d7..ed1a776ccab 100644
--- a/games-board/gnome-chess/gnome-chess-40.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-40.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.44:2


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2021-05-08  2:08 Thomas Deutschmann
  0 siblings, 0 replies; 39+ messages in thread
From: Thomas Deutschmann @ 2021-05-08  2:08 UTC (permalink / raw
  To: gentoo-commits

commit:     505a498b5dcb95d4097293bbb18f88b077f3dfc9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat May  8 02:06:37 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat May  8 02:06:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505a498b

games-board/gnome-chess: x86 keyworded (bug #787269)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-40.1.ebuild b/games-board/gnome-chess/gnome-chess-40.1.ebuild
index dc6093bf270..75b0f1380d7 100644
--- a/games-board/gnome-chess/gnome-chess-40.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-40.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.44:2


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2021-05-04  1:15 Matt Turner
  0 siblings, 0 replies; 39+ messages in thread
From: Matt Turner @ 2021-05-04  1:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7b63159e94bad635b40bda69ea70fc408005c879
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 01:14:48 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May  4 01:14:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b63159e

games-board/gnome-chess: Drop keywords without gui-libs/gtk:4

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-40.1.ebuild b/games-board/gnome-chess/gnome-chess-40.1.ebuild
index d0026406ab6..dc6093bf270 100644
--- a/games-board/gnome-chess/gnome-chess-40.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-40.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	>=dev-libs/glib-2.44:2


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2020-08-22 12:09 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2020-08-22 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ecd15944db5a9d379b286f8a2c997755796914a0
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 12:02:04 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 12:06:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd15944

games-board/gnome-chess: bump to 3.36.1

Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-chess/Manifest                  |  1 +
 games-board/gnome-chess/gnome-chess-3.36.1.ebuild | 55 +++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 6e768cae226..d4eaacf0c36 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-3.34.0.tar.xz 648464 BLAKE2B c06474fbdaeb9dfc26fbadaa6f5dc83179cdc6d09b8007b2dfcd88a4af4a6113913cffa8f00ada7a788585d723c5917f7ad7944bf466411119e7979545f40f29 SHA512 dcd4c2cfb0ebb5d3481bb6f722ac847cb8976e31352286a245457a62291445f50ad86ce26a37c222112801dc807bb567ed4d71d2d6ccb1628c2cab0767445012
+DIST gnome-chess-3.36.1.tar.xz 738308 BLAKE2B 14d328b9939afb12f14b513cfa009e3fb197f6c35c5272df107ce844890339caecbb5dafbd0bd28a19d001ebc0574464b33ea2ca10a9f7578b49d1e6f637e190 SHA512 4c89f91fe16323a799cf1eb3fe1f8e37fd506248ca32ad605ca3d5ecd37cf29f046da50383e0d0c3d82acf4e472843f3fd40927283f37e02d42cee5d8c72d8b3

diff --git a/games-board/gnome-chess/gnome-chess-3.36.1.ebuild b/games-board/gnome-chess/gnome-chess-3.36.1.ebuild
new file mode 100644
index 00000000000..78cac2a1a48
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-3.36.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson 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 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	>=x11-libs/gtk+-3.20.0:3
+	>=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}
+	gnome-base/librsvg:2[vala]
+"
+BDEPEND="
+	$(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
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2019-12-22 20:47 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2019-12-22 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6bda2de1d3d2c5506904e9d3fb5d6e1085fcda1f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:42:20 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:46:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bda2de1

games-board/gnome-chess: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-chess/Manifest                  |  1 -
 games-board/gnome-chess/gnome-chess-3.30.1.ebuild | 53 -----------------------
 2 files changed, 54 deletions(-)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index db2b1dbd514..6e768cae226 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1,2 +1 @@
-DIST gnome-chess-3.30.1.tar.xz 1699668 BLAKE2B 5cb445248f3e223354f5145ee6e652b05d2ced44cbe63705fd54514d7848b5932b3aced35e3e6b72944f0e1e2c2b73ff8b9ad2b0c38fa0e90de5e59bf1da36e5 SHA512 ddf1b62b189adb01e9874606fa45b77b00bb5ca52609db60c58b6c0bca5340786f37a8ef813bb82213c8f7335117d2b896420826cae131db13e77d72e8ad5804
 DIST gnome-chess-3.34.0.tar.xz 648464 BLAKE2B c06474fbdaeb9dfc26fbadaa6f5dc83179cdc6d09b8007b2dfcd88a4af4a6113913cffa8f00ada7a788585d723c5917f7ad7944bf466411119e7979545f40f29 SHA512 dcd4c2cfb0ebb5d3481bb6f722ac847cb8976e31352286a245457a62291445f50ad86ce26a37c222112801dc807bb567ed4d71d2d6ccb1628c2cab0767445012

diff --git a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
deleted file mode 100644
index 435522543d8..00000000000
--- a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.40"
-VALA_MAX_API_VERSION="0.44"
-
-inherit gnome.org gnome2-utils meson 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 ~arm ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/glib-2.44:2
-	>=x11-libs/gtk+-3.20.0:3
-	>=gnome-base/librsvg-2.32.0:2[vala]
-"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	dev-util/itstool
-	dev-libs/appstream-glib
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"
-
-DOC_CONTENTS="For being able to play against computer you will
-need to install a chess engine like, 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
-}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2019-10-13 18:19 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2019-10-13 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     2a00bc8e0a151382af296a5f538cc44a8e5cc2fe
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 18:07:22 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 18:18:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a00bc8e

games-board/gnome-chess: bump to 3.34.0

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-chess/Manifest                  |  1 +
 games-board/gnome-chess/gnome-chess-3.34.0.ebuild | 55 +++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 25aad69b9de..db2b1dbd514 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-3.30.1.tar.xz 1699668 BLAKE2B 5cb445248f3e223354f5145ee6e652b05d2ced44cbe63705fd54514d7848b5932b3aced35e3e6b72944f0e1e2c2b73ff8b9ad2b0c38fa0e90de5e59bf1da36e5 SHA512 ddf1b62b189adb01e9874606fa45b77b00bb5ca52609db60c58b6c0bca5340786f37a8ef813bb82213c8f7335117d2b896420826cae131db13e77d72e8ad5804
+DIST gnome-chess-3.34.0.tar.xz 648464 BLAKE2B c06474fbdaeb9dfc26fbadaa6f5dc83179cdc6d09b8007b2dfcd88a4af4a6113913cffa8f00ada7a788585d723c5917f7ad7944bf466411119e7979545f40f29 SHA512 dcd4c2cfb0ebb5d3481bb6f722ac847cb8976e31352286a245457a62291445f50ad86ce26a37c222112801dc807bb567ed4d71d2d6ccb1628c2cab0767445012

diff --git a/games-board/gnome-chess/gnome-chess-3.34.0.ebuild b/games-board/gnome-chess/gnome-chess-3.34.0.ebuild
new file mode 100644
index 00000000000..d8a04a7cdbf
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-3.34.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson 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 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	>=x11-libs/gtk+-3.20.0:3
+	>=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}
+	gnome-base/librsvg:2[vala]
+"
+BDEPEND="
+	$(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
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2019-10-13 18:19 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2019-10-13 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     03751928f59e141efcddd2db95733c59a681b36e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 17:56:37 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 18:18:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03751928

games-board/gnome-chess-3.30.1: restrict to <=vala:0.44

Fails to build with vala:0.46 - gnome-chess-3.34.0 has fixes

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-3.30.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
index fda095c64dc..435522543d8 100644
--- a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 VALA_MIN_API_VERSION="0.40"
+VALA_MAX_API_VERSION="0.44"
 
 inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg
 


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2019-05-18 20:46 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2019-05-18 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9a36a1e671e20e767959b702be3970e225ffc7b3
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 20:00:52 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 18 20:43:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a36a1e6

games-board/gnome-chess: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-chess/Manifest                  |  1 -
 games-board/gnome-chess/gnome-chess-3.28.1.ebuild | 54 -----------------------
 2 files changed, 55 deletions(-)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 9fcfe48ceef..25aad69b9de 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1,2 +1 @@
-DIST gnome-chess-3.28.1.tar.xz 1697524 BLAKE2B 743147e86fbaf5b1b1d84e802fde439de8a04f1e58607e34d0c5f660e59f3dd1e29aef1c763e5a00fa44581502c1d702a7fd9dfc826281f4dc703b23430a1efc SHA512 296703362fab5afa221130293d09a2f4e8d36d211f6fde7cee54c52a7ccec4c3a8aa5359baaf330e95cfd42277e2f95d44d762518a86d675c8e8a7237ebd9dd1
 DIST gnome-chess-3.30.1.tar.xz 1699668 BLAKE2B 5cb445248f3e223354f5145ee6e652b05d2ced44cbe63705fd54514d7848b5932b3aced35e3e6b72944f0e1e2c2b73ff8b9ad2b0c38fa0e90de5e59bf1da36e5 SHA512 ddf1b62b189adb01e9874606fa45b77b00bb5ca52609db60c58b6c0bca5340786f37a8ef813bb82213c8f7335117d2b896420826cae131db13e77d72e8ad5804

diff --git a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
deleted file mode 100644
index b5d0819f053..00000000000
--- a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.36"
-
-inherit gnome.org gnome2-utils meson 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 ~arm ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/glib-2.44:2
-	>=x11-libs/gtk+-3.19:3
-	>=gnome-base/librsvg-2.32.0:2[vala]
-"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	dev-util/itstool
-	dev-libs/appstream-glib
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"
-
-DOC_CONTENTS="For being able to play against computer you will
-need to install a chess engine like, 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_icon_cache_update
-	gnome2_schemas_update
-	readme.gentoo_print_elog
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_icon_cache_update
-	gnome2_schemas_update
-}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2019-03-19  8:41 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2019-03-19  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ef26a854992977daaded9a91d1a4452c2bbfb654
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 05:22:04 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 08:41:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef26a854

games-board/gnome-chess-3.30.1: vala:0.40 or newer needed

Fixes: https://bugs.gentoo.org/680922
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-3.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
index f52f27cab4f..c26dcdd86ac 100644
--- a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-VALA_MIN_API_VERSION="0.36"
+VALA_MIN_API_VERSION="0.40"
 
 inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg
 


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2019-03-14 16:15 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2019-03-14 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2b9f24a43a0856d95874d4534731e6ead674efdb
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 15:35:44 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 16:13:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9f24a4

games-board/gnome-chess: bump to 3.30.1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-chess/Manifest                  |  1 +
 games-board/gnome-chess/gnome-chess-3.30.1.ebuild | 52 +++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 0539ec8ecc4..9fcfe48ceef 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-3.28.1.tar.xz 1697524 BLAKE2B 743147e86fbaf5b1b1d84e802fde439de8a04f1e58607e34d0c5f660e59f3dd1e29aef1c763e5a00fa44581502c1d702a7fd9dfc826281f4dc703b23430a1efc SHA512 296703362fab5afa221130293d09a2f4e8d36d211f6fde7cee54c52a7ccec4c3a8aa5359baaf330e95cfd42277e2f95d44d762518a86d675c8e8a7237ebd9dd1
+DIST gnome-chess-3.30.1.tar.xz 1699668 BLAKE2B 5cb445248f3e223354f5145ee6e652b05d2ced44cbe63705fd54514d7848b5932b3aced35e3e6b72944f0e1e2c2b73ff8b9ad2b0c38fa0e90de5e59bf1da36e5 SHA512 ddf1b62b189adb01e9874606fa45b77b00bb5ca52609db60c58b6c0bca5340786f37a8ef813bb82213c8f7335117d2b896420826cae131db13e77d72e8ad5804

diff --git a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
new file mode 100644
index 00000000000..f52f27cab4f
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_MIN_API_VERSION="0.36"
+
+inherit gnome.org gnome2-utils meson 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 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	>=x11-libs/gtk+-3.20.0:3
+	>=gnome-base/librsvg-2.32.0:2[vala]
+"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	dev-util/itstool
+	dev-libs/appstream-glib
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+DOC_CONTENTS="For being able to play against computer you will
+need to install a chess engine like, 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
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2019-02-17 11:34 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2019-02-17 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d7c3818f059cc56a86cf4c21d801b4e9245deda8
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 11:09:59 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 11:21:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c3818f

games-board/gnome-chess: depend on librsvg[vala]

vala itself doesn't ship vapi files for librsvg since 0.40,
so we need to depend on librsvg[vala] for them to be provided.
We do this unconditionally even if older vala is used for build,
as they are more up to date and matching librsvg C library than
what vala itself shipped.

Closes: https://bugs.gentoo.org/678210
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-3.28.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
index 6004ca185c8..b5d0819f053 100644
--- a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
@@ -17,7 +17,7 @@ IUSE=""
 RDEPEND="
 	>=dev-libs/glib-2.44:2
 	>=x11-libs/gtk+-3.19:3
-	>=gnome-base/librsvg-2.32.0:2
+	>=gnome-base/librsvg-2.32.0:2[vala]
 "
 DEPEND="${RDEPEND}
 	$(vala_depend)


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2019-02-17 11:34 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2019-02-17 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     33db18b2ad8e72b87376b0b8056e78b9f86bf421
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 11:04:32 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 11:21:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33db18b2

games-board/gnome-chess: remove wrong yelp-tools build depend

Only itstool is needed to build, so pull only that, not the full
yelp-tools stack.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-3.28.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
index 9cb68754fe7..6004ca185c8 100644
--- a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	$(vala_depend)
-	app-text/yelp-tools
+	dev-util/itstool
 	dev-libs/appstream-glib
 	>=sys-devel/gettext-0.19.8
 	virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2018-08-31 23:43 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2018-08-31 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     00ba9a6ea2754bba41483967f967c0afdae4c117
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 20:04:41 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 23:34:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ba9a6e

games-board/gnome-chess: bump to 3.28.1

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 games-board/gnome-chess/Manifest                  |  1 +
 games-board/gnome-chess/gnome-chess-3.28.1.ebuild | 54 +++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index a07ad351d01..f81a0570f94 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-3.24.1.tar.xz 2808208 BLAKE2B 6b6eefb8de8e7b91b23752d78d00704546566f060c8971c4fb17b26a28ca44b659891e036f5cc1f42bbfca41d1aaaca153758115eafb4456a3ddb45fe4caf1a8 SHA512 738bae74a547ccf9f0f3dcccaf164af785086ab54190094d602effae0f3f7c07fb6be4eba4aa8706045f70cb12c407a5151bc836d784c0cd254b1c371670e559
+DIST gnome-chess-3.28.1.tar.xz 1697524 BLAKE2B 743147e86fbaf5b1b1d84e802fde439de8a04f1e58607e34d0c5f660e59f3dd1e29aef1c763e5a00fa44581502c1d702a7fd9dfc826281f4dc703b23430a1efc SHA512 296703362fab5afa221130293d09a2f4e8d36d211f6fde7cee54c52a7ccec4c3a8aa5359baaf330e95cfd42277e2f95d44d762518a86d675c8e8a7237ebd9dd1

diff --git a/games-board/gnome-chess/gnome-chess-3.28.1.ebuild b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
new file mode 100644
index 00000000000..ddb05746bd3
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-3.28.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_MIN_API_VERSION="0.36"
+
+inherit gnome.org gnome2-utils meson 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 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	>=x11-libs/gtk+-3.19:3
+	>=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	app-text/yelp-tools
+	dev-libs/appstream-glib
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+DOC_CONTENTS="For being able to play against computer you will
+need to install a chess engine like, 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_icon_cache_update
+	gnome2_schemas_update
+	readme.gentoo_print_elog
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_icon_cache_update
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2018-02-03 19:40 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2018-02-03 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e7a4561109c203e1071249b752453bad2780273f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 19:28:27 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 19:39:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a45611

games-board/gnome-chess: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 games-board/gnome-chess/Manifest                  |  1 -
 games-board/gnome-chess/gnome-chess-3.22.2.ebuild | 46 -----------------------
 2 files changed, 47 deletions(-)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 9d48041e86b..a07ad351d01 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1,2 +1 @@
-DIST gnome-chess-3.22.2.tar.xz 2774176 BLAKE2B 58f01b71cd59001601dcd29894051c90421b0c12e8c2f6e6b18d72838cb59f0be3eef271528ab27bf33f1f7a8f7addd9fa6fa7d09a5e783c79ca5d2c869aa88e SHA512 ae939c5a79b4f0ae24a8a5b4a3efa0620aaf913ef46d944abad7f638477b0d711e6ca6b7c1e593a67100ad1ae4b423c7d87c51808911cc38e6022a3fbeafb47e
 DIST gnome-chess-3.24.1.tar.xz 2808208 BLAKE2B 6b6eefb8de8e7b91b23752d78d00704546566f060c8971c4fb17b26a28ca44b659891e036f5cc1f42bbfca41d1aaaca153758115eafb4456a3ddb45fe4caf1a8 SHA512 738bae74a547ccf9f0f3dcccaf164af785086ab54190094d602effae0f3f7c07fb6be4eba4aa8706045f70cb12c407a5151bc836d784c0cd254b1c371670e559

diff --git a/games-board/gnome-chess/gnome-chess-3.22.2.ebuild b/games-board/gnome-chess/gnome-chess-3.22.2.ebuild
deleted file mode 100644
index a292ac6bfa8..00000000000
--- a/games-board/gnome-chess/gnome-chess-3.22.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 vala readme.gentoo-r1
-
-DESCRIPTION="Play the classic two-player boardgame of chess"
-HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/glib-2.40:2
-	>=gnome-base/librsvg-2.32:2
-	>=x11-libs/gtk+-3.19:3
-"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	app-text/yelp-tools
-	dev-libs/appstream-glib
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"
-
-DOC_CONTENTS="For being able to play against computer you will
-	need to install a chess engine like, for example, games-board/gnuchess"
-
-src_prepare() {
-	gnome2_src_prepare
-	vala_src_prepare
-}
-
-src_install() {
-	gnome2_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-	readme.gentoo_print_elog
-}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2018-01-18  2:27 Mikle Kolyada
  0 siblings, 0 replies; 39+ messages in thread
From: Mikle Kolyada @ 2018-01-18  2:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5194063c59404c641d091f36da88797dd9931d7f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 02:24:33 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 02:24:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5194063c

games-board/gnome-chess: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 games-board/gnome-chess/gnome-chess-3.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/gnome-chess/gnome-chess-3.24.1.ebuild b/games-board/gnome-chess/gnome-chess-3.24.1.ebuild
index 3031a08ae53..b5b9ee2a561 100644
--- a/games-board/gnome-chess/gnome-chess-3.24.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-3.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2017-08-15 15:09 Gilles Dartiguelongue
  0 siblings, 0 replies; 39+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-15 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1bd8f0f6c099942f8fa80e5982ded4228e93f46b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  8 21:12:32 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 15:09:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd8f0f6

games-board/gnome-chess: version bump 3.22.2 → 3.24.1

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --force

 games-board/gnome-chess/Manifest                  |  1 +
 games-board/gnome-chess/gnome-chess-3.24.1.ebuild | 46 +++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 24a5dbb445b..66be526aa23 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1 +1,2 @@
 DIST gnome-chess-3.22.2.tar.xz 2774176 SHA256 dffdf7f5c5f4ea6bba7ff88b457a75ee5e4c5d9d522d27e1ea4a3d4bb3927792 SHA512 ae939c5a79b4f0ae24a8a5b4a3efa0620aaf913ef46d944abad7f638477b0d711e6ca6b7c1e593a67100ad1ae4b423c7d87c51808911cc38e6022a3fbeafb47e WHIRLPOOL 92fa30ec9ef3eba4dc3326535992214979178ef654626a4a9a4da8d9f881823c3fa1f737fe5e5676964f83c4c372d873701e36e2467d248d5730596cf91e668c
+DIST gnome-chess-3.24.1.tar.xz 2808208 SHA256 6c9647beb7579b0a8de4e73698d931b1d9ac2efab4e7d3649f482d2c68ebf8a3 SHA512 738bae74a547ccf9f0f3dcccaf164af785086ab54190094d602effae0f3f7c07fb6be4eba4aa8706045f70cb12c407a5151bc836d784c0cd254b1c371670e559 WHIRLPOOL 7ea336f0dbe5304704c24a904f3b3bcda20e086815019a702743afb52f4a32e601879d5a4558ddf230eaabecf1ff0614ae303276410cce45b22335bb784ba0d9

diff --git a/games-board/gnome-chess/gnome-chess-3.24.1.ebuild b/games-board/gnome-chess/gnome-chess-3.24.1.ebuild
new file mode 100644
index 00000000000..3031a08ae53
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-3.24.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_MIN_API_VERSION="0.36"
+
+inherit gnome2 vala readme.gentoo-r1
+
+DESCRIPTION="Play the classic two-player boardgame of chess"
+HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.40:2
+	>=gnome-base/librsvg-2.32:2
+	>=x11-libs/gtk+-3.19:3
+"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	app-text/yelp-tools
+	dev-libs/appstream-glib
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+DOC_CONTENTS="For being able to play against computer you will
+	need to install a chess engine like, for example, games-board/gnuchess"
+
+src_prepare() {
+	gnome2_src_prepare
+	vala_src_prepare
+}
+
+src_install() {
+	gnome2_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	readme.gentoo_print_elog
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2017-05-01 16:50 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2017-05-01 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     32d809fa1235d27e66695a93a6402097734b3863
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 16:49:13 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May  1 16:49:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d809fa

games-board/gnome-chess: Fix license

Gentoo-bug: 617206

 games-board/gnome-chess/gnome-chess-3.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-3.22.2.ebuild b/games-board/gnome-chess/gnome-chess-3.22.2.ebuild
index f4f319d7171..a292ac6bfa8 100644
--- a/games-board/gnome-chess/gnome-chess-3.22.2.ebuild
+++ b/games-board/gnome-chess/gnome-chess-3.22.2.ebuild
@@ -9,7 +9,7 @@ inherit gnome2 vala readme.gentoo-r1
 DESCRIPTION="Play the classic two-player boardgame of chess"
 HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
 
-LICENSE="LGPL-2+"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2016-11-11 12:47 Gilles Dartiguelongue
  0 siblings, 0 replies; 39+ messages in thread
From: Gilles Dartiguelongue @ 2016-11-11 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     11268d540cf2fa3b4644ba4ac83820a46a0e1e8c
Author:     Christophe Lermytte <gentoo <AT> lermytte <DOT> be>
AuthorDate: Wed Nov  9 20:21:05 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 12:46:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11268d54

games-board/gnome-chess: add gnome-chess-3.22.2.ebuild

Simple bump, no relevant changes

https://git.gnome.org/browse/gnome-chess/diff/?id=3.22.2&id2=3.22.0
Closes: https://github.com/gentoo/gentoo/pull/2792

Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 games-board/gnome-chess/Manifest                  |  1 +
 games-board/gnome-chess/gnome-chess-3.22.2.ebuild | 47 +++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index cce48c1..61d43d6 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-chess-3.18.0.tar.xz 2779340 SHA256 c841198935d807618c3cecbf10ed24643390d504e17961717bac455f4e1b37ad SHA512 307ff5800792e231977288dedc7a04ccfbf74fc47de6263bacd19875a8092bef196eb97597fba975ff1f2a7fe9fcd802a3477a6099cf04e3ebcf4c7c94d0a094 WHIRLPOOL 0ad6868f7b27da1cbe0dbec8ee5facd0dc1189defbfbe3f2411dc23dedde3d3a09ef5eb8a59bd223ca973b1d141a28fa60323262a77f72c945089602fa5c0a40
 DIST gnome-chess-3.20.1.tar.xz 2789828 SHA256 4715349339491bd7a1072d5d362b5df76efa2067f4363c4b37d9579201d8c66d SHA512 c9238a7076ace27ed00ab47ade7383b24d6115a8cc5a174b1367dce90f7a19435ca135cf80ad45330d1dc0079846d43b9970bfd4382d41bdd5ada41d91193ac6 WHIRLPOOL acffb6bcdcff8763e1c884b902dd26302f9ae4086c7f15d4767076014cc18972807a4b71c3dec1f1fa73d82ae952982db39f0be58d0dbb5d47b9781a42ad4213
 DIST gnome-chess-3.22.0.tar.xz 2804884 SHA256 838040c120af08aaa8ef1a6a284e2de296b998b37e49adb9436a12b6a428154a SHA512 3b95631ea186fc0d02cdd6a7b3312c6efe2bb6d626e26f3bb7c54dfa33ee513b570ef2aa663b7f32e153231110b8556adb0ef21fba021b22577a9cafb1d4d246 WHIRLPOOL 6cded5a71f57e48fbee270e07b5c9f54663e0cb98aeecda03be1b28f7e59ff08c1fd561b3bf29315a6306587b4ca2eef19e36f2fba373c04516de3117bf69e06
+DIST gnome-chess-3.22.2.tar.xz 2774176 SHA256 dffdf7f5c5f4ea6bba7ff88b457a75ee5e4c5d9d522d27e1ea4a3d4bb3927792 SHA512 ae939c5a79b4f0ae24a8a5b4a3efa0620aaf913ef46d944abad7f638477b0d711e6ca6b7c1e593a67100ad1ae4b423c7d87c51808911cc38e6022a3fbeafb47e WHIRLPOOL 92fa30ec9ef3eba4dc3326535992214979178ef654626a4a9a4da8d9f881823c3fa1f737fe5e5676964f83c4c372d873701e36e2467d248d5730596cf91e668c

diff --git a/games-board/gnome-chess/gnome-chess-3.22.2.ebuild b/games-board/gnome-chess/gnome-chess-3.22.2.ebuild
new file mode 100644
index 00000000..a087aa9
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-3.22.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala readme.gentoo-r1
+
+DESCRIPTION="Play the classic two-player boardgame of chess"
+HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.40:2
+	>=gnome-base/librsvg-2.32:2
+	>=x11-libs/gtk+-3.19:3
+"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	app-text/yelp-tools
+	dev-libs/appstream-glib
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+DOC_CONTENTS="For being able to play against computer you will
+	need to install a chess engine like, for example, games-board/gnuchess"
+
+src_prepare() {
+	gnome2_src_prepare
+	vala_src_prepare
+}
+
+src_install() {
+	gnome2_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	readme.gentoo_print_elog
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2016-10-18 22:44 Gilles Dartiguelongue
  0 siblings, 0 replies; 39+ messages in thread
From: Gilles Dartiguelongue @ 2016-10-18 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     dd99fdce056cba72d1c597f06044848732bcdba5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 21:57:17 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 22:44:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd99fdce

games-board/gnome-chess: version bump 3.20.1 → 3.22.0

Package-Manager: portage-2.3.1

 games-board/gnome-chess/Manifest                  |  1 +
 games-board/gnome-chess/gnome-chess-3.22.0.ebuild | 47 +++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 4f2feb7..cce48c1 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-chess-3.18.0.tar.xz 2779340 SHA256 c841198935d807618c3cecbf10ed24643390d504e17961717bac455f4e1b37ad SHA512 307ff5800792e231977288dedc7a04ccfbf74fc47de6263bacd19875a8092bef196eb97597fba975ff1f2a7fe9fcd802a3477a6099cf04e3ebcf4c7c94d0a094 WHIRLPOOL 0ad6868f7b27da1cbe0dbec8ee5facd0dc1189defbfbe3f2411dc23dedde3d3a09ef5eb8a59bd223ca973b1d141a28fa60323262a77f72c945089602fa5c0a40
 DIST gnome-chess-3.20.1.tar.xz 2789828 SHA256 4715349339491bd7a1072d5d362b5df76efa2067f4363c4b37d9579201d8c66d SHA512 c9238a7076ace27ed00ab47ade7383b24d6115a8cc5a174b1367dce90f7a19435ca135cf80ad45330d1dc0079846d43b9970bfd4382d41bdd5ada41d91193ac6 WHIRLPOOL acffb6bcdcff8763e1c884b902dd26302f9ae4086c7f15d4767076014cc18972807a4b71c3dec1f1fa73d82ae952982db39f0be58d0dbb5d47b9781a42ad4213
+DIST gnome-chess-3.22.0.tar.xz 2804884 SHA256 838040c120af08aaa8ef1a6a284e2de296b998b37e49adb9436a12b6a428154a SHA512 3b95631ea186fc0d02cdd6a7b3312c6efe2bb6d626e26f3bb7c54dfa33ee513b570ef2aa663b7f32e153231110b8556adb0ef21fba021b22577a9cafb1d4d246 WHIRLPOOL 6cded5a71f57e48fbee270e07b5c9f54663e0cb98aeecda03be1b28f7e59ff08c1fd561b3bf29315a6306587b4ca2eef19e36f2fba373c04516de3117bf69e06

diff --git a/games-board/gnome-chess/gnome-chess-3.22.0.ebuild b/games-board/gnome-chess/gnome-chess-3.22.0.ebuild
new file mode 100644
index 00000000..a087aa9
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-3.22.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala readme.gentoo-r1
+
+DESCRIPTION="Play the classic two-player boardgame of chess"
+HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.40:2
+	>=gnome-base/librsvg-2.32:2
+	>=x11-libs/gtk+-3.19:3
+"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	app-text/yelp-tools
+	dev-libs/appstream-glib
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+DOC_CONTENTS="For being able to play against computer you will
+	need to install a chess engine like, for example, games-board/gnuchess"
+
+src_prepare() {
+	gnome2_src_prepare
+	vala_src_prepare
+}
+
+src_install() {
+	gnome2_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	readme.gentoo_print_elog
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2016-09-02 16:58 Patrice Clement
  0 siblings, 0 replies; 39+ messages in thread
From: Patrice Clement @ 2016-09-02 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     acc3330ae3f5fcd276b436251143e5189f117a63
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 16:20:41 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 16:58:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc3330a

games-board/gnome-chess: keyword for ~arm64.

Ttested on a cortex-a53.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2184

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 games-board/gnome-chess/gnome-chess-3.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-3.20.1.ebuild b/games-board/gnome-chess/gnome-chess-3.20.1.ebuild
index e3725ed..07191ab 100644
--- a/games-board/gnome-chess/gnome-chess-3.20.1.ebuild
+++ b/games-board/gnome-chess/gnome-chess-3.20.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2016-03-06 16:43 Mikle Kolyada
  0 siblings, 0 replies; 39+ messages in thread
From: Mikle Kolyada @ 2016-03-06 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     12531d748f8ab63a9dcc047466da90a6e1f36b80
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 16:35:58 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 16:40:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12531d74

games-board/gnome-chess: x86 stable wrt bug #427546

Package-Manager: portage-2.2.26

 games-board/gnome-chess/gnome-chess-3.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnome-chess/gnome-chess-3.18.0.ebuild b/games-board/gnome-chess/gnome-chess-3.18.0.ebuild
index 23e6869..df1f5e1 100644
--- a/games-board/gnome-chess/gnome-chess-3.18.0.ebuild
+++ b/games-board/gnome-chess/gnome-chess-3.18.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2015-11-14 18:40 Pacho Ramos
  0 siblings, 0 replies; 39+ messages in thread
From: Pacho Ramos @ 2015-11-14 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     21da54f373bb43b03a27bff419630391f5022850
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 18:14:50 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 18:39:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21da54f3

games-board/gnome-chess: Version bump

Package-Manager: portage-2.2.24

 games-board/gnome-chess/Manifest                  |  1 +
 games-board/gnome-chess/gnome-chess-3.18.0.ebuild | 49 +++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 93db3a0..463a88d 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-chess-3.14.3.tar.xz 2779000 SHA256 037a364afc77df8f8adf6367c631196d287a08fec873ee5f550eb2d1c02e8105 SHA512 c1b2ff16e3edff1ad3977e9888a8ffc95f5f69451d2d21a97ffa127c7fa6cac5a5728e28171bbda2a8e9db33c834a732f81f9434ca434a4b792eaaf7a860aeaa WHIRLPOOL 66a0cd0af9902fcb0b817b6a16b41a6ef179c7073fefae03760fd6b831f018f5bcc9b8194a6580737d2760ead5b917a79518d7b65a916c5bc6bb1fc8892aabaa
 DIST gnome-chess-3.16.2.tar.xz 2609828 SHA256 8f73b4c645a86e775d092b5b334c70d0868953c1a26cac9d5a234e5f83db3b48 SHA512 baf09a0bb534374915b995e6a2d9c71879684204ed1f61b46f4a2709c8ff11614ab1b94c0e5c671e90a4ec153d15a7f5d2ab067e0025b709438a9985eed5433a WHIRLPOOL 8024d27dd241b6c747b11693b536ac673b153278cbef00db04481521abad9a6b10aa869c86c3e899e11a1a3a8445837b5be4055bdd6e61394875c94ed201ab79
+DIST gnome-chess-3.18.0.tar.xz 2779340 SHA256 c841198935d807618c3cecbf10ed24643390d504e17961717bac455f4e1b37ad SHA512 307ff5800792e231977288dedc7a04ccfbf74fc47de6263bacd19875a8092bef196eb97597fba975ff1f2a7fe9fcd802a3477a6099cf04e3ebcf4c7c94d0a094 WHIRLPOOL 0ad6868f7b27da1cbe0dbec8ee5facd0dc1189defbfbe3f2411dc23dedde3d3a09ef5eb8a59bd223ca973b1d141a28fa60323262a77f72c945089602fa5c0a40

diff --git a/games-board/gnome-chess/gnome-chess-3.18.0.ebuild b/games-board/gnome-chess/gnome-chess-3.18.0.ebuild
new file mode 100644
index 0000000..3a20747
--- /dev/null
+++ b/games-board/gnome-chess/gnome-chess-3.18.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome-games vala readme.gentoo
+
+DESCRIPTION="Play the classic two-player boardgame of chess"
+HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.40:2
+	>=gnome-base/librsvg-2.32
+	>=x11-libs/gtk+-3.15:3
+"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	app-text/yelp-tools
+	dev-libs/appstream-glib
+	>=dev-util/intltool-0.50
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+DOC_CONTENTS="For being able to play against computer you will
+	need to install a chess engine like, for example, games-board/gnuchess"
+
+src_prepare() {
+	vala_src_prepare
+	gnome-games_src_prepare
+}
+
+src_install() {
+	gnome-games_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	gnome-games_pkg_postinst
+	readme.gentoo_print_elog
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/
@ 2015-11-14 18:40 Pacho Ramos
  0 siblings, 0 replies; 39+ messages in thread
From: Pacho Ramos @ 2015-11-14 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     82535dd8432303d2dd10f1a8b4a43d2f5c293261
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 18:15:15 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 18:39:08 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82535dd8

games-board/gnome-chess: Drop old

Package-Manager: portage-2.2.24

 games-board/gnome-chess/Manifest                  |  1 -
 games-board/gnome-chess/gnome-chess-3.14.3.ebuild | 53 -----------------------
 2 files changed, 54 deletions(-)

diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
index 463a88d..f0de20e 100644
--- a/games-board/gnome-chess/Manifest
+++ b/games-board/gnome-chess/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-chess-3.14.3.tar.xz 2779000 SHA256 037a364afc77df8f8adf6367c631196d287a08fec873ee5f550eb2d1c02e8105 SHA512 c1b2ff16e3edff1ad3977e9888a8ffc95f5f69451d2d21a97ffa127c7fa6cac5a5728e28171bbda2a8e9db33c834a732f81f9434ca434a4b792eaaf7a860aeaa WHIRLPOOL 66a0cd0af9902fcb0b817b6a16b41a6ef179c7073fefae03760fd6b831f018f5bcc9b8194a6580737d2760ead5b917a79518d7b65a916c5bc6bb1fc8892aabaa
 DIST gnome-chess-3.16.2.tar.xz 2609828 SHA256 8f73b4c645a86e775d092b5b334c70d0868953c1a26cac9d5a234e5f83db3b48 SHA512 baf09a0bb534374915b995e6a2d9c71879684204ed1f61b46f4a2709c8ff11614ab1b94c0e5c671e90a4ec153d15a7f5d2ab067e0025b709438a9985eed5433a WHIRLPOOL 8024d27dd241b6c747b11693b536ac673b153278cbef00db04481521abad9a6b10aa869c86c3e899e11a1a3a8445837b5be4055bdd6e61394875c94ed201ab79
 DIST gnome-chess-3.18.0.tar.xz 2779340 SHA256 c841198935d807618c3cecbf10ed24643390d504e17961717bac455f4e1b37ad SHA512 307ff5800792e231977288dedc7a04ccfbf74fc47de6263bacd19875a8092bef196eb97597fba975ff1f2a7fe9fcd802a3477a6099cf04e3ebcf4c7c94d0a094 WHIRLPOOL 0ad6868f7b27da1cbe0dbec8ee5facd0dc1189defbfbe3f2411dc23dedde3d3a09ef5eb8a59bd223ca973b1d141a28fa60323262a77f72c945089602fa5c0a40

diff --git a/games-board/gnome-chess/gnome-chess-3.14.3.ebuild b/games-board/gnome-chess/gnome-chess-3.14.3.ebuild
deleted file mode 100644
index 17aa81b..0000000
--- a/games-board/gnome-chess/gnome-chess-3.14.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome-games vala readme.gentoo
-
-DESCRIPTION="Play the classic two-player boardgame of chess"
-HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/glib-2.40:2
-	>=gnome-base/librsvg-2.32
-	>=x11-libs/gtk+-3.13.2:3
-"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	app-text/yelp-tools
-	dev-util/appdata-tools
-	>=dev-util/intltool-0.50
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-DOC_CONTENTS="For being able to play against computer you will
-	need to install a chess engine like, for example, games-board/gnuchess"
-
-src_prepare() {
-	vala_src_prepare
-	gnome-games_src_prepare
-}
-
-src_configure() {
-	gnome-games_src_configure APPDATA_VALIDATE=$(type -P true)
-}
-
-src_install() {
-	gnome-games_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	gnome-games_pkg_postinst
-	readme.gentoo_print_elog
-}


^ permalink raw reply related	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2024-07-16  8:41 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16  8:41 [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2024-07-16  8:41 Pacho Ramos
2023-05-02 19:04 Arthur Zamarin
2023-05-02 18:02 Arthur Zamarin
2023-05-02 17:31 Arthur Zamarin
2023-03-17 19:56 Matt Turner
2023-02-17  8:23 Arthur Zamarin
2023-01-10 23:17 Matt Turner
2022-10-30 15:42 Matt Turner
2022-09-16  2:40 Matt Turner
2022-09-12 16:01 Sam James
2022-09-12 16:00 Sam James
2022-08-10  2:09 Matt Turner
2022-03-25 22:05 Matt Turner
2022-01-16 12:22 Mart Raudsepp
2021-11-11 12:59 Pacho Ramos
2021-05-10 12:23 Sam James
2021-05-08  2:08 Thomas Deutschmann
2021-05-04  1:15 Matt Turner
2020-08-22 12:09 Mart Raudsepp
2019-12-22 20:47 Mart Raudsepp
2019-10-13 18:19 Mart Raudsepp
2019-10-13 18:19 Mart Raudsepp
2019-05-18 20:46 Mart Raudsepp
2019-03-19  8:41 Mart Raudsepp
2019-03-14 16:15 Mart Raudsepp
2019-02-17 11:34 Mart Raudsepp
2019-02-17 11:34 Mart Raudsepp
2018-08-31 23:43 Mart Raudsepp
2018-02-03 19:40 Mart Raudsepp
2018-01-18  2:27 Mikle Kolyada
2017-08-15 15:09 Gilles Dartiguelongue
2017-05-01 16:50 Mart Raudsepp
2016-11-11 12:47 Gilles Dartiguelongue
2016-10-18 22:44 Gilles Dartiguelongue
2016-09-02 16:58 Patrice Clement
2016-03-06 16:43 Mikle Kolyada
2015-11-14 18:40 Pacho Ramos
2015-11-14 18:40 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox