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 1QYzZa-00087j-6e for garchives@archives.gentoo.org; Tue, 21 Jun 2011 11:56:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 466AD1C1E7; Tue, 21 Jun 2011 11:54:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 18FE71C1E7 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 881DE1B403B for ; Tue, 21 Jun 2011 11:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BB3F180056 for ; Tue, 21 Jun 2011 11:54:16 +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: <2bb95a4d1c25d23fbc6991d70c5beaaee639f81e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/hdf5/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/hdf5/ChangeLog sci-libs/hdf5/hdf5-1.8.4-r2.ebuild X-VCS-Directories: sci-libs/hdf5/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2bb95a4d1c25d23fbc6991d70c5beaaee639f81e Date: Tue, 21 Jun 2011 11:54:16 +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: 174802f16023e13f7372a0d8b5129e1b commit: 2bb95a4d1c25d23fbc6991d70c5beaaee639f81e Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 21 11:05:29 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 21 11:05:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D2bb95a4d Added fortran-2.eclass support (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-libs/hdf5/ChangeLog | 5 ++++- sci-libs/hdf5/hdf5-1.8.4-r2.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index 3f7eb78..b47951d 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-libs/hdf5 -# 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 hdf5-1.8.4-r2.ebuild: + Added fortran-2.eclass support + *hdf5-1.8.4-r2 (19 Jan 2010) =20 19 Jan 2010; Justin Bronder -hdf5-1.8.4-r1.ebui= ld, diff --git a/sci-libs/hdf5/hdf5-1.8.4-r2.ebuild b/sci-libs/hdf5/hdf5-1.8.= 4-r2.ebuild index be24acc..f67daae 100644 --- a/sci-libs/hdf5/hdf5-1.8.4-r2.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -6,7 +6,7 @@ EAPI=3D2 =20 MPI_PKG_USE_ROMIO=3D1 =20 -inherit eutils autotools mpi +inherit eutils fortran-2 autotools mpi =20 DESCRIPTION=3D"General purpose library and file format for storing scien= tific data" HOMEPAGE=3D"http://www.hdfgroup.org/HDF5/" @@ -34,6 +34,7 @@ pkg_setup() { fi export CC=3D$(mpi_pkg_cc) if use fortran; then + fortran-2_pkg_setup export FC=3D$(mpi_pkg_fc) fi fi