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/fftw: fftw-3.2.2.ebuild ChangeLog fftw-2.1.5-r5.ebuild fftw-2.1.5-r6.ebuild
Date: Fri, 09 Apr 2010 18:41:33
Message-Id: 20100409184127.D81B82C04A@corvid.gentoo.org
1 bicatali 10/04/09 18:41:27
2
3 Modified: fftw-3.2.2.ebuild ChangeLog fftw-2.1.5-r5.ebuild
4 fftw-2.1.5-r6.ebuild
5 Log:
6 Replaced built_with_use with has_version
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 sci-libs/fftw/fftw-3.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild?r1=1.11&r2=1.12
15
16 Index: fftw-3.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- fftw-3.2.2.ebuild 16 Jan 2010 06:20:45 -0000 1.11
23 +++ fftw-3.2.2.ebuild 9 Apr 2010 18:41:27 -0000 1.12
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.11 2010/01/16 06:20:45 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.12 2010/04/09 18:41:27 bicatali Exp $
29
30 EAPI=2
31 inherit flag-o-matic eutils toolchain-funcs autotools
32 @@ -25,7 +25,7 @@
33 [[ $(tc-getCC)$ == *gcc* ]] &&
34 [[ $(tc-getCC)$ != *apple* ]] &&
35 ( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
36 - ! built_with_use sys-devel/gcc openmp )
37 + ! has_version sys-devel/gcc[openmp] )
38 then
39 ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
40 ewarn "If you want to build fftw with OpenMP, abort now,"
41
42
43
44 1.101 sci-libs/fftw/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.101&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.101&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/ChangeLog?r1=1.100&r2=1.101
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v
53 retrieving revision 1.100
54 retrieving revision 1.101
55 diff -u -r1.100 -r1.101
56 --- ChangeLog 1 Apr 2010 19:09:20 -0000 1.100
57 +++ ChangeLog 9 Apr 2010 18:41:27 -0000 1.101
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-libs/fftw
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.100 2010/04/01 19:09:20 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.101 2010/04/09 18:41:27 bicatali Exp $
63 +
64 + 09 Apr 2010; Sébastien Fabbro <bicatali@g.o> fftw-2.1.5-r5.ebuild,
65 + fftw-2.1.5-r6.ebuild, fftw-3.2.2.ebuild:
66 + Replaced built_with_use with has_version
67
68 *fftw-2.1.5-r6 (01 Apr 2010)
69
70
71
72
73 1.17 sci-libs/fftw/fftw-2.1.5-r5.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild?rev=1.17&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild?rev=1.17&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild?r1=1.16&r2=1.17
78
79 Index: fftw-2.1.5-r5.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild,v
82 retrieving revision 1.16
83 retrieving revision 1.17
84 diff -u -r1.16 -r1.17
85 --- fftw-2.1.5-r5.ebuild 1 Apr 2010 19:09:20 -0000 1.16
86 +++ fftw-2.1.5-r5.ebuild 9 Apr 2010 18:41:27 -0000 1.17
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild,v 1.16 2010/04/01 19:09:20 jlec Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild,v 1.17 2010/04/09 18:41:27 bicatali Exp $
92
93 inherit eutils flag-o-matic autotools toolchain-funcs
94
95 @@ -29,8 +29,8 @@
96 if use openmp &&
97 [[ $(tc-getCC)$ == *gcc* ]] &&
98 ( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
99 - ! built_with_use sys-devel/gcc openmp )
100 -then
101 + ! has_version sys-devel/gcc[openmp] )
102 + then
103 ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
104 ewarn "If you want to build fftw with OpenMP, abort now,"
105 ewarn "and switch CC to an OpenMP capable compiler"
106
107
108
109 1.2 sci-libs/fftw/fftw-2.1.5-r6.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild?rev=1.2&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild?rev=1.2&content-type=text/plain
113 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild?r1=1.1&r2=1.2
114
115 Index: fftw-2.1.5-r6.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild,v
118 retrieving revision 1.1
119 retrieving revision 1.2
120 diff -u -r1.1 -r1.2
121 --- fftw-2.1.5-r6.ebuild 1 Apr 2010 19:09:20 -0000 1.1
122 +++ fftw-2.1.5-r6.ebuild 9 Apr 2010 18:41:27 -0000 1.2
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2010 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild,v 1.1 2010/04/01 19:09:20 jlec Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild,v 1.2 2010/04/09 18:41:27 bicatali Exp $
128
129 EAPI="3"
130
131 @@ -31,8 +31,8 @@
132 if use openmp &&
133 [[ $(tc-getCC)$ == *gcc* ]] &&
134 ( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
135 - ! built_with_use sys-devel/gcc openmp )
136 -then
137 + ! has_version sys-devel/gcc[openmp] )
138 + then
139 ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
140 ewarn "If you want to build fftw with OpenMP, abort now,"
141 ewarn "and switch CC to an OpenMP capable compiler"