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 1QYzYJ-0007t6-Li for garchives@archives.gentoo.org; Tue, 21 Jun 2011 11:55:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B3F41C1ED; 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 3CA881C1ED for ; Tue, 21 Jun 2011 11:54:19 +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 F390D2AC01F 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 6138C80048 for ; Tue, 21 Jun 2011 11:54:18 +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: Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/scalasca/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/scalasca/ChangeLog sys-cluster/scalasca/scalasca-1.3.3.ebuild X-VCS-Directories: sys-cluster/scalasca/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b558e0cfc8faed375624401198d965e311b50450 Date: Tue, 21 Jun 2011 11:54:18 +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: a0803954a368aa8196820e7af317013f commit: b558e0cfc8faed375624401198d965e311b50450 Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 21 11:21:03 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 21 11:21:03 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Db558e0cf 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/scalasca/ChangeLog | 3 +++ sys-cluster/scalasca/scalasca-1.3.3.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sys-cluster/scalasca/ChangeLog b/sys-cluster/scalasca/Change= Log index c842f1b..b62632f 100644 --- a/sys-cluster/scalasca/ChangeLog +++ b/sys-cluster/scalasca/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 21 Jun 2011; Justin Lecher scalasca-1.3.3.ebuild: + Added fortran-2.eclass support + *scalasca-1.3.3 (04 Apr 2011) =20 04 Apr 2011; Christoph Junghans -scalasca-1.3.2.eb= uild, diff --git a/sys-cluster/scalasca/scalasca-1.3.3.ebuild b/sys-cluster/sca= lasca/scalasca-1.3.3.ebuild index 8a66075..75817c3 100644 --- a/sys-cluster/scalasca/scalasca-1.3.3.ebuild +++ b/sys-cluster/scalasca/scalasca-1.3.3.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D"4" =20 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs =20 DESCRIPTION=3D"Scalable Performance Analysis of Large-Scale Applications= " HOMEPAGE=3D"http://www.scalasca.org"