diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:56:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:56:37 +0000 |
commit | 8da8935bf49146d3e966de93769e4bb34a859516 (patch) | |
tree | f758e54af6f20bf8122dafda566ec2e63ffddab4 /sys-cluster/lam-mpi | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-8da8935bf49146d3e966de93769e4bb34a859516.tar.gz gentoo-2-8da8935bf49146d3e966de93769e4bb34a859516.tar.bz2 gentoo-2-8da8935bf49146d3e966de93769e4bb34a859516.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/lam-mpi')
-rw-r--r-- | sys-cluster/lam-mpi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-cluster/lam-mpi/ChangeLog b/sys-cluster/lam-mpi/ChangeLog index 84e216a27ea8..874a43553d26 100644 --- a/sys-cluster/lam-mpi/ChangeLog +++ b/sys-cluster/lam-mpi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/lam-mpi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.84 2010/12/16 15:52:03 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.85 2011/06/21 09:56:37 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> lam-mpi-7.1.4-r1.ebuild: + Added fortran-2.eclass support 16 Dec 2010; Justin Lecher <jlec@gentoo.org> lam-mpi-7.1.4-r1.ebuild: Removal of fortran.eclass, #348851 diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild index a8588e1101e3..edc039bc5583 100644 --- a/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild +++ b/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.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/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild,v 1.13 2010/12/16 15:52:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild,v 1.14 2011/06/21 09:56:37 jlec Exp $ EAPI="3" -inherit autotools eutils flag-o-matic multilib portability toolchain-funcs +inherit autotools eutils fortran-2 flag-o-matic multilib portability toolchain-funcs IUSE="crypt pbs fortran xmpi romio examples" @@ -64,6 +64,7 @@ src_prepare() { } pkg_setup() { + fortran-2_pkg_setup einfo elog "LAM/MPI is now in a maintenance mode. Bug fixes and critical patches" elog "are still being applied, but little real new work is happening in" |