From 48f529a48420ae9929c621cf5e4e1290f016380d Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 28 May 2016 18:34:55 +0200 Subject: games-board/polyglot: Bump ebuild to EAPI 6. Package-Manager: portage-2.3.0_rc1 --- games-board/polyglot/polyglot-1.4.70b-r1.ebuild | 20 -------------------- games-board/polyglot/polyglot-1.4.70b-r2.ebuild | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 20 deletions(-) delete mode 100644 games-board/polyglot/polyglot-1.4.70b-r1.ebuild create mode 100644 games-board/polyglot/polyglot-1.4.70b-r2.ebuild (limited to 'games-board/polyglot') diff --git a/games-board/polyglot/polyglot-1.4.70b-r1.ebuild b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild deleted file mode 100644 index 1929df4afb9b..000000000000 --- a/games-board/polyglot/polyglot-1.4.70b-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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" - -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}" -} diff --git a/games-board/polyglot/polyglot-1.4.70b-r2.ebuild b/games-board/polyglot/polyglot-1.4.70b-r2.ebuild new file mode 100644 index 000000000000..ce76dd26c6bd --- /dev/null +++ b/games-board/polyglot/polyglot-1.4.70b-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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/${PN}-release/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS="AUTHORS ChangeLog TODO" # README* installed by build system -- cgit v1.2.3-65-gdbad