* [gentoo-commits] repo/gentoo:master commit in: games-board/polyglot/
@ 2015-09-30 20:48 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2015-09-30 20:48 UTC (permalink / raw
To: gentoo-commits
commit: 8055f638192911f7349f2ddbdf1c7680b4c8496f
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 20:36:48 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 20:47:04 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8055f638
games-board/polyglot: Initial import.
Ebuild contributed by me.
Package-Manager: portage-2.2.22
games-board/polyglot/Manifest | 1 +
games-board/polyglot/metadata.xml | 13 +++++++++++++
games-board/polyglot/polyglot-1.4.70b.ebuild | 22 ++++++++++++++++++++++
3 files changed, 36 insertions(+)
diff --git a/games-board/polyglot/Manifest b/games-board/polyglot/Manifest
new file mode 100644
index 0000000..02d0ec9
--- /dev/null
+++ b/games-board/polyglot/Manifest
@@ -0,0 +1 @@
+DIST polyglot-1.4.70b.tar.gz 269938 SHA256 cc10554390cb67c73395470505805f673a639fd3283acd02471f7a67dc9bedef SHA512 23ffa735b44ebbdaa991d96ac7d09e368f99640265bea3a30e0623665a8a9567f7c5c3e9518e06348a9b34ef70b43de2000b85f4e6101f4d8f866ae9cac9abec WHIRLPOOL f57135c0ef2e39662ac914022d2c3f0425ea27d722a2bb299bb341d319e21a67cae36e997541bbf2820705413fbcc6161f2c796926f8436cfd8390f5c60cc4a2
diff --git a/games-board/polyglot/metadata.xml b/games-board/polyglot/metadata.xml
new file mode 100644
index 0000000..a864094
--- /dev/null
+++ b/games-board/polyglot/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>ulm@gentoo.org</email>
+</maintainer>
+<longdescription>
+ PolyGlot is a "UCI adapter". It connects a GUI interface (such
+ as XBoard, Winboard, Arena or Chessbase) to a UCI chess engine.
+ By specifying an opening book (in PolyGlot book format) chess
+ engines can transparently use such books.
+</longdescription>
+</pkgmetadata>
diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b.ebuild
new file mode 100644
index 0000000..a43fd6e
--- /dev/null
+++ b/games-board/polyglot/polyglot-1.4.70b.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
+HOMEPAGE="http://hardy.uhasselt.be/Toga/"
+# not entirely clear what the "b" in the version stands for
+SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
+
+src_configure() {
+ econf \
+ --bindir="/usr/games/bin" \
+ --docdir="/usr/share/doc/${PF}"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/polyglot/
@ 2015-10-01 12:31 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2015-10-01 12:31 UTC (permalink / raw
To: gentoo-commits
commit: 1ad7906ed106563b0ada1df36b2782a17b99bc8b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 12:28:47 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 12:28:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad7906e
games-board/polyglot: Install binary in standard location.
As Julian Ospald has pointed out, we currently don't happen to have a
policy where to install games binaries. Install in /usr/bin until this
is resolved.
Package-Manager: portage-2.2.22
.../polyglot/{polyglot-1.4.70b.ebuild => polyglot-1.4.70b-r1.ebuild} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
similarity index 87%
rename from games-board/polyglot/polyglot-1.4.70b.ebuild
rename to games-board/polyglot/polyglot-1.4.70b-r1.ebuild
index a43fd6e..1929df4 100644
--- a/games-board/polyglot/polyglot-1.4.70b.ebuild
+++ b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
@@ -16,7 +16,5 @@ KEYWORDS="~amd64 ~x86"
DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
src_configure() {
- econf \
- --bindir="/usr/games/bin" \
- --docdir="/usr/share/doc/${PF}"
+ econf --docdir="/usr/share/doc/${PF}"
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/polyglot/
@ 2016-05-28 16:37 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2016-05-28 16:37 UTC (permalink / raw
To: gentoo-commits
commit: 48f529a48420ae9929c621cf5e4e1290f016380d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 16:34:55 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May 28 16:35:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f529a4
games-board/polyglot: Bump ebuild to EAPI 6.
Package-Manager: portage-2.3.0_rc1
.../{polyglot-1.4.70b-r1.ebuild => polyglot-1.4.70b-r2.ebuild} | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/games-board/polyglot/polyglot-1.4.70b-r1.ebuild b/games-board/polyglot/polyglot-1.4.70b-r2.ebuild
similarity index 67%
rename from games-board/polyglot/polyglot-1.4.70b-r1.ebuild
rename to games-board/polyglot/polyglot-1.4.70b-r2.ebuild
index 1929df4..ce76dd2 100644
--- a/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
+++ b/games-board/polyglot/polyglot-1.4.70b-r2.ebuild
@@ -1,20 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
HOMEPAGE="http://hardy.uhasselt.be/Toga/"
# not entirely clear what the "b" in the version stands for
-SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
+SRC_URI="http://hardy.uhasselt.be/Toga/${PN}-release/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
-
-src_configure() {
- econf --docdir="/usr/share/doc/${PF}"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/polyglot/
@ 2023-06-04 16:05 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-06-04 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 0adb15255baf86d4bd5af8eeac699d13c74231c4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 16:04:35 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 16:04:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adb1525
games-board/polyglot: Keyword 1.4.70b-r3 arm64, #907772
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
games-board/polyglot/polyglot-1.4.70b-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-board/polyglot/polyglot-1.4.70b-r3.ebuild b/games-board/polyglot/polyglot-1.4.70b-r3.ebuild
index a69460e036c7..4af375e1455f 100644
--- a/games-board/polyglot/polyglot-1.4.70b-r3.ebuild
+++ b/games-board/polyglot/polyglot-1.4.70b-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="http://hardy.uhasselt.be/Toga/${PN}-release/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
PATCHES=(
"${FILESDIR}"/${P}-no-common.patch
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-04 16:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-04 16:05 [gentoo-commits] repo/gentoo:master commit in: games-board/polyglot/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2016-05-28 16:37 Ulrich Müller
2015-10-01 12:31 Ulrich Müller
2015-09-30 20:48 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox