From 05ada9b996f7f0cede53d8c5453e1c4506a02724 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kacper=20Ko=C5=82odziej?= Date: Wed, 28 Sep 2016 11:13:11 +0200 Subject: [PATCH] app-text/bact: Upgrade to EAPI=6 Closes: https://github.com/gentoo/gentoo/pull/2409 Signed-off-by: David Seifert --- .../{bact-0.13.ebuild => bact-0.13-r1.ebuild} | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) rename app-text/bact/{bact-0.13.ebuild => bact-0.13-r1.ebuild} (67%) diff --git a/app-text/bact/bact-0.13.ebuild b/app-text/bact/bact-0.13-r1.ebuild similarity index 67% rename from app-text/bact/bact-0.13.ebuild rename to app-text/bact/bact-0.13-r1.ebuild index 00cd99778b7c..a5b5f5b4bd76 100644 --- a/app-text/bact/bact-0.13.ebuild +++ b/app-text/bact/bact-0.13-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Boosting Algorithm for Classification of Trees" HOMEPAGE="http://chasen.org/~taku/software/bact/" @@ -15,12 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" +RDEPEND="" +DEPEND="${RDEPEND}" -src_prepare() { - epatch "${FILESDIR}/${P}-cpp14.patch" # bug #594312 -} +HTML_DOCS=( index.html bact.css ) +PATCHES=( "${FILESDIR}/${P}-cpp14.patch" ) src_compile() { emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" @@ -32,7 +31,5 @@ src_test() { src_install() { dobin bact_learn bact_mkmodel bact_classify - - dohtml index.html bact.css - dodoc README AUTHORS + einstalldocs } -- 2.26.2