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, 5 Nov 2013 20:11:47 +0000 (UTC) [thread overview]
Message-ID: <1383682289.5bd5d2a8e1fac662ae677c25234cb906938ec638.jlec@gentoo> (raw)
commit: 5bd5d2a8e1fac662ae677c25234cb906938ec638
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 5 20:11:29 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 5 20:11:29 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5bd5d2a8
sci-libs/libxc: Version BUmp; fix compilation problem with gcc-4.8, #488470
Package-Manager: portage-2.2.7
---
sci-libs/libxc/ChangeLog | 6 ++++++
sci-libs/libxc/libxc-2.0.1.ebuild | 17 +++++++++++------
.../libxc/{libxc-2.0.1.ebuild => libxc-2.0.2.ebuild} | 17 +++++++++++------
sci-libs/libxc/metadata.xml | 2 +-
4 files changed, 29 insertions(+), 13 deletions(-)
diff --git a/sci-libs/libxc/ChangeLog b/sci-libs/libxc/ChangeLog
index 4bf38b9..acf8a85 100644
--- a/sci-libs/libxc/ChangeLog
+++ b/sci-libs/libxc/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*libxc-2.0.2 (05 Nov 2013)
+
+ 05 Nov 2013; Justin Lecher <jlec@gentoo.org> libxc-2.0.1.ebuild,
+ +libxc-2.0.2.ebuild, metadata.xml:
+ Version BUmp; fix compilation problem with gcc-4.8, #488470
+
*libxc-2.0.1 (17 Jun 2013)
*libxc-1.2.0-r1 (17 Jun 2013)
diff --git a/sci-libs/libxc/libxc-2.0.1.ebuild b/sci-libs/libxc/libxc-2.0.1.ebuild
index 47b17a3..13b5dc6 100644
--- a/sci-libs/libxc/libxc-2.0.1.ebuild
+++ b/sci-libs/libxc/libxc-2.0.1.ebuild
@@ -4,7 +4,9 @@
EAPI=5
-inherit autotools-utils fortran-2 multilib
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils flag-o-matic fortran-2 multilib
MY_P=${P//_/-}
@@ -25,12 +27,15 @@ pkg_setup() {
use fortran && fortran-2_pkg_setup
}
+src_prepare() {
+ sed \
+ -e "s:${PN}.f90:${PN}.F90:g" \
+ -i src/Makefile.am || die
+ autotools-utils_src_prepare
+}
+
src_configure() {
- local myeconfargs=(
- $(use_enable fortran)
- FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}} -fPIC"
- CFLAGS="${CFLAGS} -fPIC"
- )
+ local myeconfargs=( $(use_enable fortran) )
autotools-utils_src_configure
}
diff --git a/sci-libs/libxc/libxc-2.0.1.ebuild b/sci-libs/libxc/libxc-2.0.2.ebuild
similarity index 83%
copy from sci-libs/libxc/libxc-2.0.1.ebuild
copy to sci-libs/libxc/libxc-2.0.2.ebuild
index 47b17a3..13b5dc6 100644
--- a/sci-libs/libxc/libxc-2.0.1.ebuild
+++ b/sci-libs/libxc/libxc-2.0.2.ebuild
@@ -4,7 +4,9 @@
EAPI=5
-inherit autotools-utils fortran-2 multilib
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils flag-o-matic fortran-2 multilib
MY_P=${P//_/-}
@@ -25,12 +27,15 @@ pkg_setup() {
use fortran && fortran-2_pkg_setup
}
+src_prepare() {
+ sed \
+ -e "s:${PN}.f90:${PN}.F90:g" \
+ -i src/Makefile.am || die
+ autotools-utils_src_prepare
+}
+
src_configure() {
- local myeconfargs=(
- $(use_enable fortran)
- FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}} -fPIC"
- CFLAGS="${CFLAGS} -fPIC"
- )
+ local myeconfargs=( $(use_enable fortran) )
autotools-utils_src_configure
}
diff --git a/sci-libs/libxc/metadata.xml b/sci-libs/libxc/metadata.xml
index b229aec..897aa2e 100644
--- a/sci-libs/libxc/metadata.xml
+++ b/sci-libs/libxc/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
+ <herd>sci</herd>
</pkgmetadata>
next reply other threads:[~2013-11-05 20:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-05 20:11 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
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-06-21 11:54 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=1383682289.5bd5d2a8e1fac662ae677c25234cb906938ec638.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