commit: 48f529a48420ae9929c621cf5e4e1290f016380d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 16:34:55 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May 28 16:35:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f529a4
games-board/polyglot: Bump ebuild to EAPI 6.
Package-Manager: portage-2.3.0_rc1
.../{polyglot-1.4.70b-r1.ebuild => polyglot-1.4.70b-r2.ebuild} | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
b/games-board/polyglot/polyglot-1.4.70b-r2.ebuild
similarity index 67%
rename from games-board/polyglot/polyglot-1.4.70b-r1.ebuild
rename to games-board/polyglot/polyglot-1.4.70b-r2.ebuild
index 1929df4..ce76dd2 100644
--- a/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
+++ b/games-board/polyglot/polyglot-1.4.70b-r2.ebuild
@@ -1,20 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
HOMEPAGE="http://hardy.uhasselt.be/Toga/"
# not entirely clear what the "b" in the version stands for
-SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
+SRC_URI="http://hardy.uhasselt.be/Toga/${PN}-release/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
-
-src_configure() {
- econf --docdir="/usr/share/doc/${PF}"
-}