Gentoo Archives: gentoo-commits

From: "Ryan Hill (rhill)" <rhill@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/cloog: cloog-0.18.1.ebuild ChangeLog cloog-0.18.0.ebuild cloog-0.17.0.ebuild
Date: Thu, 22 May 2014 12:57:19
Message-Id: 20140522125715.82C7A2004C@flycatcher.gentoo.org
1 rhill 14/05/22 12:57:15
2
3 Modified: ChangeLog cloog-0.18.0.ebuild
4 Added: cloog-0.18.1.ebuild
5 Removed: cloog-0.17.0.ebuild
6 Log:
7 Version bump (bug #491726). USE EAPI 5 and subslots. Add multilib support.
8 Add missing pkgconfig dep. Remove old.
9
10 Signed-off-by: Ryan Hill <rhill@g.o>
11 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
12
13 Revision Changes Path
14 1.14 dev-libs/cloog/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?rev=1.14&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?rev=1.14&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/ChangeLog?r1=1.13&r2=1.14
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v
23 retrieving revision 1.13
24 retrieving revision 1.14
25 diff -u -r1.13 -r1.14
26 --- ChangeLog 4 Nov 2013 02:28:34 -0000 1.13
27 +++ ChangeLog 22 May 2014 12:57:15 -0000 1.14
28 @@ -1,6 +1,13 @@
29 # ChangeLog for dev-libs/cloog
30 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.13 2013/11/04 02:28:34 mattst88 Exp $
32 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
33 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/ChangeLog,v 1.14 2014/05/22 12:57:15 rhill Exp $
34 +
35 +*cloog-0.18.1 (22 May 2014)
36 +
37 + 22 May 2014; Ryan Hill <rhill@g.o> -cloog-0.17.0.ebuild,
38 + cloog-0.18.0.ebuild, +cloog-0.18.1.ebuild:
39 + Version bump (bug #491726). USE EAPI 5 and subslots. Add multilib support.
40 + Add missing pkgconfig dep. Remove old.
41
42 04 Nov 2013; Matt Turner <mattst88@g.o> cloog-0.18.0.ebuild:
43 Added ~alpha, bug 487266.
44
45
46
47 1.9 dev-libs/cloog/cloog-0.18.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild?rev=1.9&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild?rev=1.9&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild?r1=1.8&r2=1.9
52
53 Index: cloog-0.18.0.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild,v
56 retrieving revision 1.8
57 retrieving revision 1.9
58 diff -u -r1.8 -r1.9
59 --- cloog-0.18.0.ebuild 4 Nov 2013 02:28:34 -0000 1.8
60 +++ cloog-0.18.0.ebuild 22 May 2014 12:57:15 -0000 1.9
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2013 Gentoo Foundation
63 +# Copyright 1999-2014 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild,v 1.8 2013/11/04 02:28:34 mattst88 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.0.ebuild,v 1.9 2014/05/22 12:57:15 rhill Exp $
67
68 EAPI="4"
69
70 @@ -16,7 +16,7 @@
71 IUSE="static-libs"
72
73 DEPEND="dev-libs/gmp
74 - >=dev-libs/isl-0.11.1
75 + <dev-libs/isl-0.13
76 !<dev-libs/cloog-ppl-0.15.10"
77 RDEPEND="${DEPEND}"
78
79
80
81
82 1.1 dev-libs/cloog/cloog-0.18.1.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.1.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cloog/cloog-0.18.1.ebuild?rev=1.1&content-type=text/plain
86
87 Index: cloog-0.18.1.ebuild
88 ===================================================================
89 # Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/dev-libs/cloog/cloog-0.18.1.ebuild,v 1.1 2014/05/22 12:57:15 rhill Exp $
92
93 EAPI="5"
94
95 inherit eutils multilib-minimal
96
97 DESCRIPTION="A loop generator for scanning polyhedra"
98 HOMEPAGE="http://www.bastoul.net/cloog/index.php"
99 SRC_URI="http://www.bastoul.net/cloog/pages/download/${P}.tar.gz"
100
101 LICENSE="LGPL-2.1"
102 SLOT="0/4"
103 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~amd64-fbsd ~x86-fbsd"
104 IUSE="static-libs"
105
106 RDEPEND=">=dev-libs/gmp-5.0.2[${MULTILIB_USEDEP}]
107 dev-libs/isl:0/10[${MULTILIB_USEDEP}]
108 !<dev-libs/cloog-ppl-0.15.10"
109 DEPEND="${DEPEND}
110 virtual/pkgconfig"
111
112 DOCS=( README )
113
114 src_prepare() {
115 # m4/ax_create_pkgconfig_info.m4 includes LDFLAGS
116 # sed to avoid eautoreconf
117 sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die
118 }
119
120 multilib_src_configure() {
121 ECONF_SOURCE="${S}" econf \
122 --with-gmp=system \
123 --with-isl=system \
124 $(use_enable static-libs static)
125 }
126
127 multilib_src_install_all() {
128 einstalldocs
129 prune_libtool_files
130 }