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-0007xq-6T for garchives@archives.gentoo.org; Tue, 21 Jun 2011 11:55:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5754B1C1F9; Tue, 21 Jun 2011 11:54:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 24BDF1C1F0 for ; Tue, 21 Jun 2011 11:54:20 +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 DAE1A2AC025 for ; Tue, 21 Jun 2011 11:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4919980048 for ; Tue, 21 Jun 2011 11:54:19 +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: <8f256d2ad5f0168c0f7319d6c2a0451f0b5dca9e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/gromacs/ChangeLog sci-chemistry/gromacs/gromacs-4.5.9999.ebuild sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8f256d2ad5f0168c0f7319d6c2a0451f0b5dca9e Date: Tue, 21 Jun 2011 11:54:19 +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: 22f8cb6aeda1adcce7583d61d3906d1c commit: 8f256d2ad5f0168c0f7319d6c2a0451f0b5dca9e Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 21 11:33:24 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 21 11:33:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D8f256d2a Added fortran-2.eclass support (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-chemistry/gromacs/ChangeLog | 4 ++++ sci-chemistry/gromacs/gromacs-4.5.9999.ebuild | 2 +- sci-chemistry/gromacs/gromacs-9999.ebuild | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/Chan= geLog index e6f868f..791408f 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 21 Jun 2011; Justin Lecher gromacs-4.5.9999.ebuild, + gromacs-9999.ebuild: + Added fortran-2.eclass support + 19 Jun 2011; Christoph Junghans gromacs-4.5.9999.e= build, metadata.xml: autotools is broken diff --git a/sci-chemistry/gromacs/gromacs-4.5.9999.ebuild b/sci-chemistr= y/gromacs/gromacs-4.5.9999.ebuild index f144a3f..39c75c6 100644 --- a/sci-chemistry/gromacs/gromacs-4.5.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.5.9999.ebuild @@ -7,7 +7,7 @@ EAPI=3D"4" TEST_PV=3D"4.0.4" MANUAL_PV=3D"4.5.4" =20 -inherit bash-completion cmake-utils eutils multilib toolchain-funcs +inherit bash-completion cmake-utils eutils fortran-2 multilib toolchain-= funcs =20 SRC_URI=3D"test? ( ftp://ftp.gromacs.org/pub/tests/gmxtest-${TEST_PV}.tg= z ) doc? ( ftp://ftp.gromacs.org/pub/manual/manual-${MANUAL_PV}.pdf -> gro= macs-manual-${MANUAL_PV}.pdf )" diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gr= omacs/gromacs-9999.ebuild index 817444e..8328119 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -9,7 +9,7 @@ TEST_PV=3D"4.0.4" EGIT_REPO_URI=3D"git://git.gromacs.org/gromacs" EGIT_BRANCH=3D"master" =20 -inherit bash-completion cmake-utils eutils git multilib toolchain-funcs +inherit bash-completion cmake-utils eutils fortran-2 git multilib toolch= ain-funcs =20 DESCRIPTION=3D"The ultimate molecular dynamics simulation package" HOMEPAGE=3D"http://www.gromacs.org/"