summaryrefslogtreecommitdiff
path: root/games-board/polyglot
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/polyglot')
-rw-r--r--games-board/polyglot/Manifest3
-rw-r--r--games-board/polyglot/metadata.xml13
-rw-r--r--games-board/polyglot/polyglot-1.4.70b-r2.ebuild15
3 files changed, 31 insertions, 0 deletions
diff --git a/games-board/polyglot/Manifest b/games-board/polyglot/Manifest
new file mode 100644
index 000000000000..ac51384306ad
--- /dev/null
+++ b/games-board/polyglot/Manifest
@@ -0,0 +1,3 @@
+DIST polyglot-1.4.70b.tar.gz 269938 BLAKE2B bcefdb1157ca70438e60e77b0f3242527fd2b2cf0616727f3d09c30d6d7713f2c38482041fa0a0002cd7a730429915c913a2d282cdbb4f3b6556a202d3382e5d SHA512 23ffa735b44ebbdaa991d96ac7d09e368f99640265bea3a30e0623665a8a9567f7c5c3e9518e06348a9b34ef70b43de2000b85f4e6101f4d8f866ae9cac9abec
+EBUILD polyglot-1.4.70b-r2.ebuild 470 BLAKE2B 312634d9c3720720647e726383e44f0dcf2d237f831f6f5c8e94b7e2ed1dd2813d5b10f7f5a68893b33b923b40be5f11816d30b999893c424ef2d3b86aa996da SHA512 798325d28d57421669ac8d658b3b4e084398e8c35a7b14785941c9cfad8a881d1249f19ffad3a2f17a415db268b2b0fb8395fac98f5a84b5a9e0cfa66a406141
+MISC metadata.xml 488 BLAKE2B d49d8efb7834bce6cf6c49bea636306cc67ea1bb2f72625c5e3af945a59406bd7b782c217683c7abdd36b215cf586f44b43eba600ef157ce716f7d3310651918 SHA512 73200bcc5b340c191d80b87f3b44af5339b259ebe2e7c5668a5066a6e07cdf87d4e15db0361f7b5f65f5032216625fd1591c548c506576ac56174d9dffc94002
diff --git a/games-board/polyglot/metadata.xml b/games-board/polyglot/metadata.xml
new file mode 100644
index 000000000000..dfce47d11008
--- /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 type="person">
+ <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-r2.ebuild b/games-board/polyglot/polyglot-1.4.70b-r2.ebuild
new file mode 100644
index 000000000000..6a46f3f55963
--- /dev/null
+++ b/games-board/polyglot/polyglot-1.4.70b-r2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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/${PN}-release/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS="AUTHORS ChangeLog TODO" # README* installed by build system