Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cloog/
Date: Sat, 10 Oct 2020 04:58:11
Message-Id: 1602305838.d5df22ae03be4fd744e3741843a9602ca51afb61.sam@gentoo
1 commit: d5df22ae03be4fd744e3741843a9602ca51afb61
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 04:56:05 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 04:57:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5df22ae
7
8 dev-libs/cloog: minor fixes
9
10 * Drop eutils
11 * Add subslot operators
12 * Simplify src_test
13
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 dev-libs/cloog/cloog-0.20.0.ebuild | 11 ++++-------
18 dev-libs/cloog/cloog-9999.ebuild | 11 ++++-------
19 2 files changed, 8 insertions(+), 14 deletions(-)
20
21 diff --git a/dev-libs/cloog/cloog-0.20.0.ebuild b/dev-libs/cloog/cloog-0.20.0.ebuild
22 index cf8d94e5786..590340afe67 100644
23 --- a/dev-libs/cloog/cloog-0.20.0.ebuild
24 +++ b/dev-libs/cloog/cloog-0.20.0.ebuild
25 @@ -3,12 +3,10 @@
26
27 EAPI="7"
28
29 -inherit autotools eutils
30 +inherit autotools
31
32 DESCRIPTION="A loop generator for scanning polyhedra"
33 -HOMEPAGE="http://www.bastoul.net/cloog/
34 - https://github.com/periscop/cloog
35 -"
36 +HOMEPAGE="http://www.bastoul.net/cloog/ https://github.com/periscop/cloog"
37
38 if [[ ${PV} == 9999 ]] ; then
39 inherit git-r3
40 @@ -24,8 +22,8 @@ SLOT="0/4"
41 IUSE="static-libs"
42
43 RDEPEND="
44 - dev-libs/gmp
45 - dev-libs/isl
46 + dev-libs/gmp:=
47 + dev-libs/isl:=
48 "
49 DEPEND="${RDEPEND}"
50 BDEPEND="virtual/pkgconfig"
51 @@ -55,6 +53,5 @@ src_configure() {
52
53 # The default src_test() fails, so we'll just run these directly
54 src_test() {
55 - elog ">>> Test phase [check]: ${CATEGORY}/${PF}"
56 emake -j1 check
57 }
58
59 diff --git a/dev-libs/cloog/cloog-9999.ebuild b/dev-libs/cloog/cloog-9999.ebuild
60 index cf8d94e5786..590340afe67 100644
61 --- a/dev-libs/cloog/cloog-9999.ebuild
62 +++ b/dev-libs/cloog/cloog-9999.ebuild
63 @@ -3,12 +3,10 @@
64
65 EAPI="7"
66
67 -inherit autotools eutils
68 +inherit autotools
69
70 DESCRIPTION="A loop generator for scanning polyhedra"
71 -HOMEPAGE="http://www.bastoul.net/cloog/
72 - https://github.com/periscop/cloog
73 -"
74 +HOMEPAGE="http://www.bastoul.net/cloog/ https://github.com/periscop/cloog"
75
76 if [[ ${PV} == 9999 ]] ; then
77 inherit git-r3
78 @@ -24,8 +22,8 @@ SLOT="0/4"
79 IUSE="static-libs"
80
81 RDEPEND="
82 - dev-libs/gmp
83 - dev-libs/isl
84 + dev-libs/gmp:=
85 + dev-libs/isl:=
86 "
87 DEPEND="${RDEPEND}"
88 BDEPEND="virtual/pkgconfig"
89 @@ -55,6 +53,5 @@ src_configure() {
90
91 # The default src_test() fails, so we'll just run these directly
92 src_test() {
93 - elog ">>> Test phase [check]: ${CATEGORY}/${PF}"
94 emake -j1 check
95 }