Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/cloog: cloog-0.18.3.ebuild cloog-9999.ebuild ChangeLog
Date: Thu, 05 Feb 2015 11:52:21
Message-Id: 20150205115217.62A30111AB@oystercatcher.gentoo.org
1 blueness 15/02/05 11:52:17
2
3 Modified: cloog-9999.ebuild ChangeLog
4 Added: cloog-0.18.3.ebuild
5 Log:
6 Add 0.18.3 which depends on =dev-libs/isl-0.14:0/14. We skip 0.18.2 doesn't build against any versions of isl and is skipped in their update log.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.4 dev-libs/cloog/cloog-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-9999.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-9999.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-9999.ebuild?r1=1.3&r2=1.4
16
17 Index: cloog-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-9999.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- cloog-9999.ebuild 4 Nov 2014 03:36:19 -0000 1.3
24 +++ cloog-9999.ebuild 5 Feb 2015 11:52:17 -0000 1.4
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-9999.ebuild,v 1.3 2014/11/04 03:36:19 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-9999.ebuild,v 1.4 2015/02/05 11:52:17 blueness Exp $
31
32 EAPI="5"
33
34 @@ -22,7 +22,7 @@
35 IUSE="static-libs"
36
37 RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
38 - >=dev-libs/isl-0.12.2:0/10[${MULTILIB_USEDEP}]
39 + >=dev-libs/isl-0.14:0/14[${MULTILIB_USEDEP}]
40 !<dev-libs/cloog-ppl-0.15.10"
41 DEPEND="${DEPEND}
42 virtual/pkgconfig"
43
44
45
46 1.28 dev-libs/cloog/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?rev=1.28&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?rev=1.28&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?r1=1.27&r2=1.28
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v
55 retrieving revision 1.27
56 retrieving revision 1.28
57 diff -u -r1.27 -r1.28
58 --- ChangeLog 26 Dec 2014 11:28:20 -0000 1.27
59 +++ ChangeLog 5 Feb 2015 11:52:17 -0000 1.28
60 @@ -1,6 +1,13 @@
61 # ChangeLog for dev-libs/cloog
62 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.27 2014/12/26 11:28:20 ago Exp $
64 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.28 2015/02/05 11:52:17 blueness Exp $
66 +
67 +*cloog-0.18.3 (05 Feb 2015)
68 +
69 + 05 Feb 2015; Anthony G. Basile <blueness@g.o> +cloog-0.18.3.ebuild,
70 + cloog-9999.ebuild:
71 + Add 0.18.3 which depends on =dev-libs/isl-0.14:0/14. We skip 0.18.2 doesn't
72 + build against any versions of isl and is skipped in their update log.
73
74 26 Dec 2014; Agostino Sarubbo <ago@g.o> cloog-0.18.1.ebuild:
75 Stable for sparc, wrt bug #516152
76
77
78
79 1.1 dev-libs/cloog/cloog-0.18.3.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild?rev=1.1&content-type=text/plain
83
84 Index: cloog-0.18.3.ebuild
85 ===================================================================
86 # Copyright 1999-2015 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.3.ebuild,v 1.1 2015/02/05 11:52:17 blueness Exp $
89
90 EAPI="5"
91
92 inherit eutils multilib-minimal
93
94 if [[ ${PV} == "9999" ]] ; then
95 EGIT_REPO_URI="git://repo.or.cz/cloog.git"
96 inherit autotools git-2
97 else
98 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
99 SRC_URI="http://www.bastoul.net/cloog/pages/download/${P}.tar.gz"
100 fi
101
102 DESCRIPTION="A loop generator for scanning polyhedra"
103 HOMEPAGE="http://www.bastoul.net/cloog/"
104
105 LICENSE="LGPL-2.1"
106 SLOT="0/4"
107 IUSE="static-libs"
108
109 RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
110 >=dev-libs/isl-0.14:0/14[${MULTILIB_USEDEP}]
111 !<dev-libs/cloog-ppl-0.15.10"
112 DEPEND="${DEPEND}
113 virtual/pkgconfig"
114
115 DOCS=( README )
116
117 src_prepare() {
118 if [[ ${PV} == "9999" ]] ; then
119 ./get_submodules.sh
120 eautoreconf -i
121 else
122 # m4/ax_create_pkgconfig_info.m4 includes LDFLAGS
123 # sed to avoid eautoreconf
124 sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die
125 fi
126 }
127
128 multilib_src_configure() {
129 ECONF_SOURCE="${S}" econf \
130 --with-gmp=system \
131 --with-isl=system \
132 --with-osl=no \
133 $(use_enable static-libs static)
134 }
135
136 multilib_src_install_all() {
137 einstalldocs
138 prune_libtool_files
139 }