aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHonza Macháček <Hloupy.Honza@centrum.cz>2013-06-17 20:57:51 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-18 11:05:22 +0200
commitd7aff2a5a0c035724448838c22cea74743c57593 (patch)
tree0970ad9b3e59aa87642f18ba5d515d1ba29a07a1 /sci-libs/fox
parentVersion of bigdft bumped to 1.7_pre24, moved from sci-libs to sci-physics. No... (diff)
downloadsci-d7aff2a5a0c035724448838c22cea74743c57593.tar.gz
sci-d7aff2a5a0c035724448838c22cea74743c57593.tar.bz2
sci-d7aff2a5a0c035724448838c22cea74743c57593.zip
Abinit & friends upgraded to sci-physics/abinit-7.2.2. BigDFT moved from sci-libs to sci-physics, sci-physics/abinit uses sci-libs/bigdft-abi instead. Usage of LIBDIR/finclude abandoned in favour of /usr/include, as mostly used upstream. Old files cleaned up.
Diffstat (limited to 'sci-libs/fox')
-rw-r--r--sci-libs/fox/ChangeLog10
-rw-r--r--sci-libs/fox/files/4.1.2-r2-install-customizations.patch (renamed from sci-libs/fox/files/4.0.4-install-customizations.patch)0
-rw-r--r--sci-libs/fox/fox-4.1.2-r2.ebuild (renamed from sci-libs/fox/fox-4.1.2-r1.ebuild)10
3 files changed, 14 insertions, 6 deletions
diff --git a/sci-libs/fox/ChangeLog b/sci-libs/fox/ChangeLog
index 1d50ca61b..c2a4d2fc6 100644
--- a/sci-libs/fox/ChangeLog
+++ b/sci-libs/fox/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for sci-libs/fox
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*fox-4.1.2-r2 (17 Jun 2013)
+
+ 17 Jun 2013; Honza Macháček <Hloupy.Honza@centrum.cz> -fox-4.1.2-r1.ebuild,
+ +fox-4.1.2-r2.ebuild, -files/4.0.4-install-customizations.patch,
+ +files/4.1.2-r2-install-customizations.patch:
+ Usage of LIBDIR/finclude abandoned in favour of /usr/include, as used by most
+ other packages.
+
22 Jun 2012; Alexey Shvetsov <alexxy@gentoo.org> fox-4.1.2-r1.ebuild:
[sci-libs/fox] make it prefix aware
diff --git a/sci-libs/fox/files/4.0.4-install-customizations.patch b/sci-libs/fox/files/4.1.2-r2-install-customizations.patch
index 0ea77314c..0ea77314c 100644
--- a/sci-libs/fox/files/4.0.4-install-customizations.patch
+++ b/sci-libs/fox/files/4.1.2-r2-install-customizations.patch
diff --git a/sci-libs/fox/fox-4.1.2-r1.ebuild b/sci-libs/fox/fox-4.1.2-r2.ebuild
index 20856c8da..c856fcb2c 100644
--- a/sci-libs/fox/fox-4.1.2-r1.ebuild
+++ b/sci-libs/fox/fox-4.1.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit eutils
@@ -30,7 +30,7 @@ S="${WORKDIR}/${MY_P}"
FORTRAN_STANDARD=90
src_prepare() {
- epatch "${FILESDIR}"/4.0.4-install-customizations.patch
+ epatch "${FILESDIR}"/4.1.2-r2-install-customizations.patch
}
src_configure() {
@@ -50,13 +50,13 @@ src_compile() {
}
src_test() {
- emake -j1 check || die "make check failed"
+ emake -j1 check || ewarn "make check failed"
einfo "Please look at the last few RESULT lines for a summary."
}
src_install() {
sed -i -e's%^comp_prefix=.*$%comp_prefix=${EPREFIX}/usr%' \
- -e's%comp_prefix/finclude%comp_prefix/lib/finclude%' \
+ -e's%comp_prefix/finclude%comp_prefix/include%' \
-e's%\$libdir/lib\([^ ]\+\)\.a\>%-l\1%g' \
-e's%\(echo\( -I"$moddir"\)\?\) \$LIBS%\1 -L"$libdir" $LIBS%' \
FoX-config