Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/dev/ulm:master commit in: games-board/polyglot/
Date: Tue, 29 Sep 2015 09:35:15
Message-Id: 1443518320.4fd0737db6d29392c1d83187749744568417760a.ulm@gentoo
1 commit: 4fd0737db6d29392c1d83187749744568417760a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 09:18:40 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 09:18:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=4fd0737d
7
8 games-board/polyglot: Initial import. Ebuild contributed by me.
9
10 Package-Manager: portage-2.2.22
11
12 games-board/polyglot/ChangeLog | 10 ++++++++++
13 games-board/polyglot/Manifest | 1 +
14 games-board/polyglot/metadata.xml | 7 +++++++
15 games-board/polyglot/polyglot-1.4.70b.ebuild | 21 +++++++++++++++++++++
16 4 files changed, 39 insertions(+)
17
18 diff --git a/games-board/polyglot/ChangeLog b/games-board/polyglot/ChangeLog
19 new file mode 100644
20 index 0000000..469b1ad
21 --- /dev/null
22 +++ b/games-board/polyglot/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for games-board/polyglot
25 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
26 +# $Id$
27 +
28 +*polyglot-1.4.70b (29 Sep 2015)
29 +
30 + 29 Sep 2015; Ulrich Müller <ulm@g.o> +polyglot-1.4.70b.ebuild,
31 + +metadata.xml:
32 + Initial import. Ebuild contributed by me.
33 +
34
35 diff --git a/games-board/polyglot/Manifest b/games-board/polyglot/Manifest
36 new file mode 100644
37 index 0000000..02d0ec9
38 --- /dev/null
39 +++ b/games-board/polyglot/Manifest
40 @@ -0,0 +1 @@
41 +DIST polyglot-1.4.70b.tar.gz 269938 SHA256 cc10554390cb67c73395470505805f673a639fd3283acd02471f7a67dc9bedef SHA512 23ffa735b44ebbdaa991d96ac7d09e368f99640265bea3a30e0623665a8a9567f7c5c3e9518e06348a9b34ef70b43de2000b85f4e6101f4d8f866ae9cac9abec WHIRLPOOL f57135c0ef2e39662ac914022d2c3f0425ea27d722a2bb299bb341d319e21a67cae36e997541bbf2820705413fbcc6161f2c796926f8436cfd8390f5c60cc4a2
42
43 diff --git a/games-board/polyglot/metadata.xml b/games-board/polyglot/metadata.xml
44 new file mode 100644
45 index 0000000..e153d85
46 --- /dev/null
47 +++ b/games-board/polyglot/metadata.xml
48 @@ -0,0 +1,7 @@
49 +<?xml version="1.0" encoding="UTF-8"?>
50 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 +<pkgmetadata>
52 +<maintainer>
53 + <email>ulm@g.o</email>
54 +</maintainer>
55 +</pkgmetadata>
56
57 diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b.ebuild
58 new file mode 100644
59 index 0000000..1c0ce30
60 --- /dev/null
61 +++ b/games-board/polyglot/polyglot-1.4.70b.ebuild
62 @@ -0,0 +1,21 @@
63 +# Copyright 1999-2015 Gentoo Foundation
64 +# Distributed under the terms of the GNU General Public License v2
65 +# $Id$
66 +
67 +EAPI=5
68 +
69 +DESCRIPTION="Chess engine Winboard/xboard to UCI protocol adapter"
70 +HOMEPAGE="http://hardy.uhasselt.be/Toga/"
71 +# Not entirely clear what the "b" stands for; it first appeared
72 +# in version 1.4w10UCIb6 following 1.4w10
73 +SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
74 +
75 +LICENSE="GPL-2+"
76 +SLOT="0"
77 +KEYWORDS="~amd64 ~x86"
78 +
79 +src_configure() {
80 + econf \
81 + --bindir="/usr/games/bin" \
82 + --docdir="/usr/share/doc/${PF}"
83 +}