diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:39:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:39:59 +0000 |
commit | e990c0ca52639a3e60cb6a61774248d994584781 (patch) | |
tree | c97cdcf65a09ea87bb6844bf4a46e02801e9db1c /sci-libs/mc | |
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/mc')
-rw-r--r-- | sci-libs/mc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/mc/mc-1.4.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/mc/mc-1.5.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/mc/ChangeLog b/sci-libs/mc/ChangeLog index c1c7a46be5cb..bf4759c9cab1 100644 --- a/sci-libs/mc/ChangeLog +++ b/sci-libs/mc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/mc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mc/ChangeLog,v 1.3 2011/04/16 07:45:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mc/ChangeLog,v 1.4 2011/06/21 08:32:11 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mc-1.4.ebuild, mc-1.5.ebuild: + Added fortran-2.eclass support *mc-1.5 (16 Apr 2011) diff --git a/sci-libs/mc/mc-1.4.ebuild b/sci-libs/mc/mc-1.4.ebuild index e55edf5a0804..8631fe13b092 100644 --- a/sci-libs/mc/mc-1.4.ebuild +++ b/sci-libs/mc/mc-1.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-libs/mc/mc-1.4.ebuild,v 1.2 2010/11/02 09:15:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mc/mc-1.4.ebuild,v 1.3 2011/06/21 08:32:11 jlec Exp $ EAPI="2" -inherit autotools eutils multilib +inherit autotools eutils fortran-2 multilib DESCRIPTION="2D/3D AFEM code for nonlinear geometric PDE" HOMEPAGE="http://fetk.org/codes/mc/index.html" diff --git a/sci-libs/mc/mc-1.5.ebuild b/sci-libs/mc/mc-1.5.ebuild index f0c3c3012748..6075bb45552c 100644 --- a/sci-libs/mc/mc-1.5.ebuild +++ b/sci-libs/mc/mc-1.5.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-libs/mc/mc-1.5.ebuild,v 1.1 2011/04/16 07:45:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mc/mc-1.5.ebuild,v 1.2 2011/06/21 08:32:11 jlec Exp $ EAPI="2" -inherit autotools eutils multilib +inherit autotools eutils fortran-2 multilib DESCRIPTION="2D/3D AFEM code for nonlinear geometric PDE" HOMEPAGE="http://fetk.org/codes/mc/index.html" |