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 18:03:49
Message-Id: 1443549471.c6593f9cd12cad2d369038bffd95204724ac4880.ulm@gentoo
1 commit: c6593f9cd12cad2d369038bffd95204724ac4880
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 17:57:51 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 17:57:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=c6593f9c
7
8 games-board/polyglot: Define DOCS explicitly to avoid installing them twice.
9
10 Package-Manager: portage-2.2.22
11
12 games-board/polyglot/ChangeLog | 3 +++
13 games-board/polyglot/polyglot-1.4.70b.ebuild | 7 ++++---
14 2 files changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/games-board/polyglot/ChangeLog b/games-board/polyglot/ChangeLog
17 index 469b1ad..50634e6 100644
18 --- a/games-board/polyglot/ChangeLog
19 +++ b/games-board/polyglot/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 29 Sep 2015; Ulrich Müller <ulm@g.o> polyglot-1.4.70b.ebuild:
25 + Define DOCS explicitly to avoid installing them twice.
26 +
27 *polyglot-1.4.70b (29 Sep 2015)
28
29 29 Sep 2015; Ulrich Müller <ulm@g.o> +polyglot-1.4.70b.ebuild,
30
31 diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b.ebuild
32 index 1c0ce30..a43fd6e 100644
33 --- a/games-board/polyglot/polyglot-1.4.70b.ebuild
34 +++ b/games-board/polyglot/polyglot-1.4.70b.ebuild
35 @@ -4,16 +4,17 @@
36
37 EAPI=5
38
39 -DESCRIPTION="Chess engine Winboard/xboard to UCI protocol adapter"
40 +DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
41 HOMEPAGE="http://hardy.uhasselt.be/Toga/"
42 -# Not entirely clear what the "b" stands for; it first appeared
43 -# in version 1.4w10UCIb6 following 1.4w10
44 +# not entirely clear what the "b" in the version stands for
45 SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
46
47 LICENSE="GPL-2+"
48 SLOT="0"
49 KEYWORDS="~amd64 ~x86"
50
51 +DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
52 +
53 src_configure() {
54 econf \
55 --bindir="/usr/games/bin" \