summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-05-28 18:34:55 +0200
committerUlrich Müller <ulm@gentoo.org>2016-05-28 18:35:22 +0200
commit48f529a48420ae9929c621cf5e4e1290f016380d (patch)
tree7544e279e477f7519fae1628e2972995eb67e3a8 /games-board/polyglot
parentsys-apps/portage: use an existing host for Prefix rsync (diff)
downloadgentoo-48f529a48420ae9929c621cf5e4e1290f016380d.tar.gz
gentoo-48f529a48420ae9929c621cf5e4e1290f016380d.tar.bz2
gentoo-48f529a48420ae9929c621cf5e4e1290f016380d.zip
games-board/polyglot: Bump ebuild to EAPI 6.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'games-board/polyglot')
-rw-r--r--games-board/polyglot/polyglot-1.4.70b-r2.ebuild (renamed from games-board/polyglot/polyglot-1.4.70b-r1.ebuild)10
1 files 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
index 1929df4afb9b..ce76dd26c6bd 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}"
-}