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 1QYzZU-00085e-Ig for garchives@archives.gentoo.org; Tue, 21 Jun 2011 11:56:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8027B1C1BD; Tue, 21 Jun 2011 11:54:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4D70C1C1C3 for ; Tue, 21 Jun 2011 11:54:17 +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 C3E531B403A for ; Tue, 21 Jun 2011 11:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 085578004F 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: <68933df85040b2124e0da93cbefcb224582a47cc.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/smmp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/smmp/ChangeLog sci-chemistry/smmp/smmp-3.0.5.ebuild X-VCS-Directories: sci-chemistry/smmp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 68933df85040b2124e0da93cbefcb224582a47cc 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: 5b62e7878d402d69388d110a09c76b74 commit: 68933df85040b2124e0da93cbefcb224582a47cc Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 21 10:58:44 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 21 10:58:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D68933df8 Added fortran-2.eclass support (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-chemistry/smmp/ChangeLog | 5 ++++- sci-chemistry/smmp/smmp-3.0.5.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sci-chemistry/smmp/ChangeLog b/sci-chemistry/smmp/ChangeLog index 1e848e7..f58c391 100644 --- a/sci-chemistry/smmp/ChangeLog +++ b/sci-chemistry/smmp/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-chemistry/smmp -# 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 smmp-3.0.5.ebuild: + Added fortran-2.eclass support + 29 Jun 2010; Justin Lecher smmp-3.0.5.ebuild: Python ABI fixes =20 diff --git a/sci-chemistry/smmp/smmp-3.0.5.ebuild b/sci-chemistry/smmp/sm= mp-3.0.5.ebuild index 9540246..0c226db 100644 --- a/sci-chemistry/smmp/smmp-3.0.5.ebuild +++ b/sci-chemistry/smmp/smmp-3.0.5.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"2" +EAPI=3D2 =20 PYTHON_DEPEND=3D"2" SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" =20 -inherit eutils python toolchain-funcs +inherit eutils fortran-2 python toolchain-funcs =20 MY_PN=3D"SMMP" MY_P=3D"${MY_PN}-${PV}" @@ -25,8 +26,6 @@ RDEPEND=3D"mpi? ( virtual/mpi )" DEPEND=3D"${RDEPEND} doc? ( app-doc/doxygen )" =20 -RESTRICT_PYTHON_ABIS=3D"3.*" - S=3D"${WORKDIR}/${MY_P}" =20 src_prepare() {