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 ) id 1QYzZf-0008Cu-Vp for garchives@archives.gentoo.org; Tue, 21 Jun 2011 11:56:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 228A41C203; Tue, 21 Jun 2011 11:54:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE2331C1EE for ; Tue, 21 Jun 2011 11:54:18 +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 72B272AC025 for ; 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 D11D28003C for ; Tue, 21 Jun 2011 11:54:17 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <086c83a265ba5da60a3573154bd8c30b06c8cd81.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpe2/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/mpe2/ChangeLog sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild X-VCS-Directories: sys-cluster/mpe2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 086c83a265ba5da60a3573154bd8c30b06c8cd81 Date: Tue, 21 Jun 2011 11:54:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 70f3b607b4c22396fbfff86d72ddf5cf commit: 086c83a265ba5da60a3573154bd8c30b06c8cd81 Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 21 11:17:43 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 21 11:17:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D086c83a2 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/mpe2/ChangeLog | 5 ++++- sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sys-cluster/mpe2/ChangeLog b/sys-cluster/mpe2/ChangeLog index 492e818..9db3fa6 100644 --- a/sys-cluster/mpe2/ChangeLog +++ b/sys-cluster/mpe2/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sys-cluster/mpe2 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 21 Jun 2011; Justin Lecher mpe2-1.0.6_p1.ebuild: + Added fortran-2.eclass support + 16 Dec 2010; Justin Lecher mpe2-1.0.6_p1.ebuild: Removal of fortran.eclass, #348851 =20 diff --git a/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild b/sys-cluster/mpe2/mpe= 2-1.0.6_p1.ebuild index dfe639d..5c3c53c 100644 --- a/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild +++ b/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 MPI_PKG_NEED_IMPS=3D"openmpi mpich2" -inherit eutils java-utils-2 mpi + +inherit eutils fortran-2 java-utils-2 mpi =20 MY_P=3D${P/_/} DESCRIPTION=3D"MPI development tools" @@ -36,6 +37,7 @@ MPE_IMP=3D"" # correctly in preperation. =20 pkg_setup() { + fortran-2_pkg_setup local i =20 MPE_IMP=3D$(mpi_pkg_base_imp)