aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-libs/bigdft/ChangeLog8
-rw-r--r--sci-libs/bigdft/bigdft-1.6.0-r1.ebuild (renamed from sci-libs/bigdft/bigdft-1.6.0.ebuild)2
-rw-r--r--sci-libs/bigdft/bigdft-1.6_pre1-r1.ebuild (renamed from sci-libs/bigdft/bigdft-1.6_pre1.ebuild)2
3 files changed, 10 insertions, 2 deletions
diff --git a/sci-libs/bigdft/ChangeLog b/sci-libs/bigdft/ChangeLog
index f378708b5..80ea11cbc 100644
--- a/sci-libs/bigdft/ChangeLog
+++ b/sci-libs/bigdft/ChangeLog
@@ -2,6 +2,14 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*bigdft-1.6.0-r1 (15 May 2012)
+*bigdft-1.6_pre1-r1 (15 May 2012)
+
+ 15 May 2012; Honza Macháček <Hloupy.Honza@centrum.cz>
+ -bigdft-1.6_pre1.ebuild, +bigdft-1.6_pre1-r1.ebuild, -bigdft-1.6.0.ebuild,
+ +bigdft-1.6.0-r1.ebuild:
+ pkg-config file corrected
+
30 Mar 2012; Honza Macháček <Hloupy.Honza@centrum.cz>
-bigdft-1.2.0.2.ebuild, -files/bigdft-1.2.0.2-0001.patch,
-files/bigdft-1.2.0.2-0002.patch, -files/bigdft-1.2.0.2-0003.patch,
diff --git a/sci-libs/bigdft/bigdft-1.6.0.ebuild b/sci-libs/bigdft/bigdft-1.6.0-r1.ebuild
index 66ea41fb5..ef9b7f103 100644
--- a/sci-libs/bigdft/bigdft-1.6.0.ebuild
+++ b/sci-libs/bigdft/bigdft-1.6.0-r1.ebuild
@@ -108,7 +108,7 @@ src_compile() {
_check_build_dir
pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null
emake -j1 || die 'emake failed'
- sed -i -e's%\$(top_builddir)/src/lib\([^ /$-]*\)\.a%-l\1%g' bigdft.pc
+ sed -i -e's%\$(top_builddir)/[^ ]*/lib\([^ /$-]*\)\.a%-l\1%g' bigdft.pc
popd > /dev/null
use doc && autotools-utils_src_compile doc
diff --git a/sci-libs/bigdft/bigdft-1.6_pre1.ebuild b/sci-libs/bigdft/bigdft-1.6_pre1-r1.ebuild
index 21cff15a1..861a9dbb4 100644
--- a/sci-libs/bigdft/bigdft-1.6_pre1.ebuild
+++ b/sci-libs/bigdft/bigdft-1.6_pre1-r1.ebuild
@@ -113,7 +113,7 @@ src_compile() {
_check_build_dir
pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null
emake -j1 || die 'emake failed'
- sed -i -e's%\$(top_builddir)/src/lib\([^ /$-]*\)\.a%-l\1%g' bigdft.pc
+ sed -i -e's%\$(top_builddir)/[^ ]*/lib\([^ /$-]*\)\.a%-l\1%g' bigdft.pc
popd > /dev/null
use doc && autotools-utils_src_compile doc