Skip to content

Commit

Permalink
app-benchmarks/acovea: port to EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Feb 10, 2021
1 parent 3a82cde commit acb0f1d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app-benchmarks/acovea/acovea-5.1.1-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit autotools

DESCRIPTION="Analysis of Compiler Options via Evolutionary Algorithm"
HOMEPAGE="http://www.coyotegulch.com/products/acovea/"
SRC_URI="http://www.coyotegulch.com/distfiles/lib${P}.tar.gz"
S="${WORKDIR}/lib${P}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="static-libs"

RDEPEND="
>=dev-libs/libcoyotl-3.1.0:=
>=dev-libs/libevocosm-3.3.0:=
dev-libs/expat:="
DEPEND="${RDEPEND}"

S=${WORKDIR}/lib${P}

PATCHES=(
"${FILESDIR}"/${P}-asneeded.patch
"${FILESDIR}"/${P}-free-fix.patch
Expand All @@ -37,11 +35,11 @@ src_prepare() {
}

src_configure() {
econf $(use_enable static-libs static)
econf --disable-static
}

src_install() {
default

find "${D}" -name '*.la' -delete || die
find "${ED}" -name '*.la' -delete || die
}

0 comments on commit acb0f1d

Please sign in to comment.