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 1QWxfl-00012T-Dg for garchives@archives.gentoo.org; Wed, 15 Jun 2011 21:30:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 080E91C017; Wed, 15 Jun 2011 21:30:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C802C1C017 for ; Wed, 15 Jun 2011 21:30:40 +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 230DC1B4003 for ; Wed, 15 Jun 2011 21:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0E9AA8003C for ; Wed, 15 Jun 2011 21:30:39 +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: <23f42909a267b7d5d5998e5e1d22c86698cb8004.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/fortran-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 23f42909a267b7d5d5998e5e1d22c86698cb8004 Date: Wed, 15 Jun 2011 21:30:39 +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: 197273532c76fa8c5595dfa8e5613cae commit: 23f42909a267b7d5d5998e5e1d22c86698cb8004 Author: Justin Lecher gentoo org> AuthorDate: Wed Jun 15 21:29:48 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Jun 15 21:29:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D23f42909 Last changes before review. Signed-off-by: Justin Lecher gentoo.org> --- eclass/fortran-2.eclass | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index b758051..b812f50 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -16,6 +16,7 @@ # Optional, it checks for openmp capability of the # current fortran compiler through FORTRAN_NEED_OPENMP=3D1. # Only phase function exported is pkg_pretend and pkg_setup. +# Need help? Ask the sci team. =20 # @ECLASS-VARIABLE: FORTRAN_NEED_OPENMP # @DESCRIPTION: @@ -27,7 +28,7 @@ # @DESCRIPTION: # Set this, if a special dialect needs to be support. Generally not need= ed. # -# Valid settings are +# Valid settings are any combination of # # FORTRAN_STANDARD=3D"77 90 95 2003" # @@ -73,7 +74,7 @@ _compile_test() { local fcomp=3D${1} local fdia=3D${2} =20 - [[ -z ${fcomp} ]] && die "_compile_test() needs at least one arg" + [[ -z ${fcomp} ]] && die "_compile_test() needs at least one argument" =20 [[ -f "${filebase}.f${fdia}" ]] || _write_testsuite =20 @@ -149,7 +150,7 @@ fortran-2_pkg_pretend() { =20 # @FUNCTION: fortran-2_pkg_setup # @DESCRIPTION: -# In EAPI < 4 it calls the compiler check. This behaviour is deprecated +# In EAPI < 4 it calls the compiler check. This behavior is deprecated # and will be removed at 01-Sep-2011. Please migrate to EAPI=3D4. # # Exports the FC and F77 variable according to the compiler checks.