public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2015-12-26 10:36 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2015-12-26 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4d76608c6993faf46bc218d4df25247497d123c5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 10:35:57 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 10:35:57 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d76608c

games-board/gnuchess: ppc stable wrt bug #569210

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
index e75ee83..282b753 100644
--- a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
 SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2022-07-17 18:10 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2022-07-17 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     66d993abaf8b84beb25d21ce462dd6d5ffcb2717
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 18:05:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 18:05:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d993ab

games-board/gnuchess: filter LTO (ODR)

Closes: https://bugs.gentoo.org/858611
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.9.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.9.ebuild b/games-board/gnuchess/gnuchess-6.2.9.ebuild
index 886f173195d4..85c25649da82 100644
--- a/games-board/gnuchess/gnuchess-6.2.9.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.9.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit flag-o-matic
+
 DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
 SRC_URI="mirror://gnu/chess/${P}.tar.gz"
@@ -12,6 +14,9 @@ SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
 
 src_configure() {
+	# -Wodr warnings, bug #858611
+	filter-lto
+
 	# bug #491088
 	econf --without-readline
 }


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2021-12-06 15:20 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-12-06 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a0138e04ebf3e6a4b6822d38570b336f404c61d8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 15:18:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 15:18:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0138e04

games-board/gnuchess: Stabilize 6.2.9 arm64, #828395

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

 games-board/gnuchess/gnuchess-6.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.9.ebuild b/games-board/gnuchess/gnuchess-6.2.9.ebuild
