public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/abinit: ChangeLog abinit-5.4.4-r1.ebuild abinit-5.4.4.ebuild abinit-5.3.4.ebuild
@ 2010-12-16 15:38 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-12-16 15:38 UTC (permalink / raw
  To: gentoo-commits

jlec        10/12/16 15:38:08

  Modified:             ChangeLog abinit-5.4.4-r1.ebuild
                        abinit-5.4.4.ebuild abinit-5.3.4.ebuild
  Log:
  Removal of fortran.eclass, #348851
  
  (Portage version: 2.2.0_alpha8/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 sci-physics/abinit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/abinit/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	16 Jul 2010 22:27:55 -0000	1.12
+++ ChangeLog	16 Dec 2010 15:38:07 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/abinit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/ChangeLog,v 1.12 2010/07/16 22:27:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/ChangeLog,v 1.13 2010/12/16 15:38:07 jlec Exp $
+
+  16 Dec 2010; Justin Lecher <jlec@gentoo.org> abinit-5.3.4.ebuild,
+  abinit-5.4.4.ebuild, abinit-5.4.4-r1.ebuild:
+  Removal of fortran.eclass, #348851
 
   16 Jul 2010; Sébastien Fabbro <bicatali@gentoo.org> abinit-6.0.4.ebuild:
   Removed fortran eclass use. Now really use autotools, propagate mpi



1.2                  sci-physics/abinit/abinit-5.4.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/abinit-5.4.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/abinit-5.4.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/abinit-5.4.4-r1.ebuild?r1=1.1&r2=1.2

Index: abinit-5.4.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-5.4.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abinit-5.4.4-r1.ebuild	18 Dec 2009 01:26:24 -0000	1.1
+++ abinit-5.4.4-r1.ebuild	16 Dec 2010 15:38:07 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-5.4.4-r1.ebuild,v 1.1 2009/12/18 01:26:24 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-5.4.4-r1.ebuild,v 1.2 2010/12/16 15:38:07 jlec Exp $
 
-inherit fortran toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Find total energy, charge density and electronic structure using density functional theory"
 HOMEPAGE="http://www.abinit.org/"
@@ -18,14 +18,12 @@
 DEPEND="${RDEPEND}"
 
 # F90 code, g77 won't work
-FORTRAN="gfortran ifc"
 
 pkg_setup() {
-	fortran_pkg_setup
 
 	# Doesn't compile with gcc-4.0, only >=4.1
 	local diemsg="Requires gcc-4.1 or newer"
-	if [[ "${FORTRANC}" = "gfortran" ]]; then
+	if [[ "$(tc-getFC)" = "gfortran" ]]; then
 		if [[ $(gcc-major-version) -eq 4 ]] \
 			&& [[ $(gcc-minor-version) -lt 1  ]]; then
 				die "${diemsg}"
@@ -66,7 +64,7 @@
 		--with-cc-optflags="${CFLAGS}" \
 		--with-fc-optflags="${FFLAGS}" \
 		--with-fc-ldflags='-lpthread' \
-		FC="${FORTRANC}" \
+		FC="$(tc-getFC)" \
 		CC="$(tc-getCC)" \
 		LD="$(tc-getLD)" \
 		|| die "configure failed"



1.2                  sci-physics/abinit/abinit-5.4.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/abinit-5.4.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/abinit-5.4.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/abinit-5.4.4.ebuild?r1=1.1&r2=1.2

Index: abinit-5.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-5.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abinit-5.4.4.ebuild	5 Jul 2008 01:10:36 -0000	1.1
+++ abinit-5.4.4.ebuild	16 Dec 2010 15:38:07 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-5.4.4.ebuild,v 1.1 2008/07/05 01:10:36 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-5.4.4.ebuild,v 1.2 2010/12/16 15:38:07 jlec Exp $
 
-inherit fortran toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Find total energy, charge density and electronic structure using density functional theory"
 HOMEPAGE="http://www.abinit.org/"
@@ -18,14 +18,12 @@
 DEPEND="${RDEPEND}"
 
 # F90 code, g77 won't work
-FORTRAN="gfortran ifc"
 
 pkg_setup() {
-	fortran_pkg_setup
 
 	# Doesn't compile with gcc-4.0, only >=4.1
 	local diemsg="Requires gcc-4.1 or newer"
-	if [[ "${FORTRANC}" = "gfortran" ]]; then
+	if [[ "$(tc-getFC)" = "gfortran" ]]; then
 		if [[ $(gcc-major-version) -eq 4 ]] \
 			&& [[ $(gcc-minor-version) -lt 1  ]]; then
 				die "${diemsg}"
@@ -69,7 +67,7 @@
 		--with-c-optflags="${CFLAGS}" \
 		--with-fortran-optflags="${FFLAGS}" \
 		--with-fortran-ldflags='-lpthread' \
-		FC="${FORTRANC}" \
+		FC="$(tc-getFC)" \
 		CC="$(tc-getCC)" \
 		LD="$(tc-getLD)" \
 		|| die "configure failed"



1.2                  sci-physics/abinit/abinit-5.3.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/abinit-5.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/abinit-5.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/abinit/abinit-5.3.4.ebuild?r1=1.1&r2=1.2

Index: abinit-5.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-5.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abinit-5.3.4.ebuild	9 May 2007 06:47:17 -0000	1.1
+++ abinit-5.3.4.ebuild	16 Dec 2010 15:38:07 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-5.3.4.ebuild,v 1.1 2007/05/09 06:47:17 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-5.3.4.ebuild,v 1.2 2010/12/16 15:38:07 jlec Exp $
 
-inherit fortran toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Find total energy, charge density and electronic structure using density functional theory"
 HOMEPAGE="http://www.abinit.org/"
@@ -21,14 +21,12 @@
 DEPEND="${RDEPEND}"
 
 # F90 code, g77 won't work
-FORTRAN="gfortran ifc"
 
 pkg_setup() {
-	fortran_pkg_setup
 
 	# Doesn't compile with gcc-4.0, only >=4.1
 	local diemsg="Requires gcc-4.1 or newer"
-	if [[ "${FORTRANC}" = "gfortran" ]]; then
+	if [[ "$(tc-getFC)" = "gfortran" ]]; then
 		if [[ $(gcc-major-version) -eq 4 ]] \
 			&& [[ $(gcc-minor-version) -lt 1  ]]; then
 				die "${diemsg}"
@@ -61,7 +59,7 @@
 		--with-c-optflags="${CFLAGS}" \
 		--with-fortran-optflags="${FFLAGS}" \
 		--with-fortran-ldflags='-lpthread' \
-		FC="${FORTRANC}" \
+		FC="$(tc-getFC)" \
 		CC="$(tc-getCC)" \
 		|| die "configure failed"
 #		$(use_enable netcdf) \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-16 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 15:38 [gentoo-commits] gentoo-x86 commit in sci-physics/abinit: ChangeLog abinit-5.4.4-r1.ebuild abinit-5.4.4.ebuild abinit-5.3.4.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox