diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:21:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:21:20 +0000 |
commit | 75a585633501fea362f3108aff10872c5cae5acb (patch) | |
tree | 1d7d429262a7ea8bef0773bc9786a22ea8a462d9 /sci-libs/cbflib | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-75a585633501fea362f3108aff10872c5cae5acb.tar.gz gentoo-2-75a585633501fea362f3108aff10872c5cae5acb.tar.bz2 gentoo-2-75a585633501fea362f3108aff10872c5cae5acb.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cbflib')
-rw-r--r-- | sci-libs/cbflib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.8.1-r7.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.9.0-r3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-libs/cbflib/ChangeLog b/sci-libs/cbflib/ChangeLog index fe5de613b6d2..ee9ed42f8950 100644 --- a/sci-libs/cbflib/ChangeLog +++ b/sci-libs/cbflib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cbflib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.15 2011/01/16 10:54:32 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.16 2011/06/21 08:21:20 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cbflib-0.8.1-r7.ebuild, + cbflib-0.9.0-r3.ebuild: + Added fortran-2.eclass support 16 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> cbflib-0.9.0-r3.ebuild: diff --git a/sci-libs/cbflib/cbflib-0.8.1-r7.ebuild b/sci-libs/cbflib/cbflib-0.8.1-r7.ebuild index 1a646a3dfe4b..83974a48466d 100644 --- a/sci-libs/cbflib/cbflib-0.8.1-r7.ebuild +++ b/sci-libs/cbflib/cbflib-0.8.1-r7.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-libs/cbflib/cbflib-0.8.1-r7.ebuild,v 1.1 2010/03/31 20:25:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r7.ebuild,v 1.2 2011/06/21 08:21:20 jlec Exp $ EAPI="3" -inherit eutils flag-o-matic toolchain-funcs +inherit eutils fortran-2 flag-o-matic toolchain-funcs MY_P1="CBFlib-${PV}" MY_P2="CBFlib_${PV}" diff --git a/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild b/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild index ddf442268f31..1c5272ce95e5 100644 --- a/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild,v 1.3 2011/01/16 10:54:32 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0-r3.ebuild,v 1.4 2011/06/21 08:21:20 jlec Exp $ EAPI="3" @@ -8,7 +8,7 @@ PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" -inherit distutils eutils flag-o-matic toolchain-funcs +inherit distutils eutils fortran-2 flag-o-matic toolchain-funcs PYTHON_MODNAME="pycbf.py" MY_P1="CBFlib-${PV}" |