public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/lam-mpi: ChangeLog lam-mpi-7.1.4-r1.ebuild
Date: Thu, 16 Dec 2010 15:52:03 +0000 (UTC)	[thread overview]
Message-ID: <20101216155203.D531120054@flycatcher.gentoo.org> (raw)

jlec        10/12/16 15:52:03

  Modified:             ChangeLog lam-mpi-7.1.4-r1.ebuild
  Log:
  Removal of fortran.eclass, #348851
  
  (Portage version: 2.2.0_alpha8/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 sys-cluster/lam-mpi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/lam-mpi/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/lam-mpi/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/lam-mpi/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	2 May 2010 23:14:10 -0000	1.83
+++ ChangeLog	16 Dec 2010 15:52:03 -0000	1.84
@@ -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.83 2010/05/02 23:14:10 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.84 2010/12/16 15:52:03 jlec Exp $
+
+  16 Dec 2010; Justin Lecher <jlec@gentoo.org> lam-mpi-7.1.4-r1.ebuild:
+  Removal of fortran.eclass, #348851
 
   02 May 2010; Jonathan Callen <abcd@gentoo.org> lam-mpi-7.1.4-r1.ebuild:
   Bump to EAPI-3, add prefix support & keywords



1.13                 sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild?r1=1.12&r2=1.13

Index: lam-mpi-7.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- lam-mpi-7.1.4-r1.ebuild	2 May 2010 23:14:10 -0000	1.12
+++ lam-mpi-7.1.4-r1.ebuild	16 Dec 2010 15:52:03 -0000	1.13
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 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.12 2010/05/02 23:14:10 abcd Exp $
+# $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 $
 
 EAPI="3"
 
-inherit autotools eutils fortran flag-o-matic multilib portability
+inherit autotools eutils flag-o-matic multilib portability toolchain-funcs
 
 IUSE="crypt pbs fortran xmpi romio examples"
 
@@ -72,7 +72,6 @@
 	elog "implementation, http://www.openmpi.org"
 	elog "  ---From the lam-mpi hompage.  Please consider upgrading."
 	einfo
-	# fortran_pkg_setup should -not- be run here.
 }
 
 src_configure() {
@@ -98,12 +97,6 @@
 	# in the current tree.
 	rm -rf "${S}"/share/ssi/boot/{bproc,globus,slurm}
 
-	if use fortran; then
-		fortran_pkg_setup
-		# this is NOT in pkg_setup as it is NOT needed for RDEPEND right away it
-		# can be installed after merging from binary, and still have things fine
-	fi
-
 	# Disable totalview, see #245439 and #276194
 	econf \
 		--with-ltdl-include="${EPREFIX}"/usr/include \
@@ -115,7 +108,7 @@
 		--with-threads=posix \
 		--disable-tv \
 		$(use_with romio) \
-		$(use_with fortran fc "${FORTRANC}") \
+		$(use_with fortran fc "$(tc-getFC)") \
 		${myconf}
 }
 






             reply	other threads:[~2010-12-16 15:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-16 15:52 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-21 14:24 [gentoo-commits] gentoo-x86 commit in sys-cluster/lam-mpi: ChangeLog lam-mpi-7.1.4-r1.ebuild Justin Lecher (jlec)
2011-06-21  9:56 Justin Lecher (jlec)
2010-05-02 23:14 Jonathan Callen (abcd)
2009-12-06  3:50 Justin Bronder (jsbronder)
2009-11-06 16:30 Jeroen Roovers (jer)
2009-09-13 17:49 Raul Porcel (armin76)
2009-08-29 17:31 Gysbert Wassenaar (nixnut)
2009-08-02 13:52 Markus Meier (maekke)
2009-07-16  0:24 Christian Faulhammer (fauli)
2009-07-15 16:36 Justin Bronder (jsbronder)
2009-07-10 23:41 Justin Bronder (jsbronder)
2009-03-02 20:26 Brent Baude (ranger)
2009-01-26 15:12 Justin Bronder (jsbronder)
2009-01-25 21:01 Justin Bronder (jsbronder)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101216155203.D531120054@flycatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox