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 1QYzYT-0007us-O9 for garchives@archives.gentoo.org; Tue, 21 Jun 2011 11:55:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D943F1C1F3; 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 98B2E1C1F0 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 2DBE22AC025 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 8C85B8004B 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: sci-physics/atompaw2abinit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/atompaw2abinit/ChangeLog sci-physics/atompaw2abinit/atompaw2abinit-3.3.0.ebuild sci-physics/atompaw2abinit/metadata.xml X-VCS-Directories: sci-physics/atompaw2abinit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d4f0e53c5ad488c2d829f1b38d5f5657daad89d2 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: e591c143964d65082bdb8f9bd5a09d0a commit: d4f0e53c5ad488c2d829f1b38d5f5657daad89d2 Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 21 11:26:43 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 21 11:26:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dd4f0e53c Added fortran-2.eclass support (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-physics/atompaw2abinit/ChangeLog | 4 ++++ .../atompaw2abinit/atompaw2abinit-3.3.0.ebuild | 18 +++++++++-----= ---- sci-physics/atompaw2abinit/metadata.xml | 8 ++++++++ 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/sci-physics/atompaw2abinit/ChangeLog b/sci-physics/atompaw2a= binit/ChangeLog index 7b94567..b4c912c 100644 --- a/sci-physics/atompaw2abinit/ChangeLog +++ b/sci-physics/atompaw2abinit/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 21 Jun 2011; Justin Lecher atompaw2abinit-3.3.0.ebui= ld, + +metadata.xml: + Added fortran-2.eclass support + *atompaw2abinit-3.3.0 (25 Feb 2011) =20 25 Feb 2011; Honza Mach=C3=A1=C4=8Dek diff --git a/sci-physics/atompaw2abinit/atompaw2abinit-3.3.0.ebuild b/sci= -physics/atompaw2abinit/atompaw2abinit-3.3.0.ebuild index 37c6dc6..eb93fa2 100644 --- a/sci-physics/atompaw2abinit/atompaw2abinit-3.3.0.ebuild +++ b/sci-physics/atompaw2abinit/atompaw2abinit-3.3.0.ebuild @@ -1,18 +1,22 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# $Header: $ =20 EAPI=3D3 =20 -inherit eutils multilib toolchain-funcs +inherit eutils fortran-2 multilib toolchain-funcs =20 DESCRIPTION=3D"Abinit AtomPAW atomic data convertor" HOMEPAGE=3D"http://www.abinit.org/downloads/PAW/AtomPAW2Abinit-Manual-ht= ml/AtomPAW2Abinit2.htm" -IUSE=3D"" -SRC_URI=3D"http://www.abinit.org/downloads/PAW/AtomPAW2Abinit-Manual-htm= l/Atompaw2Abinit.tgz" +SRC_URI=3D"http://www.abinit.org/downloads/PAW/AtomPAW2Abinit-Manual-htm= l/Atompaw2Abinit.tgz -> ${P}.tgz" + LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" -RDEPEND=3D"virtual/lapack +IUSE=3D"" + +RDEPEND=3D" + virtual/lapack virtual/blas sci-physics/atompaw" DEPEND=3D"${RDEPEND} @@ -26,10 +30,6 @@ pkg_nofetch() { elog "is probably required." } =20 -src_unpack() { - unpack ${A} -} - src_configure() { head -n 6 Makefile >Makefile.1 tail -n +6 Makefile >Makefile.2 @@ -49,4 +49,4 @@ src_compile() { =20 src_install() { dobin atompaw2abinit -} \ No newline at end of file +} diff --git a/sci-physics/atompaw2abinit/metadata.xml b/sci-physics/atompa= w2abinit/metadata.xml new file mode 100644 index 0000000..efb490d --- /dev/null +++ b/sci-physics/atompaw2abinit/metadata.xml @@ -0,0 +1,8 @@ + + + +sci + + sci@gentoo.org + +