From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/atompaw/
Date: Tue, 21 Jun 2011 11:54:17 +0000 (UTC) [thread overview]
Message-ID: <6a2e77da9b219836f707012bb3bfaf70d31ff8ba.jlec@gentoo> (raw)
commit: 6a2e77da9b219836f707012bb3bfaf70d31ff8ba
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 11:17:35 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 11:17:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6a2e77da
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-physics/atompaw/ChangeLog | 4 ++++
sci-physics/atompaw/atompaw-3.0.1.ebuild | 22 ++++++++++++++--------
sci-physics/atompaw/metadata.xml | 9 +++++++++
3 files changed, 27 insertions(+), 8 deletions(-)
diff --git a/sci-physics/atompaw/ChangeLog b/sci-physics/atompaw/ChangeLog
index 4c27386..ebf5c93 100644
--- a/sci-physics/atompaw/ChangeLog
+++ b/sci-physics/atompaw/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> atompaw-3.0.1.ebuild,
+ +metadata.xml:
+ Added fortran-2.eclass support
+
*atompaw-3.0.1 (25 Feb 2011)
25 Feb 2011; Honza Macháček <Hloupy.Honza@centrum.cz>
diff --git a/sci-physics/atompaw/atompaw-3.0.1.ebuild b/sci-physics/atompaw/atompaw-3.0.1.ebuild
index 51a4d99..41a0bcf 100644
--- a/sci-physics/atompaw/atompaw-3.0.1.ebuild
+++ b/sci-physics/atompaw/atompaw-3.0.1.ebuild
@@ -1,21 +1,27 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# $Header: $
EAPI=3
-inherit eutils multilib toolchain-funcs
+inherit eutils fortran-2 multilib toolchain-funcs
DESCRIPTION="PAW atomic data generator"
HOMEPAGE="http://www.wfu.edu/~natalie/papers/pwpaw/man.html"
-IUSE="doc libxc"
-SRC_URI="http://www.wfu.edu/~natalie/papers/pwpaw/${P}.tar.gz
- doc? ( http://www.wfu.edu/~natalie/papers/pwpaw/atompaw.pdf
+SRC_URI="
+ http://www.wfu.edu/~natalie/papers/pwpaw/${P}.tar.gz
+ doc? (
+ http://www.wfu.edu/~natalie/papers/pwpaw/atompaw.pdf
http://www.wfu.edu/~natalie/papers/pwpaw/atompaw-usersguide.pdf
http://www.wfu.edu/~natalie/papers/pwpaw/notes/atompaw/atompawEqns.pdf )"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="virtual/lapack
+IUSE="doc libxc"
+
+RDEPEND="
+ virtual/lapack
virtual/blas
libxc? ( sci-libs/libxc[fortran] )"
DEPEND="${RDEPEND}
@@ -24,9 +30,9 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${P}.tar.gz
if use doc; then
- cp ${DISTDIR}/atompaw.pdf ${S}/
- cp ${DISTDIR}/atompaw-usersguide.pdf ${S}/
- cp ${DISTDIR}/atompawEqns.pdf ${S}/
+ cp "${DISTDIR}"/atompaw.pdf "${S}"/
+ cp "${DISTDIR}"/atompaw-usersguide.pdf "${S}"/
+ cp "${DISTDIR}"/atompawEqns.pdf "${S}"/
fi
}
diff --git a/sci-physics/atompaw/metadata.xml b/sci-physics/atompaw/metadata.xml
new file mode 100644
index 0000000..a14e5e0
--- /dev/null
+++ b/sci-physics/atompaw/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer>
+ <email>sci@gentoo.org</email>
+</maintainer>
+<use><flag name='libxc'>Use libxc for something</flag></use>
+</pkgmetadata>
next reply other threads:[~2011-06-21 11:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-21 11:54 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-16 10:57 [gentoo-commits] proj/sci:master commit in: sci-physics/atompaw/ Andrew Ammerlaan
2021-02-01 14:52 Andrew Ammerlaan
2021-01-28 16:30 Andrew Ammerlaan
2021-01-28 16:08 Andrew Ammerlaan
2021-01-19 17:02 Andrew Ammerlaan
2020-12-11 18:55 Aisha Tammy
2016-06-07 8:52 Honza Macháček
2013-02-22 10:15 Justin Lecher
2012-05-22 19:43 Justin Lecher
2011-02-25 5:20 Honza Macháček
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6a2e77da9b219836f707012bb3bfaf70d31ff8ba.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox