summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-09-29 19:57:51 +0200
committerUlrich Müller <ulm@gentoo.org>2015-09-29 19:57:51 +0200
commitc6593f9cd12cad2d369038bffd95204724ac4880 (patch)
treea94da4be5fe95d7bcccca4c82499ea1440f1b54e
parentgames-board/polyglot: Initial import. Ebuild contributed by me. (diff)
downloadulm-c6593f9cd12cad2d369038bffd95204724ac4880.tar.gz
ulm-c6593f9cd12cad2d369038bffd95204724ac4880.tar.bz2
ulm-c6593f9cd12cad2d369038bffd95204724ac4880.zip
games-board/polyglot: Define DOCS explicitly to avoid installing them twice.
Package-Manager: portage-2.2.22
-rw-r--r--games-board/polyglot/ChangeLog3
-rw-r--r--games-board/polyglot/polyglot-1.4.70b.ebuild7
2 files changed, 7 insertions, 3 deletions
diff --git a/games-board/polyglot/ChangeLog b/games-board/polyglot/ChangeLog
index 469b1ad..50634e6 100644
--- a/games-board/polyglot/ChangeLog
+++ b/games-board/polyglot/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 29 Sep 2015; Ulrich Müller <ulm@gentoo.org> polyglot-1.4.70b.ebuild:
+ Define DOCS explicitly to avoid installing them twice.
+
*polyglot-1.4.70b (29 Sep 2015)
29 Sep 2015; Ulrich Müller <ulm@gentoo.org> +polyglot-1.4.70b.ebuild,
diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b.ebuild
index 1c0ce30..a43fd6e 100644
--- a/games-board/polyglot/polyglot-1.4.70b.ebuild
+++ b/games-board/polyglot/polyglot-1.4.70b.ebuild
@@ -4,16 +4,17 @@
EAPI=5
-DESCRIPTION="Chess engine Winboard/xboard to UCI protocol adapter"
+DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
HOMEPAGE="http://hardy.uhasselt.be/Toga/"
-# Not entirely clear what the "b" stands for; it first appeared
-# in version 1.4w10UCIb6 following 1.4w10
+# 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" \