diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:23:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:23:14 +0000 |
commit | a00ecfbae4055a712220db84cc87a23b9da84341 (patch) | |
tree | b4119c3310a38f15dbda98642fca75a665ba90e3 /sci-libs/cgcode | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-a00ecfbae4055a712220db84cc87a23b9da84341.tar.gz gentoo-2-a00ecfbae4055a712220db84cc87a23b9da84341.tar.bz2 gentoo-2-a00ecfbae4055a712220db84cc87a23b9da84341.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cgcode')
-rw-r--r-- | sci-libs/cgcode/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/cgcode/cgcode-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/cgcode/ChangeLog b/sci-libs/cgcode/ChangeLog index 585fca17e2bd..2029f190c1e3 100644 --- a/sci-libs/cgcode/ChangeLog +++ b/sci-libs/cgcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cgcode -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/ChangeLog,v 1.3 2010/12/16 14:29:57 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/ChangeLog,v 1.4 2011/06/21 08:23:14 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cgcode-1.0.ebuild: + Added fortran-2.eclass support 16 Dec 2010; Justin Lecher <jlec@gentoo.org> cgcode-1.0.ebuild: Removal of fortran.eclass, #348851 diff --git a/sci-libs/cgcode/cgcode-1.0.ebuild b/sci-libs/cgcode/cgcode-1.0.ebuild index df42a7418186..a51d3c832405 100644 --- a/sci-libs/cgcode/cgcode-1.0.ebuild +++ b/sci-libs/cgcode/cgcode-1.0.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/cgcode/cgcode-1.0.ebuild,v 1.3 2010/12/16 14:29:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/cgcode-1.0.ebuild,v 1.4 2011/06/21 08:23:14 jlec Exp $ EAPI="3" -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DESCRIPTION="Conjugate gradient Codes for large sparse linear systems" HOMEPAGE="http://fetk.org/codes/cgcode/index.html" |