From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D27DC139BC7 for ; Tue, 29 Sep 2015 18:03:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B752E07D9; Tue, 29 Sep 2015 18:03:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 051D3E07D9 for ; Tue, 29 Sep 2015 18:03:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AE0B340A60 for ; Tue, 29 Sep 2015 18:03:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FA871F9 for ; Tue, 29 Sep 2015 18:03:46 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1443549471.c6593f9cd12cad2d369038bffd95204724ac4880.ulm@gentoo> Subject: [gentoo-commits] repo/dev/ulm:master commit in: games-board/polyglot/ X-VCS-Repository: repo/dev/ulm X-VCS-Files: games-board/polyglot/ChangeLog games-board/polyglot/polyglot-1.4.70b.ebuild X-VCS-Directories: games-board/polyglot/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c6593f9cd12cad2d369038bffd95204724ac4880 X-VCS-Branch: master Date: Tue, 29 Sep 2015 18:03:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 77b2aeae-6df4-45c9-b1fb-8f071f038dd7 X-Archives-Hash: 7ec10fce879839c30257d0b77bb1c842 commit: c6593f9cd12cad2d369038bffd95204724ac4880 Author: Ulrich Müller gentoo org> AuthorDate: Tue Sep 29 17:57:51 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Sep 29 17:57:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=c6593f9c games-board/polyglot: Define DOCS explicitly to avoid installing them twice. Package-Manager: portage-2.2.22 games-board/polyglot/ChangeLog | 3 +++ games-board/polyglot/polyglot-1.4.70b.ebuild | 7 ++++--- 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 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 +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" \