index b7cc4a9c4946..886f173195d4 100644
--- a/games-board/gnuchess/gnuchess-6.2.9.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
 
 src_configure() {
 	# bug #491088


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2021-12-06  8:03 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2021-12-06  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     766270428e7ce4ddd6225aab0d37596aca5e41a7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 08:02:37 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 08:02:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76627042

games-board/gnuchess: x86 stable wrt bug #828395

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.9.ebuild b/games-board/gnuchess/gnuchess-6.2.9.ebuild
index 83b2bb55a3d0..b7cc4a9c4946 100644
--- a/games-board/gnuchess/gnuchess-6.2.9.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86"
 
 src_configure() {
 	# bug #491088


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2021-12-06  0:31 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-12-06  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     595dbefa959eaaf5d31b8403de4c56edb66fd301
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 00:31:18 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 00:31:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595dbefa

games-board/gnuchess: Stabilize 6.2.9 ppc64, #828395

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

 games-board/gnuchess/gnuchess-6.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.9.ebuild b/games-board/gnuchess/gnuchess-6.2.9.ebuild
index c51789eb5764..83b2bb55a3d0 100644
--- a/games-board/gnuchess/gnuchess-6.2.9.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
 
 src_configure() {
 	# bug #491088


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

commit:     f34ebee33757bb873ea8f860216e337c4a74c003
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 18:27:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 18:27:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34ebee3

games-board/gnuchess: Stabilize 6.2.9 amd64, #828395

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

 games-board/gnuchess/gnuchess-6.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.9.ebuild b/games-board/gnuchess/gnuchess-6.2.9.ebuild
index 81a1f0a7f157..c51789eb5764 100644
--- a/games-board/gnuchess/gnuchess-6.2.9.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 src_configure() {
 	# bug #491088


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2021-07-14  0:33 Sebastian Pipping
  0 siblings, 0 replies; 34+ messages in thread
From: Sebastian Pipping @ 2021-07-14  0:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bf8505de6ec2de62cbb79d02f4ce6d7e3770fce0
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 14 00:29:49 2021 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 00:29:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8505de

games-board/gnuchess: 6.2.9

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

 games-board/gnuchess/Manifest              |  1 +
 games-board/gnuchess/gnuchess-6.2.9.ebuild | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 9f86c69e766..86efcc4555b 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1 +1,2 @@
 DIST gnuchess-6.2.8.tar.gz 804080 BLAKE2B 7079c07ae7cd2f225c428a7bf14d53eec394382508544994918b87db35d5cbdeb9cf42a11f5bc2f9c0c7b778384d6cdb9aad4490bc9cfd40a513fc2e36cbdd67 SHA512 9146ee727c1eb8002eb3b1e762d71876b512eff0799eafec7019d5312766fe2bd6655c622e66f86e92f80d2f3666e48158a1245b42c30bd3221a8b379689ecdd
+DIST gnuchess-6.2.9.tar.gz 802697 BLAKE2B e450e1d77f3158f2a063a7fc80985ad6d59f26a17a86aa9d18d86f32ee1c01fba100e59b02ea65276a1ee480ed050fbafd68635d40bae75205763fd34bfd608a SHA512 7e2ec9e14ab331ffaab2dd60da81b64b5c5a07cf14f9139d67c77886038512d15511939b8e683675ea6611e24ff2c38212a7f288540448c9225c263435f71963

diff --git a/games-board/gnuchess/gnuchess-6.2.9.ebuild b/games-board/gnuchess/gnuchess-6.2.9.ebuild
new file mode 100644
index 00000000000..3d7f17e471b
--- /dev/null
+++ b/games-board/gnuchess/gnuchess-6.2.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Console based chess interface"
+HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
+SRC_URI="mirror://gnu/chess/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+src_configure() {
+	# bug #491088
+	econf --without-readline
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2021-07-06 12:52 Sebastian Pipping
  0 siblings, 0 replies; 34+ messages in thread
From: Sebastian Pipping @ 2021-07-06 12:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ca4b00dd4a33d76ef2696f421ba099d8855e2718
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 12:51:00 2021 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 12:51:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4b00dd

games-board/gnuchess: Drop vulnerable

Bug: https://bugs.gentoo.org/780855
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

 games-board/gnuchess/Manifest              |  1 -
 games-board/gnuchess/gnuchess-6.2.7.ebuild | 16 ----------------
 games-board/gnuchess/gnuchess-6.2.8.ebuild | 17 -----------------
 3 files changed, 34 deletions(-)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index b8526b981b1..9f86c69e766 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1,2 +1 @@
-DIST gnuchess-6.2.7.tar.gz 802863 BLAKE2B 2fea825cdf0e629b3c2e9965d16f432edff81ceac8e7fbfd99b7be93f7281f813b10b91a62b3823acbf8967af538b04d2d87f93abde4a580e659e1fbdc5966e9 SHA512 1ed9e9344fbfc8e78504290a44e2710acab53f211c4349cafb7b64cc9a1fa923fbef4b4cbe3dd96438049b1da21415db3eb81fe663a94551c30105207086e343
 DIST gnuchess-6.2.8.tar.gz 804080 BLAKE2B 7079c07ae7cd2f225c428a7bf14d53eec394382508544994918b87db35d5cbdeb9cf42a11f5bc2f9c0c7b778384d6cdb9aad4490bc9cfd40a513fc2e36cbdd67 SHA512 9146ee727c1eb8002eb3b1e762d71876b512eff0799eafec7019d5312766fe2bd6655c622e66f86e92f80d2f3666e48158a1245b42c30bd3221a8b379689ecdd

diff --git a/games-board/gnuchess/gnuchess-6.2.7.ebuild b/games-board/gnuchess/gnuchess-6.2.7.ebuild
deleted file mode 100644
index 37bd1f10254..00000000000
--- a/games-board/gnuchess/gnuchess-6.2.7.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Console based chess interface"
-HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
-SRC_URI="mirror://gnu/chess/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-src_configure() {
-	econf --without-readline # bug 491088
-}

diff --git a/games-board/gnuchess/gnuchess-6.2.8.ebuild b/games-board/gnuchess/gnuchess-6.2.8.ebuild
deleted file mode 100644
index 3d7f17e471b..00000000000
--- a/games-board/gnuchess/gnuchess-6.2.8.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Console based chess interface"
-HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
-SRC_URI="mirror://gnu/chess/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-src_configure() {
-	# bug #491088
-	econf --without-readline
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2021-07-05 22:35 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-07-05 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b13b8575e500caf45f0b13aa49246fa26a45a7c6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  5 22:34:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul  5 22:34:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13b8575

games-board/gnuchess: Stabilize 6.2.8-r1 arm64, #780855

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

 games-board/gnuchess/gnuchess-6.2.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
index 1c78b6b397c..8e08730283a 100644
--- a/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-cve-2021-30184.patch  # bug 780855


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2021-06-07  6:28 Sergei Trofimovich
  0 siblings, 0 replies; 34+ messages in thread
From: Sergei Trofimovich @ 2021-06-07  6:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3243de9598e3af065af7ace126fcf336ab70c00a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  7 06:28:06 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 06:28:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3243de95

games-board/gnuchess: stable 6.2.8-r1 for ppc64

stable wrt bug #780855

Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
index 0928abdc97f..1c78b6b397c 100644
--- a/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-cve-2021-30184.patch  # bug 780855


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2021-06-06 23:19 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-06-06 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6ed927301e036f0bca41457487eaf13b007f50e1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 23:18:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 23:18:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed92730

games-board/gnuchess: Stabilize 6.2.8-r1 x86, #780855

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

 games-board/gnuchess/gnuchess-6.2.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
index 767e1eeaef7..0928abdc97f 100644
--- a/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-cve-2021-30184.patch  # bug 780855


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2021-06-06 23:19 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-06-06 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     baa50d500a4e7327d1841869f102d13db9674903
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 23:17:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 23:17:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa50d50

games-board/gnuchess: Stabilize 6.2.8-r1 amd64, #780855

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

 games-board/gnuchess/gnuchess-6.2.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
index af4c32879a8..767e1eeaef7 100644
--- a/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.8-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-cve-2021-30184.patch  # bug 780855


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

commit:     ea7c1f9a4abc6ecd64c7d73d3c2ee1affee4b839
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 22:16:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  9 22:39:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7c1f9a

games-board/gnuchess: add 6.2.8

Bug: https://bugs.gentoo.org/780855
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/gnuchess/Manifest              |  1 +
 games-board/gnuchess/gnuchess-6.2.8.ebuild | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 24e258af6a8..b8526b981b1 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1 +1,2 @@
 DIST gnuchess-6.2.7.tar.gz 802863 BLAKE2B 2fea825cdf0e629b3c2e9965d16f432edff81ceac8e7fbfd99b7be93f7281f813b10b91a62b3823acbf8967af538b04d2d87f93abde4a580e659e1fbdc5966e9 SHA512 1ed9e9344fbfc8e78504290a44e2710acab53f211c4349cafb7b64cc9a1fa923fbef4b4cbe3dd96438049b1da21415db3eb81fe663a94551c30105207086e343
+DIST gnuchess-6.2.8.tar.gz 804080 BLAKE2B 7079c07ae7cd2f225c428a7bf14d53eec394382508544994918b87db35d5cbdeb9cf42a11f5bc2f9c0c7b778384d6cdb9aad4490bc9cfd40a513fc2e36cbdd67 SHA512 9146ee727c1eb8002eb3b1e762d71876b512eff0799eafec7019d5312766fe2bd6655c622e66f86e92f80d2f3666e48158a1245b42c30bd3221a8b379689ecdd

diff --git a/games-board/gnuchess/gnuchess-6.2.8.ebuild b/games-board/gnuchess/gnuchess-6.2.8.ebuild
new file mode 100644
index 00000000000..3d7f17e471b
--- /dev/null
+++ b/games-board/gnuchess/gnuchess-6.2.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Console based chess interface"
+HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
+SRC_URI="mirror://gnu/chess/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+src_configure() {
+	# bug #491088
+	econf --without-readline
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2020-06-23 16:17 David Seifert
  0 siblings, 0 replies; 34+ messages in thread
From: David Seifert @ 2020-06-23 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f0b0c28aae4466e2cb6398eaa7578b8d342a2afa
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 23 16:16:56 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jun 23 16:16:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b0c28a

games-board/gnuchess: Remove old

Bug: https://bugs.gentoo.org/711264
Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-board/gnuchess/Manifest              |  2 --
 games-board/gnuchess/gnuchess-6.2.4.ebuild | 20 --------------------
 games-board/gnuchess/gnuchess-6.2.5.ebuild | 20 --------------------
 3 files changed, 42 deletions(-)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 53d600c941b..24e258af6a8 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1,3 +1 @@
-DIST gnuchess-6.2.4.tar.gz 757985 BLAKE2B bbb83a9fe7a7ace155b869deebdb67474d6c23538e7852167e846d5570bcd878634b0b2576f3ee33407913976103c637d3b024a8b81f290325c88c84d573d85c SHA512 53546d3319cd6a7bc70be5cc11c29cf33c71b747de2244a7d8d4aff6b00318ad35ee0e27058b40a265c62ef02c188d2e34cba9bbf439306220796e7332904d42
-DIST gnuchess-6.2.5.tar.gz 782359 BLAKE2B d9ae979023ea6265e89a25223935df3847adfc52d46df2a9fe96700081f613f7817b4add22e3a63aa4e035adea9c1f4856cb1e9b80d751c3ee63818b5924c388 SHA512 f3f65a85eb4c93f6f10c7058bde7ee7f4a48c2f465b24a7cc0d5bcafe4df186b434ce23bf8c032d012efffba39c6c3c60ada484ff22d87114ce2be5dd0da6835
 DIST gnuchess-6.2.7.tar.gz 802863 BLAKE2B 2fea825cdf0e629b3c2e9965d16f432edff81ceac8e7fbfd99b7be93f7281f813b10b91a62b3823acbf8967af538b04d2d87f93abde4a580e659e1fbdc5966e9 SHA512 1ed9e9344fbfc8e78504290a44e2710acab53f211c4349cafb7b64cc9a1fa923fbef4b4cbe3dd96438049b1da21415db3eb81fe663a94551c30105207086e343

diff --git a/games-board/gnuchess/gnuchess-6.2.4.ebuild b/games-board/gnuchess/gnuchess-6.2.4.ebuild
deleted file mode 100644
index 09272e6f034..00000000000
--- a/games-board/gnuchess/gnuchess-6.2.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-DESCRIPTION="Console based chess interface"
-HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
-SRC_URI="mirror://gnu/chess/${P}.tar.gz"
-
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-src_configure() {
-	strip-flags # bug #199097
-	econf --without-readline # bug 491088
-}

diff --git a/games-board/gnuchess/gnuchess-6.2.5.ebuild b/games-board/gnuchess/gnuchess-6.2.5.ebuild
deleted file mode 100644
index e368ad19a37..00000000000
--- a/games-board/gnuchess/gnuchess-6.2.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-DESCRIPTION="Console based chess interface"
-HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
-SRC_URI="mirror://gnu/chess/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-src_configure() {
-	strip-flags # bug #199097
-	econf --without-readline # bug 491088
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2020-06-20 14:08 Thomas Deutschmann
  0 siblings, 0 replies; 34+ messages in thread
From: Thomas Deutschmann @ 2020-06-20 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     47ebb8920fa409f574bbe8142d5905307a36c3b4
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 13:52:54 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 14:08:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ebb892

games-board/gnuchess: x86 stable (bug #720792)

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

 games-board/gnuchess/gnuchess-6.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.7.ebuild b/games-board/gnuchess/gnuchess-6.2.7.ebuild
index e6d89be95c8..a79c72f20cb 100644
--- a/games-board/gnuchess/gnuchess-6.2.7.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 src_configure() {
 	econf --without-readline # bug 491088


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2020-06-17  7:07 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2020-06-17  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5df35111fb1aee7e1cd803ae2edcb4a6d860eefc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 17 07:07:14 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 07:07:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df35111

games-board/gnuchess: amd64 stable wrt bug #720792

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.7.ebuild b/games-board/gnuchess/gnuchess-6.2.7.ebuild
index fcc6d93607c..e6d89be95c8 100644
--- a/games-board/gnuchess/gnuchess-6.2.7.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 
 src_configure() {
 	econf --without-readline # bug 491088


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2020-06-15 15:08 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2020-06-15 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     8dbe23a389acfacd362aaffd1323a8dd12cadf48
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 15:07:54 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 15:07:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbe23a3

games-board/gnuchess: ppc64 stable wrt bug #720792

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.7.ebuild b/games-board/gnuchess/gnuchess-6.2.7.ebuild
index 35a66b127a1..fcc6d93607c 100644
--- a/games-board/gnuchess/gnuchess-6.2.7.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
 
 src_configure() {
 	econf --without-readline # bug 491088


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2020-06-11 12:16 David Seifert
  0 siblings, 0 replies; 34+ messages in thread
From: David Seifert @ 2020-06-11 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     36e5d110f650769a6657df8955fb51c0b4cc615b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 12:15:49 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 12:15:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e5d110

games-board/gnuchess: Version bump to 6.2.7

Bug: https://bugs.gentoo.org/711264
Bug: https://bugs.gentoo.org/720792
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-board/gnuchess/Manifest              |  1 +
 games-board/gnuchess/gnuchess-6.2.7.ebuild | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index f16d14ade61..53d600c941b 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1,2 +1,3 @@
 DIST gnuchess-6.2.4.tar.gz 757985 BLAKE2B bbb83a9fe7a7ace155b869deebdb67474d6c23538e7852167e846d5570bcd878634b0b2576f3ee33407913976103c637d3b024a8b81f290325c88c84d573d85c SHA512 53546d3319cd6a7bc70be5cc11c29cf33c71b747de2244a7d8d4aff6b00318ad35ee0e27058b40a265c62ef02c188d2e34cba9bbf439306220796e7332904d42
 DIST gnuchess-6.2.5.tar.gz 782359 BLAKE2B d9ae979023ea6265e89a25223935df3847adfc52d46df2a9fe96700081f613f7817b4add22e3a63aa4e035adea9c1f4856cb1e9b80d751c3ee63818b5924c388 SHA512 f3f65a85eb4c93f6f10c7058bde7ee7f4a48c2f465b24a7cc0d5bcafe4df186b434ce23bf8c032d012efffba39c6c3c60ada484ff22d87114ce2be5dd0da6835
+DIST gnuchess-6.2.7.tar.gz 802863 BLAKE2B 2fea825cdf0e629b3c2e9965d16f432edff81ceac8e7fbfd99b7be93f7281f813b10b91a62b3823acbf8967af538b04d2d87f93abde4a580e659e1fbdc5966e9 SHA512 1ed9e9344fbfc8e78504290a44e2710acab53f211c4349cafb7b64cc9a1fa923fbef4b4cbe3dd96438049b1da21415db3eb81fe663a94551c30105207086e343

diff --git a/games-board/gnuchess/gnuchess-6.2.7.ebuild b/games-board/gnuchess/gnuchess-6.2.7.ebuild
new file mode 100644
index 00000000000..35a66b127a1
--- /dev/null
+++ b/games-board/gnuchess/gnuchess-6.2.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Console based chess interface"
+HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
+SRC_URI="mirror://gnu/chess/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+src_configure() {
+	econf --without-readline # bug 491088
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2017-07-26 13:49 Sebastian Pipping
  0 siblings, 0 replies; 34+ messages in thread
From: Sebastian Pipping @ 2017-07-26 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e187b0e32e72eb11fdcf95b2fa524f5ec6c4b036
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 13:45:53 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 13:45:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e187b0e3

games-board/gnuchess: 6.2.5

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-board/gnuchess/Manifest              |  1 +
 games-board/gnuchess/gnuchess-6.2.5.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 1972c43165b..d22f080d14a 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1 +1,2 @@
 DIST gnuchess-6.2.4.tar.gz 757985 SHA256 3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef SHA512 53546d3319cd6a7bc70be5cc11c29cf33c71b747de2244a7d8d4aff6b00318ad35ee0e27058b40a265c62ef02c188d2e34cba9bbf439306220796e7332904d42 WHIRLPOOL b4355c0fa4672352b281b5795789eadff3cff4ba3d450977b6c5be148a2c20f29b02c6c6280ff7e9369aeca7d45c6850a61d61013e46c68599d7fbbe9f85254d
+DIST gnuchess-6.2.5.tar.gz 782359 SHA256 9a99e963355706cab32099d140b698eda9de164ebce40a5420b1b9772dd04802 SHA512 f3f65a85eb4c93f6f10c7058bde7ee7f4a48c2f465b24a7cc0d5bcafe4df186b434ce23bf8c032d012efffba39c6c3c60ada484ff22d87114ce2be5dd0da6835 WHIRLPOOL c3938a44ec38fe551766a2c7413ab3f9ff28a2d37da2a6184d0097ab437ae0a980a3c4ffab96e4937022f809bc8c6244ca914f20b34085d3fb27b982ed138be8

diff --git a/games-board/gnuchess/gnuchess-6.2.5.ebuild b/games-board/gnuchess/gnuchess-6.2.5.ebuild
new file mode 100644
index 00000000000..e368ad19a37
--- /dev/null
+++ b/games-board/gnuchess/gnuchess-6.2.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic
+
+DESCRIPTION="Console based chess interface"
+HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
+SRC_URI="mirror://gnu/chess/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+src_configure() {
+	strip-flags # bug #199097
+	econf --without-readline # bug 491088
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2017-01-21 20:41 David Seifert
  0 siblings, 0 replies; 34+ messages in thread
From: David Seifert @ 2017-01-21 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0ec823a12236165fabad16b52c3fc885ffeafba1
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 20:39:36 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 20:41:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec823a1

games-board/gnuchess: Bump to EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 games-board/gnuchess/gnuchess-6.2.4.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.4.ebuild b/games-board/gnuchess/gnuchess-6.2.4.ebuild
index f0896a3..762d882 100644
--- a/games-board/gnuchess/gnuchess-6.2.4.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.4.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit eutils flag-o-matic
+EAPI=6
+
+inherit flag-o-matic
 
 DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2017-01-15 18:05 Sebastian Pipping
  0 siblings, 0 replies; 34+ messages in thread
From: Sebastian Pipping @ 2017-01-15 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8abbfd9ae12f1b89a5baf83aa12cfbfc59976b81
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 18:03:37 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 18:05:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abbfd9a

Revert "games-board/gnuchess: Remove vulnerable (bug #599730)"

This reverts commit 408857fbcb4c1cd2f2ed9695893cf3133784e60e.

Needed by stable =games-board/gnuchess-book-1.02

 games-board/gnuchess/Manifest                 |  2 ++
 games-board/gnuchess/gnuchess-6.2.2-r1.ebuild | 29 +++++++++++++++++++++++++++
 games-board/gnuchess/gnuchess-6.2.3.ebuild    | 20 ++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 1972c43..22510e5 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1 +1,3 @@
+DIST gnuchess-6.2.2.tar.gz 747054 SHA256 7776c114eeb5889dea69dc4715a3622ec57f65efab667987e7d7183cc05381a8 SHA512 3b9bbf8999301a867f6b0e277ee01240472553d4e6dd43b9c479558b3bba687ebaa188f23cc8dbcb8656ddbd5c9511d89cf68ae717c55824f0c797460c4ab101 WHIRLPOOL 454ee7ec902ffd342142d9d04ccb6cf0d4f6bfcd2575b039d39adb78c0b016b8971609016754704750edbc13b2ec962639cf306c27ca460ffaa8009764686eee
+DIST gnuchess-6.2.3.tar.gz 757846 SHA256 78999176b2f2b5e0325bcc69749b7b2cefb7b1ef4f02d101fa77ae24a1b31b82 SHA512 a5e65fedc8459356e0e0b4dc4438f068bc0239d368138a716365a436e34def97e9f85005219b54e8feb644d42375a1eafde01386c793c43e3c42548eb8c06231 WHIRLPOOL 0fb713e454dcc50aa1ab6bb7e5ac0d01f902d81abfa0413301b059a6386c4cfd3b79a7373b140e46c4b5f6e4c635115f844efcf24c004d8b6d6b447e70c7f753
 DIST gnuchess-6.2.4.tar.gz 757985 SHA256 3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef SHA512 53546d3319cd6a7bc70be5cc11c29cf33c71b747de2244a7d8d4aff6b00318ad35ee0e27058b40a265c62ef02c188d2e34cba9bbf439306220796e7332904d42 WHIRLPOOL b4355c0fa4672352b281b5795789eadff3cff4ba3d450977b6c5be148a2c20f29b02c6c6280ff7e9369aeca7d45c6850a61d61013e46c68599d7fbbe9f85254d

diff --git a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
new file mode 100644
index 00000000..9a2788a
--- /dev/null
+++ b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic games
+
+DESCRIPTION="Console based chess interface"
+HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
+SRC_URI="mirror://gnu/chess/${P}.tar.gz"
+
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-addbook.patch
+}
+
+src_configure() {
+	strip-flags # bug #199097
+	egamesconf --without-readline # bug 491088
+}
+
+src_install () {
+	default
+	prepgamesdirs
+}

diff --git a/games-board/gnuchess/gnuchess-6.2.3.ebuild b/games-board/gnuchess/gnuchess-6.2.3.ebuild
new file mode 100644
index 00000000..26dfc41
--- /dev/null
+++ b/games-board/gnuchess/gnuchess-6.2.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic
+
+DESCRIPTION="Console based chess interface"
+HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
+SRC_URI="mirror://gnu/chess/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+src_configure() {
+	strip-flags # bug #199097
+	econf --without-readline # bug 491088
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2017-01-15 17:13 Sebastian Pipping
  0 siblings, 0 replies; 34+ messages in thread
From: Sebastian Pipping @ 2017-01-15 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     408857fbcb4c1cd2f2ed9695893cf3133784e60e
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 17:06:32 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 17:06:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408857fb

games-board/gnuchess: Remove vulnerable (bug #599730)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 games-board/gnuchess/Manifest                 |  2 --
 games-board/gnuchess/gnuchess-6.2.2-r1.ebuild | 29 ---------------------------
 games-board/gnuchess/gnuchess-6.2.3.ebuild    | 20 ------------------
 3 files changed, 51 deletions(-)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 22510e5..1972c43 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1,3 +1 @@
-DIST gnuchess-6.2.2.tar.gz 747054 SHA256 7776c114eeb5889dea69dc4715a3622ec57f65efab667987e7d7183cc05381a8 SHA512 3b9bbf8999301a867f6b0e277ee01240472553d4e6dd43b9c479558b3bba687ebaa188f23cc8dbcb8656ddbd5c9511d89cf68ae717c55824f0c797460c4ab101 WHIRLPOOL 454ee7ec902ffd342142d9d04ccb6cf0d4f6bfcd2575b039d39adb78c0b016b8971609016754704750edbc13b2ec962639cf306c27ca460ffaa8009764686eee
-DIST gnuchess-6.2.3.tar.gz 757846 SHA256 78999176b2f2b5e0325bcc69749b7b2cefb7b1ef4f02d101fa77ae24a1b31b82 SHA512 a5e65fedc8459356e0e0b4dc4438f068bc0239d368138a716365a436e34def97e9f85005219b54e8feb644d42375a1eafde01386c793c43e3c42548eb8c06231 WHIRLPOOL 0fb713e454dcc50aa1ab6bb7e5ac0d01f902d81abfa0413301b059a6386c4cfd3b79a7373b140e46c4b5f6e4c635115f844efcf24c004d8b6d6b447e70c7f753
 DIST gnuchess-6.2.4.tar.gz 757985 SHA256 3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef SHA512 53546d3319cd6a7bc70be5cc11c29cf33c71b747de2244a7d8d4aff6b00318ad35ee0e27058b40a265c62ef02c188d2e34cba9bbf439306220796e7332904d42 WHIRLPOOL b4355c0fa4672352b281b5795789eadff3cff4ba3d450977b6c5be148a2c20f29b02c6c6280ff7e9369aeca7d45c6850a61d61013e46c68599d7fbbe9f85254d

diff --git a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
deleted file mode 100644
index 9a2788a..00000000
--- a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic games
-
-DESCRIPTION="Console based chess interface"
-HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
-SRC_URI="mirror://gnu/chess/${P}.tar.gz"
-
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-addbook.patch
-}
-
-src_configure() {
-	strip-flags # bug #199097
-	egamesconf --without-readline # bug 491088
-}
-
-src_install () {
-	default
-	prepgamesdirs
-}

diff --git a/games-board/gnuchess/gnuchess-6.2.3.ebuild b/games-board/gnuchess/gnuchess-6.2.3.ebuild
deleted file mode 100644
index 26dfc41..00000000
--- a/games-board/gnuchess/gnuchess-6.2.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic
-
-DESCRIPTION="Console based chess interface"
-HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
-SRC_URI="mirror://gnu/chess/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-src_configure() {
-	strip-flags # bug #199097
-	econf --without-readline # bug 491088
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2016-11-18  6:31 Jeroen Roovers
  0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2016-11-18  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e7624d1d2f3601987fdd3dd3c187431e0e2fc55d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 06:31:05 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 06:31:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7624d1d

games-board/gnuchess: Stable for PPC64 (bug #599730).

Package-Manager: portage-2.3.2
RepoMan-Options: --ignore-arches

 games-board/gnuchess/gnuchess-6.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.4.ebuild b/games-board/gnuchess/gnuchess-6.2.4.ebuild
index 0828628..6bf438d 100644
--- a/games-board/gnuchess/gnuchess-6.2.4.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
 SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2016-11-17 12:44 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2016-11-17 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     192e0e6b63861721319b390b472fb0c4a5a023ef
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 12:44:12 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 12:44:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192e0e6b

games-board/gnuchess: x86 stable wrt bug #599730

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.4.ebuild b/games-board/gnuchess/gnuchess-6.2.4.ebuild
index 7268905..0828628 100644
--- a/games-board/gnuchess/gnuchess-6.2.4.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
 SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2016-11-17 12:43 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2016-11-17 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     7049c1ec2b362d7c6280d39fee5ca5eb7dfc85a4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 12:43:10 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 12:43:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7049c1ec

games-board/gnuchess: amd64 stable wrt bug #599730

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.4.ebuild b/games-board/gnuchess/gnuchess-6.2.4.ebuild
index 26dfc41..7268905 100644
--- a/games-board/gnuchess/gnuchess-6.2.4.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
 SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2016-10-30 14:10 Sebastian Pipping
  0 siblings, 0 replies; 34+ messages in thread
From: Sebastian Pipping @ 2016-10-30 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     539305729a717c19264d490bc22782a19bbf0646
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 13:30:18 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 14:10:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53930572

games-board/gnuchess: 6.2.4

Package-Manager: portage-2.3.2

 games-board/gnuchess/Manifest              |  1 +
 games-board/gnuchess/gnuchess-6.2.4.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 967e35e..22510e5 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1,2 +1,3 @@
 DIST gnuchess-6.2.2.tar.gz 747054 SHA256 7776c114eeb5889dea69dc4715a3622ec57f65efab667987e7d7183cc05381a8 SHA512 3b9bbf8999301a867f6b0e277ee01240472553d4e6dd43b9c479558b3bba687ebaa188f23cc8dbcb8656ddbd5c9511d89cf68ae717c55824f0c797460c4ab101 WHIRLPOOL 454ee7ec902ffd342142d9d04ccb6cf0d4f6bfcd2575b039d39adb78c0b016b8971609016754704750edbc13b2ec962639cf306c27ca460ffaa8009764686eee
 DIST gnuchess-6.2.3.tar.gz 757846 SHA256 78999176b2f2b5e0325bcc69749b7b2cefb7b1ef4f02d101fa77ae24a1b31b82 SHA512 a5e65fedc8459356e0e0b4dc4438f068bc0239d368138a716365a436e34def97e9f85005219b54e8feb644d42375a1eafde01386c793c43e3c42548eb8c06231 WHIRLPOOL 0fb713e454dcc50aa1ab6bb7e5ac0d01f902d81abfa0413301b059a6386c4cfd3b79a7373b140e46c4b5f6e4c635115f844efcf24c004d8b6d6b447e70c7f753
+DIST gnuchess-6.2.4.tar.gz 757985 SHA256 3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef SHA512 53546d3319cd6a7bc70be5cc11c29cf33c71b747de2244a7d8d4aff6b00318ad35ee0e27058b40a265c62ef02c188d2e34cba9bbf439306220796e7332904d42 WHIRLPOOL b4355c0fa4672352b281b5795789eadff3cff4ba3d450977b6c5be148a2c20f29b02c6c6280ff7e9369aeca7d45c6850a61d61013e46c68599d7fbbe9f85254d

diff --git a/games-board/gnuchess/gnuchess-6.2.4.ebuild b/games-board/gnuchess/gnuchess-6.2.4.ebuild
new file mode 100644
index 00000000..26dfc41
--- /dev/null
+++ b/games-board/gnuchess/gnuchess-6.2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic
+
+DESCRIPTION="Console based chess interface"
+HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
+SRC_URI="mirror://gnu/chess/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+src_configure() {
+	strip-flags # bug #199097
+	econf --without-readline # bug 491088
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2016-09-20 18:09 Sebastian Pipping
  0 siblings, 0 replies; 34+ messages in thread
From: Sebastian Pipping @ 2016-09-20 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3261f4b6c3d8c3cb5c8e5f1a34a40f1fd4f0142d
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 18:07:21 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 18:09:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3261f4b6

games-board/gnuchess: 6.2.3, drop games eclass

Package-Manager: portage-2.3.0

 games-board/gnuchess/Manifest              |  1 +
 games-board/gnuchess/gnuchess-6.2.3.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 57c29f2..967e35e 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1 +1,2 @@
 DIST gnuchess-6.2.2.tar.gz 747054 SHA256 7776c114eeb5889dea69dc4715a3622ec57f65efab667987e7d7183cc05381a8 SHA512 3b9bbf8999301a867f6b0e277ee01240472553d4e6dd43b9c479558b3bba687ebaa188f23cc8dbcb8656ddbd5c9511d89cf68ae717c55824f0c797460c4ab101 WHIRLPOOL 454ee7ec902ffd342142d9d04ccb6cf0d4f6bfcd2575b039d39adb78c0b016b8971609016754704750edbc13b2ec962639cf306c27ca460ffaa8009764686eee
+DIST gnuchess-6.2.3.tar.gz 757846 SHA256 78999176b2f2b5e0325bcc69749b7b2cefb7b1ef4f02d101fa77ae24a1b31b82 SHA512 a5e65fedc8459356e0e0b4dc4438f068bc0239d368138a716365a436e34def97e9f85005219b54e8feb644d42375a1eafde01386c793c43e3c42548eb8c06231 WHIRLPOOL 0fb713e454dcc50aa1ab6bb7e5ac0d01f902d81abfa0413301b059a6386c4cfd3b79a7373b140e46c4b5f6e4c635115f844efcf24c004d8b6d6b447e70c7f753

diff --git a/games-board/gnuchess/gnuchess-6.2.3.ebuild b/games-board/gnuchess/gnuchess-6.2.3.ebuild
new file mode 100644
index 00000000..26dfc41
--- /dev/null
+++ b/games-board/gnuchess/gnuchess-6.2.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic
+
+DESCRIPTION="Console based chess interface"
+HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
+SRC_URI="mirror://gnu/chess/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+src_configure() {
+	strip-flags # bug #199097
+	econf --without-readline # bug 491088
+}


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

commit:     645f090b7eb78443a7edbb834fc63b774fd2dd3f
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 16:29:25 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 16:58:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645f090b

games-board/gnuchess: keyword for ~arm64.

Tested 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/gnuchess/gnuchess-6.2.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
index 70c9453..9a2788a 100644
--- a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
 SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2016-03-20 20:51 Michael Sterrett
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Sterrett @ 2016-03-20 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f5b6f114650d3f44f5e955d141f5dce3b34275a0
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 20:39:44 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 20:51:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b6f114

games-board/gnuchess: clean old

Package-Manager: portage-2.2.26

 games-board/gnuchess/Manifest              |  1 -
 games-board/gnuchess/gnuchess-6.2.1.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 14d8024..57c29f2 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1,2 +1 @@
-DIST gnuchess-6.2.1.tar.gz 730761 SHA256 17caab725539447bcb17a14b17905242cbf287087e53a6777524feb7bbaeed06 SHA512 8f7ac477333703743984089e495ae3e61f8b4dd41c89c4141b33a9dcd598c9a5e2374ece50431f9eb72ccea86338ea19077e2e8ee592225c3c0a928a2fc11bc8 WHIRLPOOL fe8c6976f1e20de3e1ee30d9f2663ab32a217a66e88fda273f2381119df9ad616c7229d5647dcaf3225e6a0ba8ba4c5e96cc84e9382a24e4931793fcd469e60f
 DIST gnuchess-6.2.2.tar.gz 747054 SHA256 7776c114eeb5889dea69dc4715a3622ec57f65efab667987e7d7183cc05381a8 SHA512 3b9bbf8999301a867f6b0e277ee01240472553d4e6dd43b9c479558b3bba687ebaa188f23cc8dbcb8656ddbd5c9511d89cf68ae717c55824f0c797460c4ab101 WHIRLPOOL 454ee7ec902ffd342142d9d04ccb6cf0d4f6bfcd2575b039d39adb78c0b016b8971609016754704750edbc13b2ec962639cf306c27ca460ffaa8009764686eee

diff --git a/games-board/gnuchess/gnuchess-6.2.1.ebuild b/games-board/gnuchess/gnuchess-6.2.1.ebuild
deleted file mode 100644
index e503075..0000000
--- a/games-board/gnuchess/gnuchess-6.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit flag-o-matic games
-
-DESCRIPTION="Console based chess interface"
-HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
-SRC_URI="mirror://gnu/chess/${P}.tar.gz"
-
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-src_configure() {
-	strip-flags # bug #199097
-	egamesconf --without-readline # bug 491088
-}
-
-src_install () {
-	default
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2016-03-17 10:50 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2016-03-17 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     328e15afb233033c7fcfb4cd218e846d9e4d07c8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 10:50:34 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 10:50:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328e15af

games-board/gnuchess: ppc64 stable wrt bug #569210

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
index 282b753..70c9453 100644
--- a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
 SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2015-12-25 16:20 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b8adcaaaa863d1c61c6a5dfb5122f748bdfeaaaf
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:17:46 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:17:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8adcaaa

games-board/gnuchess: x86 stable wrt bug #569210

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
index 3daba7e..e75ee83 100644
--- a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
 SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2015-12-25 15:13 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     ec1c8b302935769341ceae5043f22dc821197b63
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 15:12:16 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 15:12:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1c8b30

games-board/gnuchess: amd64 stable wrt bug #569210

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-board/gnuchess/gnuchess-6.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
index 67be01a..3daba7e 100644
--- a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
 SRC_URI="mirror://gnu/chess/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2015-11-22  3:43 Michael Sterrett
  0 siblings, 0 replies; 34+ messages in thread
From: Michael Sterrett @ 2015-11-22  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     665e32bcae0ed808fed9357cfeb24ff133dca68b
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 03:42:50 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 03:43:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665e32bc

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-board/gnuchess/gnuchess-6.2.2-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
index 484ec12..67be01a 100644
--- a/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit flag-o-matic games
+inherit eutils flag-o-matic games
 
 DESCRIPTION="Console based chess interface"
 HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
@@ -14,7 +14,9 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
 
-PATCHES=( "${FILESDIR}"/${P}-addbook.patch )
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-addbook.patch
+}
 
 src_configure() {
 	strip-flags # bug #199097


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/
@ 2015-10-19 12:25 Sebastian Pipping
  0 siblings, 0 replies; 34+ messages in thread
From: Sebastian Pipping @ 2015-10-19 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     85a9958d4a08e269c9ae47e34d245bfc6b55cd38
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 12:22:36 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 12:25:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a9958d

games-board/gnuchess: 6.2.2

 games-board/gnuchess/Manifest              |  1 +
 games-board/gnuchess/gnuchess-6.2.2.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 988fa35..14d8024 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1 +1,2 @@
 DIST gnuchess-6.2.1.tar.gz 730761 SHA256 17caab725539447bcb17a14b17905242cbf287087e53a6777524feb7bbaeed06 SHA512 8f7ac477333703743984089e495ae3e61f8b4dd41c89c4141b33a9dcd598c9a5e2374ece50431f9eb72ccea86338ea19077e2e8ee592225c3c0a928a2fc11bc8 WHIRLPOOL fe8c6976f1e20de3e1ee30d9f2663ab32a217a66e88fda273f2381119df9ad616c7229d5647dcaf3225e6a0ba8ba4c5e96cc84e9382a24e4931793fcd469e60f
+DIST gnuchess-6.2.2.tar.gz 747054 SHA256 7776c114eeb5889dea69dc4715a3622ec57f65efab667987e7d7183cc05381a8 SHA512 3b9bbf8999301a867f6b0e277ee01240472553d4e6dd43b9c479558b3bba687ebaa188f23cc8dbcb8656ddbd5c9511d89cf68ae717c55824f0c797460c4ab101 WHIRLPOOL 454ee7ec902ffd342142d9d04ccb6cf0d4f6bfcd2575b039d39adb78c0b016b8971609016754704750edbc13b2ec962639cf306c27ca460ffaa8009764686eee

diff --git a/games-board/gnuchess/gnuchess-6.2.2.ebuild b/games-board/gnuchess/gnuchess-6.2.2.ebuild
new file mode 100644
index 0000000..75d5001
--- /dev/null
+++ b/games-board/gnuchess/gnuchess-6.2.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit flag-o-matic games
+
+DESCRIPTION="Console based chess interface"
+HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
+SRC_URI="mirror://gnu/chess/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+src_configure() {
+	strip-flags # bug #199097
+	egamesconf --without-readline # bug 491088
+}
+
+src_install () {
+	default
+	prepgamesdirs
+}


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

end of thread, other threads:[~2022-07-17 18:10 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-26 10:36 [gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2022-07-17 18:10 Sam James
2021-12-06 15:20 Sam James
2021-12-06  8:03 Agostino Sarubbo
2021-12-06  0:31 Sam James
2021-12-05 18:28 Sam James
2021-07-14  0:33 Sebastian Pipping
2021-07-06 12:52 Sebastian Pipping
2021-07-05 22:35 Sam James
2021-06-07  6:28 Sergei Trofimovich
2021-06-06 23:19 Sam James
2021-06-06 23:19 Sam James
2021-05-09 22:39 Sam James
2020-06-23 16:17 David Seifert
2020-06-20 14:08 Thomas Deutschmann
2020-06-17  7:07 Agostino Sarubbo
2020-06-15 15:08 Agostino Sarubbo
2020-06-11 12:16 David Seifert
2017-07-26 13:49 Sebastian Pipping
2017-01-21 20:41 David Seifert
2017-01-15 18:05 Sebastian Pipping
2017-01-15 17:13 Sebastian Pipping
2016-11-18  6:31 Jeroen Roovers
2016-11-17 12:44 Agostino Sarubbo
2016-11-17 12:43 Agostino Sarubbo
2016-10-30 14:10 Sebastian Pipping
2016-09-20 18:09 Sebastian Pipping
2016-09-02 16:58 Patrice Clement
2016-03-20 20:51 Michael Sterrett
2016-03-17 10:50 Agostino Sarubbo
2015-12-25 16:20 Agostino Sarubbo
2015-12-25 15:13 Agostino Sarubbo
2015-11-22  3:43 Michael Sterrett
2015-10-19 12:25 Sebastian Pipping

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