commit: d5df22ae03be4fd744e3741843a9602ca51afb61 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 10 04:56:05 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 10 04:57:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5df22ae
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 <sam <AT> gentoo.org> dev-libs/cloog/cloog-0.20.0.ebuild | 11 ++++------- dev-libs/cloog/cloog-9999.ebuild | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/dev-libs/cloog/cloog-0.20.0.ebuild b/dev-libs/cloog/cloog-0.20.0.ebuild index cf8d94e5786..590340afe67 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 cf8d94e5786..590340afe67 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 }