summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-16 18:43:14 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-16 18:43:14 +0000
commit1f5a02f6de32b337cacacad0ddc2bafcd98c4af5 (patch)
treeaf4ac57a4c1a85cbdbcfab2c1c93c2dbcb6d850e /sys-cluster/mpich2
parentsys-cluster/openmpi: Remove virtual/fortran and always call fortran-2_pkg_set... (diff)
downloadgentoo-2-1f5a02f6de32b337cacacad0ddc2bafcd98c4af5.tar.gz
gentoo-2-1f5a02f6de32b337cacacad0ddc2bafcd98c4af5.tar.bz2
gentoo-2-1f5a02f6de32b337cacacad0ddc2bafcd98c4af5.zip
sys-cluster/mpich2: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sys-cluster/mpich2')
-rw-r--r--sys-cluster/mpich2/ChangeLog7
-rw-r--r--sys-cluster/mpich2/metadata.xml18
-rw-r--r--sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild3
-rw-r--r--sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild3
-rw-r--r--sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild3
5 files changed, 18 insertions, 16 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog
index a8839fdb7550..efa9369e651d 100644
--- a/sys-cluster/mpich2/ChangeLog
+++ b/sys-cluster/mpich2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/mpich2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.79 2012/10/14 19:35:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.80 2012/10/16 18:43:14 jlec Exp $
+
+ 16 Oct 2012; Justin Lecher <jlec@gentoo.org> mpich2-1.2.1_p1-r1.ebuild,
+ mpich2-1.4_rc2-r1.ebuild, mpich2-1.4.1_p1.ebuild, metadata.xml:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
14 Oct 2012; Justin Lecher <jlec@gentoo.org> mpich2-1.2.1_p1-r1.ebuild,
mpich2-1.4.1_p1.ebuild, mpich2-1.4_rc2-r1.ebuild:
diff --git a/sys-cluster/mpich2/metadata.xml b/sys-cluster/mpich2/metadata.xml
index 7958de4efeeb..9d7273bf3684 100644
--- a/sys-cluster/mpich2/metadata.xml
+++ b/sys-cluster/mpich2/metadata.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>cluster</herd>
-<maintainer>
- <email>jsbronder@gentoo.org</email>
- <name>Justin Bronder</name>
-</maintainer>
-<use>
- <flag name='romio'>Enable romio, a high-performance portable MPI-IO
+ <herd>cluster</herd>
+ <maintainer>
+ <email>jsbronder@gentoo.org</email>
+ <name>Justin Bronder</name>
+ </maintainer>
+ <use>
+ <flag name="romio">Enable romio, a high-performance portable MPI-IO
implementation</flag>
- <flag name='mpi-threads'>Enable MPI_THREAD_MULTIPLE</flag>
-</use>
+ <flag name="mpi-threads">Enable MPI_THREAD_MULTIPLE</flag>
+ </use>
</pkgmetadata>
diff --git a/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild b/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild
index 5bd0a5976715..91f6bcb08c25 100644
--- a/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild,v 1.15 2012/10/14 19:35:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild,v 1.16 2012/10/16 18:43:14 jlec Exp $
EAPI=2
@@ -27,7 +27,6 @@ DEPEND="${COMMON_DEPEND}
sys-devel/libtool"
RDEPEND="
- fortran? ( virtual/fortran )
${COMMON_DEPEND}
!media-sound/mpd
!sys-cluster/openmpi"
diff --git a/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild b/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild
index 751c7b70aa6b..f1d1e0be5246 100644
--- a/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild,v 1.5 2012/10/14 19:35:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild,v 1.6 2012/10/16 18:43:14 jlec Exp $
EAPI=4
@@ -27,7 +27,6 @@ DEPEND="${COMMON_DEPEND}
sys-devel/libtool"
RDEPEND="${COMMON_DEPEND}
- fortran? ( virtual/fortran )
!sys-cluster/openmpi"
S="${WORKDIR}"/${PN}-${MY_PV}
diff --git a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
index 4b43a0db73c3..1db33e008ee6 100644
--- a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild,v 1.8 2012/10/14 19:35:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild,v 1.9 2012/10/16 18:43:14 jlec Exp $
EAPI=2
@@ -27,7 +27,6 @@ DEPEND="${COMMON_DEPEND}
sys-devel/libtool"
RDEPEND="
- fortran? ( virtual/fortran )
${COMMON_DEPEND}
!sys-cluster/openmpi"