* [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
@ 2010-04-09 18:41 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2010-04-09 18:41 UTC (permalink / raw
To: gentoo-commits
bicatali 10/04/09 18:41:27
Modified: fftw-3.2.2.ebuild ChangeLog fftw-2.1.5-r5.ebuild
fftw-2.1.5-r6.ebuild
Log:
Replaced built_with_use with has_version
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.12 sci-libs/fftw/fftw-3.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild?r1=1.11&r2=1.12
Index: fftw-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- fftw-3.2.2.ebuild 16 Jan 2010 06:20:45 -0000 1.11
+++ fftw-3.2.2.ebuild 9 Apr 2010 18:41:27 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.11 2010/01/16 06:20:45 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.12 2010/04/09 18:41:27 bicatali Exp $
EAPI=2
inherit flag-o-matic eutils toolchain-funcs autotools
@@ -25,7 +25,7 @@
[[ $(tc-getCC)$ == *gcc* ]] &&
[[ $(tc-getCC)$ != *apple* ]] &&
( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
- ! built_with_use sys-devel/gcc openmp )
+ ! has_version sys-devel/gcc[openmp] )
then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
ewarn "If you want to build fftw with OpenMP, abort now,"
1.101 sci-libs/fftw/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 1 Apr 2010 19:09:20 -0000 1.100
+++ ChangeLog 9 Apr 2010 18:41:27 -0000 1.101
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/fftw
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.100 2010/04/01 19:09:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.101 2010/04/09 18:41:27 bicatali Exp $
+
+ 09 Apr 2010; Sébastien Fabbro <bicatali@gentoo.org> fftw-2.1.5-r5.ebuild,
+ fftw-2.1.5-r6.ebuild, fftw-3.2.2.ebuild:
+ Replaced built_with_use with has_version
*fftw-2.1.5-r6 (01 Apr 2010)
1.17 sci-libs/fftw/fftw-2.1.5-r5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild?rev=1.17&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild?r1=1.16&r2=1.17
Index: fftw-2.1.5-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r5.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- fftw-2.1.5-r5.ebuild 1 Apr 2010 19:09:20 -0000 1.16
+++ fftw-2.1.5-r5.ebuild 9 Apr 2010 18:41:27 -0000 1.17
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit eutils flag-o-matic autotools toolchain-funcs
@@ -29,8 +29,8 @@
if use openmp &&
[[ $(tc-getCC)$ == *gcc* ]] &&
( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
- ! built_with_use sys-devel/gcc openmp )
-then
+ ! has_version sys-devel/gcc[openmp] )
+ then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
ewarn "If you want to build fftw with OpenMP, abort now,"
ewarn "and switch CC to an OpenMP capable compiler"
1.2 sci-libs/fftw/fftw-2.1.5-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild?rev=1.2&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild?r1=1.1&r2=1.2
Index: fftw-2.1.5-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fftw-2.1.5-r6.ebuild 1 Apr 2010 19:09:20 -0000 1.1
+++ fftw-2.1.5-r6.ebuild 9 Apr 2010 18:41:27 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI="3"
@@ -31,8 +31,8 @@
if use openmp &&
[[ $(tc-getCC)$ == *gcc* ]] &&
( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
- ! built_with_use sys-devel/gcc openmp )
-then
+ ! has_version sys-devel/gcc[openmp] )
+ then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
ewarn "If you want to build fftw with OpenMP, abort now,"
ewarn "and switch CC to an OpenMP capable compiler"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-09 18:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-09 18:41 [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 Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox