Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/acml: ChangeLog acml-4.0.1.ebuild acml-3.6.0-r1.ebuild acml-3.6.1-r1.ebuild acml-4.0.0.ebuild
Date: Tue, 08 Jan 2008 09:46:21
Message-Id: E1JCB2H-00080B-Jv@stork.gentoo.org
1 bicatali 08/01/08 09:46:17
2
3 Modified: ChangeLog acml-4.0.1.ebuild acml-3.6.0-r1.ebuild
4 acml-3.6.1-r1.ebuild
5 Removed: acml-4.0.0.ebuild
6 Log:
7 Re-arrange pkgconfig files, removed old version.
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.31 sci-libs/acml/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 25 Dec 2007 14:17:07 -0000 1.30
24 +++ ChangeLog 8 Jan 2008 09:46:17 -0000 1.31
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-libs/acml
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.30 2007/12/25 14:17:07 phreak Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.31 2008/01/08 09:46:17 bicatali Exp $
31 +
32 + 08 Jan 2008; Sébastien Fabbro <bicatali@g.o> files/blas.pc.in,
33 + files/lapack.pc.in, acml-3.6.0-r1.ebuild, acml-3.6.1-r1.ebuild,
34 + -acml-4.0.0.ebuild, acml-4.0.1.ebuild:
35 + Re-arrange pkgconfig files, removed old version.
36
37 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
38 Removing kugelfang from metadata.xml as per #46972.
39
40
41
42 1.3 sci-libs/acml/acml-4.0.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild?r1=1.2&r2=1.3
47
48 Index: acml-4.0.1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- acml-4.0.1.ebuild 19 Dec 2007 13:03:51 -0000 1.2
55 +++ acml-4.0.1.ebuild 8 Jan 2008 09:46:17 -0000 1.3
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2007 Gentoo Foundation
58 +# Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v 1.2 2007/12/19 13:03:51 bicatali Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v 1.3 2008/01/08 09:46:17 bicatali Exp $
62
63 inherit eutils toolchain-funcs fortran
64
65 @@ -108,8 +108,8 @@
66 ESELECT_PROF=acml-${FORTRANC}
67 local acmldir=${instdir}/${fort}
68 local libname=${acmldir}/lib/libacml
69 - local extlibs
70 - local extflags
71 + local extlibs=
72 + local extflags=
73 if [[ ${fort} =~ int64 ]]; then
74 ESELECT_PROF=${ESELECT_PROF}-int64
75 extflags="${extflags} -fdefault-integer-8"
76 @@ -125,7 +125,7 @@
77 # pkgconfig files
78 sed -e "s:@LIBDIR@:$(get_libdir):" \
79 -e "s:@PV@:${PV}:" \
80 - -e "s:@ACMLDIR@:${acmldir}/lib:g" \
81 + -e "s:@ACMLDIR@:${acmldir}:g" \
82 -e "s:@EXTLIBS@:${extlibs}:g" \
83 -e "s:@EXTFLAGS@:${extflags}:g" \
84 "${FILESDIR}"/${l}.pc.in > ${l}.pc \
85
86
87
88 1.7 sci-libs/acml/acml-3.6.0-r1.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild?rev=1.7&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild?rev=1.7&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild?r1=1.6&r2=1.7
93
94 Index: acml-3.6.0-r1.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v
97 retrieving revision 1.6
98 retrieving revision 1.7
99 diff -u -r1.6 -r1.7
100 --- acml-3.6.0-r1.ebuild 19 Dec 2007 19:30:47 -0000 1.6
101 +++ acml-3.6.0-r1.ebuild 8 Jan 2008 09:46:17 -0000 1.7
102 @@ -1,6 +1,6 @@
103 -# Copyright 1999-2007 Gentoo Foundation
104 +# Copyright 1999-2008 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.6 2007/12/19 19:30:47 bicatali Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.7 2008/01/08 09:46:17 bicatali Exp $
108
109 inherit eutils toolchain-funcs fortran
110
111 @@ -109,7 +109,7 @@
112 # pkgconfig files
113 sed -e "s:@LIBDIR@:$(get_libdir):" \
114 -e "s:@PV@:${PV}:" \
115 - -e "s:@ACMLDIR@:${acmldir}/lib:g" \
116 + -e "s:@ACMLDIR@:${acmldir}:g" \
117 -e "s:@EXTLIBS@:${extlibs}:g" \
118 -e "s:@EXTFLAGS@:${extflags}:g" \
119 "${FILESDIR}"/${l}.pc.in > ${l}.pc \
120 @@ -127,7 +127,6 @@
121 eselect ${l} add $(get_libdir) eselect.${l} ${ESELECT_PROF}
122 done
123 echo "LDPATH=${instdir}/${fort}/lib" > 35acml
124 - echo "INCLUDE=${instdir}/${fort}/include" >> 35acml
125 done
126
127 doenvd 35acml || die "doenvd failed"
128
129
130
131 1.7 sci-libs/acml/acml-3.6.1-r1.ebuild
132
133 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?rev=1.7&view=markup
134 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?rev=1.7&content-type=text/plain
135 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?r1=1.6&r2=1.7
136
137 Index: acml-3.6.1-r1.ebuild
138 ===================================================================
139 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v
140 retrieving revision 1.6
141 retrieving revision 1.7
142 diff -u -r1.6 -r1.7
143 --- acml-3.6.1-r1.ebuild 19 Dec 2007 19:30:47 -0000 1.6
144 +++ acml-3.6.1-r1.ebuild 8 Jan 2008 09:46:17 -0000 1.7
145 @@ -1,6 +1,6 @@
146 -# Copyright 1999-2007 Gentoo Foundation
147 +# Copyright 1999-2008 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.6 2007/12/19 19:30:47 bicatali Exp $
150 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.7 2008/01/08 09:46:17 bicatali Exp $
151
152 inherit eutils toolchain-funcs fortran
153
154 @@ -125,7 +125,7 @@
155 # pkgconfig files
156 sed -e "s:@LIBDIR@:$(get_libdir):" \
157 -e "s:@PV@:${PV}:" \
158 - -e "s:@ACMLDIR@:${acmldir}/lib:g" \
159 + -e "s:@ACMLDIR@:${acmldir}:g" \
160 -e "s:@EXTLIBS@:${extlibs}:g" \
161 -e "s:@EXTFLAGS@:${extflags}:g" \
162 "${FILESDIR}"/${l}.pc.in > ${l}.pc \
163 @@ -143,7 +143,6 @@
164 eselect ${l} add $(get_libdir) eselect.${l} ${ESELECT_PROF}
165 done
166 echo "LDPATH=${acmldir}/lib" > "${S}"/35acml
167 - echo "INCLUDE=${acmldir}/include" >> "${S}"/35acml
168 done
169
170 doenvd "${S}"/35acml || die "doenvd failed"
171
172
173
174 --
175 gentoo-commits@l.g.o mailing list