Skip to content

Commit

Permalink
games-board/polyglot: Bump ebuild to EAPI 6.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
  • Loading branch information
ulm committed May 28, 2016
1 parent f79f711 commit 48f529a
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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}"
}

0 comments on commit 48f529a

Please sign in to comment.