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 1PzRQU-0004bR-Gf for garchives@archives.gentoo.org; Tue, 15 Mar 2011 10:24:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0B951C006; Tue, 15 Mar 2011 10:23:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9F5F31C006 for ; Tue, 15 Mar 2011 10:23:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 013AB1BC0D8 for ; Tue, 15 Mar 2011 10:23:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2D9A080075 for ; Tue, 15 Mar 2011 10:23:42 +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: sci-chemistry/ambertools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/ambertools/ChangeLog sci-chemistry/ambertools/ambertools-1.4.ebuild X-VCS-Directories: sci-chemistry/ambertools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a29f1f371cd826e6733dceac660de3651c4b7683 Date: Tue, 15 Mar 2011 10:23:42 +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: c7e8baf2d8885e29deef3be8bd49f4fa commit: a29f1f371cd826e6733dceac660de3651c4b7683 Author: Justin Lecher gentoo org> AuthorDate: Tue Mar 15 10:21:33 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Mar 15 10:21:33 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Da29f1f37 Ignore fatal patch size (Portage version: 2.2.0_alpha27/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key 70EB7916) --- sci-chemistry/ambertools/ChangeLog | 10 ++++++++++ sci-chemistry/ambertools/ambertools-1.4.ebuild | 7 ++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/ambertools/ChangeLog b/sci-chemistry/ambertool= s/ChangeLog new file mode 100644 index 0000000..9c558c3 --- /dev/null +++ b/sci-chemistry/ambertools/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-chemistry/ambertools +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 15 Mar 2011; Justin Lecher ambertools-1.4.ebuild: + Remove fortran.eclass + + 14 Mar 2011; Justin Lecher ambertools-1.4.ebuild: + Remove fortran.eclass removal + diff --git a/sci-chemistry/ambertools/ambertools-1.4.ebuild b/sci-chemist= ry/ambertools/ambertools-1.4.ebuild index fda14ee..9e0e96b 100644 --- a/sci-chemistry/ambertools/ambertools-1.4.ebuild +++ b/sci-chemistry/ambertools/ambertools-1.4.ebuild @@ -4,9 +4,7 @@ =20 EAPI=3D"4" =20 -inherit toolchain-funcs eutils fortran - -FORTRAN=3D"g77 gfortran ifc" +inherit toolchain-funcs eutils =20 DESCRIPTION=3D"A suite of programs for carrying out complete molecular m= echanics investigations" HOMEPAGE=3D"http://ambermd.org/#AmberTools" @@ -38,7 +36,6 @@ pkg_nofetch() { } =20 pkg_setup() { - need_fortran "${FORTRAN}" if use openmp && [[ $(tc-getCC)$ =3D=3D *gcc* ]] && ( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] || @@ -68,7 +65,7 @@ src_configure() { -e "s:CFLAGS=3D:CFLAGS=3D${CFLAGS} -DBINTRAJ :g" \ -e "s:FFLAGS=3D:FFLAGS=3D${FFLAGS} :g" \ -e "s:LDFLAGS=3D$ldflags:LDFLAGS=3D${LDFLAGS}:g" \ - -e "s:fc=3Dg77:fc=3D${FORTRANC}:g" \ + -e "s:fc=3Dg77:fc=3D$(tc-getFC):g" \ -e "s:NETCDFLIB=3D\$netcdflib:NETCDFLIB=3D$(pkg-config netcdf --libs):= g" \ -e "s:NETCDF=3D\$netcdf:NETCDF=3Dnetcdf.mod:g" \ -e "s:-O3::g" \