From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/libxc/
Date: Tue, 21 Jun 2011 11:54:20 +0000 (UTC) [thread overview]
Message-ID: <24f6f0734d035e110f5d613cf50a142ea9995801.jlec@gentoo> (raw)
commit: 24f6f0734d035e110f5d613cf50a142ea9995801
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 11:43:57 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 11:43:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=24f6f073
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-libs/libxc/ChangeLog | 4 ++++
sci-libs/libxc/libxc-1.0.ebuild | 14 ++++----------
sci-libs/libxc/libxc-9999.ebuild | 12 +++---------
3 files changed, 11 insertions(+), 19 deletions(-)
diff --git a/sci-libs/libxc/ChangeLog b/sci-libs/libxc/ChangeLog
index 21317e9..3b4cab9 100644
--- a/sci-libs/libxc/ChangeLog
+++ b/sci-libs/libxc/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> libxc-1.0.ebuild,
+ libxc-9999.ebuild:
+ Added fortran-2.eclass support
+
15 Mar 2011; Justin Lecher <jlec@gentoo.org> libxc-1.0.ebuild,
libxc-9999.ebuild, +metadata.xml:
Remove fortran.eclass
diff --git a/sci-libs/libxc/libxc-1.0.ebuild b/sci-libs/libxc/libxc-1.0.ebuild
index a7520b1..576307c 100644
--- a/sci-libs/libxc/libxc-1.0.ebuild
+++ b/sci-libs/libxc/libxc-1.0.ebuild
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=3
-inherit multilib toolchain-funcs
+inherit fortran-2 multilib toolchain-funcs
MY_P=${P//_/-}
DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
-HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc"
+HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc/"
SRC_URI="http://www.tddft.org/programs/octopus/download/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
@@ -17,13 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="fortran"
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
- if use fortran ; then
- tc-export FC
- fi
-}
+S="${WORKDIR}"/${MY_P}
src_configure() {
econf \
diff --git a/sci-libs/libxc/libxc-9999.ebuild b/sci-libs/libxc/libxc-9999.ebuild
index 14fdb40..bbd1dfd 100644
--- a/sci-libs/libxc/libxc-9999.ebuild
+++ b/sci-libs/libxc/libxc-9999.ebuild
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=3
-inherit eutils multilib toolchain-funcs flag-o-matic autotools subversion
+inherit eutils fortran-2 multilib toolchain-funcs flag-o-matic autotools subversion
-DESCRIPTION="The ETSF library of exchange-correlation functionals"
+DESCRIPTION="A library of exchange-correlation functionals"
HOMEPAGE="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc"
ESVN_REPO_URI="http://www.tddft.org/svn/octopus/trunk/${PN}/"
ESVN_BOOTSTRAP="eautoreconf -i"
@@ -16,12 +16,6 @@ SLOT="0"
IUSE="fortran debug"
KEYWORDS="~amd64 ~x86"
-pkg_setup() {
- if use fortran ; then
- tc-export FC
- fi
-}
-
src_configure() {
econf \
$(use_enable fortran) \
next reply other threads:[~2011-06-21 11:56 UTC|newest]
Thread overview: 15+ 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 --
2018-10-02 13:00 [gentoo-commits] proj/sci:master commit in: sci-libs/libxc/ Christoph Junghans
2017-01-11 15:23 Honza Macháček
2015-04-22 14:36 Honza Macháček
2014-12-10 15:29 Honza Macháček
2014-06-27 13:02 Honza Macháček
2014-04-15 15:35 Honza Macháček
2013-11-05 20:11 Justin Lecher
2012-06-22 22:49 Alexey Shvetsov
2012-04-23 8:52 Honza Macháček
2012-02-19 12:44 Justin Lecher
2011-12-16 10:07 Honza Macháček
2011-06-24 17:09 Justin Lecher
2011-03-15 10:23 Justin Lecher
2011-03-15 10:23 Justin Lecher
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=24f6f0734d035e110f5d613cf50a142ea9995801.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