forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
games-board/polyglot: Bump ebuild to EAPI 6.
Package-Manager: portage-2.3.0_rc1
- Loading branch information
Showing
1 changed file
with
3 additions
and
7 deletions.
There are no files selected for viewing
10 changes: 3 additions & 7 deletions
10
...board/polyglot/polyglot-1.4.70b-r1.ebuild → ...board/polyglot/polyglot-1.4.70b-r2.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" | ||
} |