From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-355918-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QYzZm-0008Fd-A2 for garchives@archives.gentoo.org; Tue, 21 Jun 2011 11:57:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 514E41C208; Tue, 21 Jun 2011 11:54:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 205FE1C202 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2011 11:54:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A22891B403B for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2011 11:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 09B258001E for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2011 11:54:18 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <3234b73658b1bc441f03f63267f1ab82004a7c32.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpich2/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/mpich2/ChangeLog sys-cluster/mpich2/mpich2-1.2.1_p1-r2.ebuild sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild X-VCS-Directories: sys-cluster/mpich2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3234b73658b1bc441f03f63267f1ab82004a7c32 Date: Tue, 21 Jun 2011 11:54:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4ec55cfca2f3f13b4a54741e07d47ddb commit: 3234b73658b1bc441f03f63267f1ab82004a7c32 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Jun 21 11:18:44 2011 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 11:18:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D3234b736 Added fortran-2.eclass support (Portage version: 2.2.0_alpha41/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key 70EB7916) --- sys-cluster/mpich2/ChangeLog | 4 ++++ sys-cluster/mpich2/mpich2-1.2.1_p1-r2.ebuild | 3 ++- sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog index dd19de2..a50bc00 100644 --- a/sys-cluster/mpich2/ChangeLog +++ b/sys-cluster/mpich2/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mpich2-1.2.1_p1-r2.ebuild= , + mpich2-1.4_rc2-r1.ebuild: + Added fortran-2.eclass support + *mpich2-1.4_rc2-r1 (12 Jun 2011) =20 12 Jun 2011; Justin Bronder <jsbronder@gentoo.org> -mpich2-1.4_rc2.ebu= ild, diff --git a/sys-cluster/mpich2/mpich2-1.2.1_p1-r2.ebuild b/sys-cluster/m= pich2/mpich2-1.2.1_p1-r2.ebuild index ae50b11..29a861d 100644 --- a/sys-cluster/mpich2/mpich2-1.2.1_p1-r2.ebuild +++ b/sys-cluster/mpich2/mpich2-1.2.1_p1-r2.ebuild @@ -5,7 +5,7 @@ EAPI=3D2 PYTHON_DEPEND=3D"2" =20 -inherit eutils python mpi toolchain-funcs +inherit eutils fortran-2 python mpi toolchain-funcs =20 MY_PV=3D${PV/_/} DESCRIPTION=3D"MPICH2 - A portable MPI implementation" @@ -32,6 +32,7 @@ RDEPEND=3D"${COMMON_DEPEND}" S=3D"${WORKDIR}"/${PN}-${MY_PV} =20 pkg_setup() { + fortran-2_pkg_setup python_set_active_version 2 python_pkg_setup =20 diff --git a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild b/sys-cluster/mp= ich2/mpich2-1.4_rc2-r1.ebuild index ddfe4b5..5ece5d5 100644 --- a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild +++ b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild @@ -3,7 +3,7 @@ # $Header: $ =20 EAPI=3D2 -inherit eutils mpi toolchain-funcs autotools +inherit eutils fortran-2 mpi toolchain-funcs autotools =20 MY_PV=3D${PV/_/} DESCRIPTION=3D"MPICH2 - A portable MPI implementation" @@ -29,6 +29,7 @@ RDEPEND=3D"${COMMON_DEPEND}" S=3D"${WORKDIR}"/${PN}-${MY_PV} =20 pkg_setup() { + fortran-2_pkg_setup MPI_ESELECT_FILE=3D"eselect.mpi.mpich2" =20 if use mpi-threads && ! use threads; then