Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/polyglot/
Date: Sat, 28 May 2016 16:37:30
Message-Id: 1464453322.48f529a48420ae9929c621cf5e4e1290f016380d.ulm@gentoo
1 commit: 48f529a48420ae9929c621cf5e4e1290f016380d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 16:34:55 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 16:35:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f529a4
7
8 games-board/polyglot: Bump ebuild to EAPI 6.
9
10 Package-Manager: portage-2.3.0_rc1
11
12 .../{polyglot-1.4.70b-r1.ebuild => polyglot-1.4.70b-r2.ebuild} | 10 +++-------
13 1 file changed, 3 insertions(+), 7 deletions(-)
14
15 diff --git a/games-board/polyglot/polyglot-1.4.70b-r1.ebuild b/games-board/polyglot/polyglot-1.4.70b-r2.ebuild
16 similarity index 67%
17 rename from games-board/polyglot/polyglot-1.4.70b-r1.ebuild
18 rename to games-board/polyglot/polyglot-1.4.70b-r2.ebuild
19 index 1929df4..ce76dd2 100644
20 --- a/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
21 +++ b/games-board/polyglot/polyglot-1.4.70b-r2.ebuild
22 @@ -1,20 +1,16 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 -EAPI=5
29 +EAPI=6
30
31 DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
32 HOMEPAGE="http://hardy.uhasselt.be/Toga/"
33 # not entirely clear what the "b" in the version stands for
34 -SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
35 +SRC_URI="http://hardy.uhasselt.be/Toga/${PN}-release/${P}.tar.gz"
36
37 LICENSE="GPL-2+"
38 SLOT="0"
39 KEYWORDS="~amd64 ~x86"
40
41 DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
42 -
43 -src_configure() {
44 - econf --docdir="/usr/share/doc/${PF}"
45 -}