From d5df22ae03be4fd744e3741843a9602ca51afb61 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Oct 2020 04:56:05 +0000 Subject: dev-libs/cloog: minor fixes * Drop eutils * Add subslot operators * Simplify src_test Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James --- dev-libs/cloog/cloog-0.20.0.ebuild | 11 ++++------- dev-libs/cloog/cloog-9999.ebuild | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) (limited to 'dev-libs/cloog') diff --git a/dev-libs/cloog/cloog-0.20.0.ebuild b/dev-libs/cloog/cloog-0.20.0.ebuild index cf8d94e57868..590340afe675 100644 --- a/dev-libs/cloog/cloog-0.20.0.ebuild +++ b/dev-libs/cloog/cloog-0.20.0.ebuild @@ -3,12 +3,10 @@ EAPI="7" -inherit autotools eutils +inherit autotools DESCRIPTION="A loop generator for scanning polyhedra" -HOMEPAGE="http://www.bastoul.net/cloog/ - https://github.com/periscop/cloog -" +HOMEPAGE="http://www.bastoul.net/cloog/ https://github.com/periscop/cloog" if [[ ${PV} == 9999 ]] ; then inherit git-r3 @@ -24,8 +22,8 @@ SLOT="0/4" IUSE="static-libs" RDEPEND=" - dev-libs/gmp - dev-libs/isl + dev-libs/gmp:= + dev-libs/isl:= " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" @@ -55,6 +53,5 @@ src_configure() { # The default src_test() fails, so we'll just run these directly src_test() { - elog ">>> Test phase [check]: ${CATEGORY}/${PF}" emake -j1 check } diff --git a/dev-libs/cloog/cloog-9999.ebuild b/dev-libs/cloog/cloog-9999.ebuild index cf8d94e57868..590340afe675 100644 --- a/dev-libs/cloog/cloog-9999.ebuild +++ b/dev-libs/cloog/cloog-9999.ebuild @@ -3,12 +3,10 @@ EAPI="7" -inherit autotools eutils +inherit autotools DESCRIPTION="A loop generator for scanning polyhedra" -HOMEPAGE="http://www.bastoul.net/cloog/ - https://github.com/periscop/cloog -" +HOMEPAGE="http://www.bastoul.net/cloog/ https://github.com/periscop/cloog" if [[ ${PV} == 9999 ]] ; then inherit git-r3 @@ -24,8 +22,8 @@ SLOT="0/4" IUSE="static-libs" RDEPEND=" - dev-libs/gmp - dev-libs/isl + dev-libs/gmp:= + dev-libs/isl:= " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" @@ -55,6 +53,5 @@ src_configure() { # The default src_test() fails, so we'll just run these directly src_test() { - elog ">>> Test phase [check]: ${CATEGORY}/${PF}" emake -j1 check } -- cgit v1.2.3-65-gdbad