diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:59:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:59:44 +0000 |
commit | ef788d0b8276bd6e8c3eb710817e56c158a0e1a2 (patch) | |
tree | d532f84e6abf8877dbb254aaa3c79ecfc485c192 /sci-physics | |
parent | Version bump beta, removed deprecated (diff) | |
download | historical-ef788d0b8276bd6e8c3eb710817e56c158a0e1a2.tar.gz historical-ef788d0b8276bd6e8c3eb710817e56c158a0e1a2.tar.bz2 historical-ef788d0b8276bd6e8c3eb710817e56c158a0e1a2.zip |
Added fortran-2.eclass support
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-physics')
21 files changed, 76 insertions, 43 deletions
diff --git a/sci-physics/abinit/ChangeLog b/sci-physics/abinit/ChangeLog index 741fc2fb554d..cfe438f52dee 100644 --- a/sci-physics/abinit/ChangeLog +++ b/sci-physics/abinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/abinit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/ChangeLog,v 1.14 2011/01/18 16:38:15 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/ChangeLog,v 1.15 2011/06/21 09:54:58 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> abinit-6.0.4.ebuild: + Added fortran-2.eclass support 18 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> -abinit-5.3.4.ebuild, -abinit-5.4.4.ebuild, -abinit-5.4.4-r1.ebuild, diff --git a/sci-physics/abinit/abinit-6.0.4.ebuild b/sci-physics/abinit/abinit-6.0.4.ebuild index 294ac2e90d2d..a16a5be6a588 100644 --- a/sci-physics/abinit/abinit-6.0.4.ebuild +++ b/sci-physics/abinit/abinit-6.0.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-6.0.4.ebuild,v 1.2 2010/07/16 22:27:55 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/abinit/abinit-6.0.4.ebuild,v 1.3 2011/06/21 09:54:58 jlec Exp $ EAPI="3" -inherit eutils toolchain-funcs autotools +inherit eutils fortran-2 toolchain-funcs autotools DESCRIPTION="Find total energy, charge density and electronic structure using density functional theory" HOMEPAGE="http://www.abinit.org/" @@ -21,6 +21,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { + fortran-2_pkg_setup # Doesn't compile with gcc-4.0, only >=4.1 if [[ $(tc-getFC) == *gfortran ]]; then if [[ $(gcc-major-version) -eq 4 ]] \ diff --git a/sci-physics/camfr/ChangeLog b/sci-physics/camfr/ChangeLog index a31bfadc3923..01776e63b7c0 100644 --- a/sci-physics/camfr/ChangeLog +++ b/sci-physics/camfr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/camfr -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v 1.19 2010/11/15 15:57:03 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v 1.20 2011/06/21 09:59:44 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> camfr-20070717-r2.ebuild: + Added fortran-2.eclass support 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -camfr-20070717-r1.ebuild: diff --git a/sci-physics/camfr/camfr-20070717-r2.ebuild b/sci-physics/camfr/camfr-20070717-r2.ebuild index 4b8e070b4112..b1651580dc01 100644 --- a/sci-physics/camfr/camfr-20070717-r2.ebuild +++ b/sci-physics/camfr/camfr-20070717-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/camfr-20070717-r2.ebuild,v 1.2 2010/06/25 22:37:22 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/camfr-20070717-r2.ebuild,v 1.3 2011/06/21 09:59:44 jlec Exp $ EAPI=2 @@ -8,7 +8,7 @@ PYTHON_DEPEND="2" PYTHON_USE_WITH="tk" SUPPORT_PYTHON_ABIS="1" -inherit eutils distutils toolchain-funcs +inherit eutils fortran-2 distutils toolchain-funcs DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="true" diff --git a/sci-physics/cernlib-montecarlo/ChangeLog b/sci-physics/cernlib-montecarlo/ChangeLog index 1058b3700944..e12db254a64b 100644 --- a/sci-physics/cernlib-montecarlo/ChangeLog +++ b/sci-physics/cernlib-montecarlo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/cernlib-montecarlo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.13 2010/10/10 21:52:59 ulm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.14 2011/06/21 09:54:24 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> + cernlib-montecarlo-2006-r2.ebuild: + Added fortran-2.eclass support 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> cernlib-montecarlo-2006-r2.ebuild: diff --git a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild index 47eed7c5404f..738d0b864b77 100644 --- a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild +++ b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild,v 1.6 2010/10/10 21:52:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r2.ebuild,v 1.7 2011/06/21 09:54:24 jlec Exp $ EAPI=2 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DEB_PN=mclibs DEB_PV=${PV}.dfsg.2 diff --git a/sci-physics/cernlib/ChangeLog b/sci-physics/cernlib/ChangeLog index 601f8525b751..c5dec83c46b6 100644 --- a/sci-physics/cernlib/ChangeLog +++ b/sci-physics/cernlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/cernlib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/ChangeLog,v 1.24 2011/01/30 21:52:38 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/ChangeLog,v 1.25 2011/06/21 09:53:08 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cernlib-2006-r3.ebuild: + Added fortran-2.eclass support 30 Jan 2011; Sébastien Fabbro <bicatali@gentoo.org> cernlib-2006-r3.ebuild, +files/cernlib-2006-fgets.patch: diff --git a/sci-physics/cernlib/cernlib-2006-r3.ebuild b/sci-physics/cernlib/cernlib-2006-r3.ebuild index c5234cec00e3..341798f26251 100644 --- a/sci-physics/cernlib/cernlib-2006-r3.ebuild +++ b/sci-physics/cernlib/cernlib-2006-r3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006-r3.ebuild,v 1.9 2011/01/30 21:52:38 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006-r3.ebuild,v 1.10 2011/06/21 09:53:08 jlec Exp $ EAPI=3 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DEB_PN=cernlib DEB_PV=${PV}.dfsg.2 diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog index 6083de7f2d5b..ff917bde21ee 100644 --- a/sci-physics/geant/ChangeLog +++ b/sci-physics/geant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/geant # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.49 2011/06/07 16:05:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.50 2011/06/21 09:54:14 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> geant-3.21.14-r2.ebuild, + geant-4.9.2_p02.ebuild, geant-4.9.3_p02-r1.ebuild, geant-4.9.4_p01.ebuild: + Added fortran-2.eclass support 07 Jun 2011; Jeroen Roovers <jer@gentoo.org> geant-3.21.14-r2.ebuild, geant-4.9.2_p02.ebuild, geant-4.9.3_p02-r1.ebuild, geant-4.9.4_p01.ebuild: diff --git a/sci-physics/geant/geant-3.21.14-r2.ebuild b/sci-physics/geant/geant-3.21.14-r2.ebuild index 4596628ee99b..2a08054ff6e4 100644 --- a/sci-physics/geant/geant-3.21.14-r2.ebuild +++ b/sci-physics/geant/geant-3.21.14-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild,v 1.17 2011/06/07 16:05:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-3.21.14-r2.ebuild,v 1.18 2011/06/21 09:54:14 jlec Exp $ EAPI=2 -inherit eutils +inherit eutils fortran-2 DEB_PN=geant321 DEB_PV=${PV}.dfsg diff --git a/sci-physics/geant/geant-4.9.2_p02.ebuild b/sci-physics/geant/geant-4.9.2_p02.ebuild index a3c54fdd9c6d..ddbfa57be271 100644 --- a/sci-physics/geant/geant-4.9.2_p02.ebuild +++ b/sci-physics/geant/geant-4.9.2_p02.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.2_p02.ebuild,v 1.12 2011/06/07 16:05:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.2_p02.ebuild,v 1.13 2011/06/21 09:54:14 jlec Exp $ EAPI=2 -inherit eutils versionator toolchain-funcs +inherit eutils fortran-2 versionator toolchain-funcs PV1=$(get_version_component_range 1 ${PV}) PV2=$(get_version_component_range 2 ${PV}) @@ -50,6 +50,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" pkg_setup() { + fortran-2_pkg_setup eval unset ${!G4*} } diff --git a/sci-physics/geant/geant-4.9.3_p02-r1.ebuild b/sci-physics/geant/geant-4.9.3_p02-r1.ebuild index f8a40e11dc08..05ff697cbfaa 100644 --- a/sci-physics/geant/geant-4.9.3_p02-r1.ebuild +++ b/sci-physics/geant/geant-4.9.3_p02-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.3_p02-r1.ebuild,v 1.4 2011/06/07 16:05:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.3_p02-r1.ebuild,v 1.5 2011/06/21 09:54:14 jlec Exp $ EAPI=3 -inherit eutils versionator toolchain-funcs +inherit eutils fortran-2 versionator toolchain-funcs PV1=$(get_version_component_range 1 ${PV}) PV2=$(get_version_component_range 2 ${PV}) @@ -51,6 +51,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" pkg_setup() { + fortran-2_pkg_setup eval unset ${!G4*} tc-export CXX CC } diff --git a/sci-physics/geant/geant-4.9.4_p01.ebuild b/sci-physics/geant/geant-4.9.4_p01.ebuild index 3b3c1430642e..09833a951db3 100644 --- a/sci-physics/geant/geant-4.9.4_p01.ebuild +++ b/sci-physics/geant/geant-4.9.4_p01.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p01.ebuild,v 1.3 2011/06/07 16:05:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.4_p01.ebuild,v 1.4 2011/06/21 09:54:14 jlec Exp $ EAPI=3 -inherit cmake-utils versionator eutils +inherit cmake-utils fortran-2 versionator eutils fortran-2 PV1=$(get_version_component_range 1 ${PV}) PV2=$(get_version_component_range 2 ${PV}) diff --git a/sci-physics/paw/ChangeLog b/sci-physics/paw/ChangeLog index 3e5285b95e4d..5eff685a0511 100644 --- a/sci-physics/paw/ChangeLog +++ b/sci-physics/paw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/paw -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.20 2010/10/10 21:55:59 ulm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.21 2011/06/21 09:55:33 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> paw-2.14.04-r2.ebuild: + Added fortran-2.eclass support 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> paw-2.14.04-r2.ebuild: Fix openmotif dependency. diff --git a/sci-physics/paw/paw-2.14.04-r2.ebuild b/sci-physics/paw/paw-2.14.04-r2.ebuild index 310aeac6b048..95eafb0271a1 100644 --- a/sci-physics/paw/paw-2.14.04-r2.ebuild +++ b/sci-physics/paw/paw-2.14.04-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.18 2010/10/10 21:55:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.19 2011/06/21 09:55:33 jlec Exp $ EAPI=2 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DEB_PN=paw DEB_PV=${PV}.dfsg.2 diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index cb3a8570414f..bb7cb3bd9acf 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/root # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.86 2011/06/06 01:31:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.87 2011/06/21 09:55:10 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> root-5.26.00-r2.ebuild, + root-5.26.00e-r1.ebuild, root-5.28.00d.ebuild: + Added fortran-2.eclass support 06 Jun 2011; Jeroen Roovers <jer@gentoo.org> root-5.26.00-r2.ebuild, root-5.26.00e-r1.ebuild: diff --git a/sci-physics/root/root-5.26.00-r2.ebuild b/sci-physics/root/root-5.26.00-r2.ebuild index a70bb601aa02..4dcfcbe91f8f 100644 --- a/sci-physics/root/root-5.26.00-r2.ebuild +++ b/sci-physics/root/root-5.26.00-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r2.ebuild,v 1.11 2011/06/06 01:31:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r2.ebuild,v 1.12 2011/06/21 09:55:10 jlec Exp $ EAPI=2 -inherit versionator eutils qt4 elisp-common fdo-mime toolchain-funcs flag-o-matic +inherit versionator eutils fortran-2 qt4 elisp-common fdo-mime toolchain-funcs flag-o-matic DOC_PV=$(get_major_version)_$(get_version_component_range 2) ROOFIT_DOC_PV=2.91-33 @@ -75,6 +75,7 @@ RDEPEND="${CDEPEND} S="${WORKDIR}/${PN}" pkg_setup() { + fortran-2_pkg_setup elog elog "You may want to build ROOT with these non Gentoo extra packages:" elog "AliEn, castor, Chirp, dCache, gfal, gLite, Globus," diff --git a/sci-physics/root/root-5.26.00e-r1.ebuild b/sci-physics/root/root-5.26.00e-r1.ebuild index fc9b236805e9..096d212b2e0c 100644 --- a/sci-physics/root/root-5.26.00e-r1.ebuild +++ b/sci-physics/root/root-5.26.00e-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00e-r1.ebuild,v 1.8 2011/06/06 01:31:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00e-r1.ebuild,v 1.9 2011/06/21 09:55:10 jlec Exp $ EAPI=3 PYTHON_DEPEND="python? 2" -inherit versionator eutils elisp-common fdo-mime python toolchain-funcs +inherit versionator eutils fortran-2 elisp-common fdo-mime python toolchain-funcs DOC_PV=$(get_major_version)_$(get_version_component_range 2) ROOFIT_DOC_PV=2.91-33 @@ -76,6 +76,7 @@ RDEPEND="${CDEPEND} S="${WORKDIR}/${PN}" pkg_setup() { + fortran-2_pkg_setup elog elog "You may want to build ROOT with these non Gentoo extra packages:" elog "AliEn, castor, Chirp, dCache, gfal, gLite, Globus," diff --git a/sci-physics/root/root-5.28.00d.ebuild b/sci-physics/root/root-5.28.00d.ebuild index 88f61826b493..56e268795b9c 100644 --- a/sci-physics/root/root-5.28.00d.ebuild +++ b/sci-physics/root/root-5.28.00d.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.28.00d.ebuild,v 1.1 2011/05/17 18:14:04 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.28.00d.ebuild,v 1.2 2011/06/21 09:55:10 jlec Exp $ EAPI=3 PYTHON_DEPEND="python? 2" -inherit versionator eutils elisp-common fdo-mime python toolchain-funcs flag-o-matic +inherit versionator eutils fortran-2 elisp-common fdo-mime python toolchain-funcs flag-o-matic #DOC_PV=$(get_major_version)_$(get_version_component_range 2) DOC_PV=5_26 @@ -82,6 +82,7 @@ RDEPEND="${CDEPEND} S="${WORKDIR}/${PN}" pkg_setup() { + fortran-2_pkg_setup elog elog "There are extra options on packages not yet in Gentoo:" elog "AliEn, castor, Chirp, dCache, gfal, gLite, Globus," diff --git a/sci-physics/xfoil/ChangeLog b/sci-physics/xfoil/ChangeLog index ebc7f23d77e5..5730bfd3c12c 100644 --- a/sci-physics/xfoil/ChangeLog +++ b/sci-physics/xfoil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/xfoil -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/xfoil/ChangeLog,v 1.14 2010/07/16 21:56:01 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/xfoil/ChangeLog,v 1.15 2011/06/21 09:55:39 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> xfoil-6.97.ebuild: + Added fortran-2.eclass support 16 Jul 2010; Sébastien Fabbro <bicatali@gentoo.org> xfoil-6.97.ebuild: Remove fortran eclass use, switched to EAPI3 diff --git a/sci-physics/xfoil/xfoil-6.97.ebuild b/sci-physics/xfoil/xfoil-6.97.ebuild index 0370b7cf2af5..c8642e13c4e8 100644 --- a/sci-physics/xfoil/xfoil-6.97.ebuild +++ b/sci-physics/xfoil/xfoil-6.97.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/xfoil/xfoil-6.97.ebuild,v 1.6 2010/07/16 21:56:01 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/xfoil/xfoil-6.97.ebuild,v 1.7 2011/06/21 09:55:39 jlec Exp $ EAPI=3 -inherit eutils +inherit eutils fortran-2 DESCRIPTION="Design and analysis of subsonic isolated airfoils" HOMEPAGE="http://raphael.mit.edu/xfoil/" |