diff options
author | 2011-06-21 08:39:59 +0000 | |
---|---|---|
committer | 2011-06-21 08:39:59 +0000 | |
commit | e990c0ca52639a3e60cb6a61774248d994584781 (patch) | |
tree | c97cdcf65a09ea87bb6844bf4a46e02801e9db1c /sci-libs/cgcode | |
parent | version bump (diff) | |
download | historical-e990c0ca52639a3e60cb6a61774248d994584781.tar.gz historical-e990c0ca52639a3e60cb6a61774248d994584781.tar.bz2 historical-e990c0ca52639a3e60cb6a61774248d994584781.zip |
Added fortran-2.eclass support
Package-Manager: portage-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" |