From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 612D3138359 for ; Sat, 10 Oct 2020 04:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99549E0895; Sat, 10 Oct 2020 04:58:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82ED3E0895 for ; Sat, 10 Oct 2020 04:58:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC7AD340F7C for ; Sat, 10 Oct 2020 04:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 690A539D for ; Sat, 10 Oct 2020 04:58:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1602305838.d5df22ae03be4fd744e3741843a9602ca51afb61.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cloog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cloog/cloog-0.20.0.ebuild dev-libs/cloog/cloog-9999.ebuild X-VCS-Directories: dev-libs/cloog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d5df22ae03be4fd744e3741843a9602ca51afb61 X-VCS-Branch: master Date: Sat, 10 Oct 2020 04:58:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7ca2346-70ab-4519-8c30-2d4dbc2b944d X-Archives-Hash: aaf76e66b4ceb939935fa1b40fdda3f9 commit: d5df22ae03be4fd744e3741843a9602ca51afb61 Author: Sam James gentoo org> AuthorDate: Sat Oct 10 04:56:05 2020 +0000 Commit: Sam James gentoo 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 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 }