aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <sebfabbro@gmail.com>2012-07-29 21:29:38 +0100
committerSébastien Fabbro <sebfabbro@gmail.com>2012-07-29 21:29:38 +0100
commit65029731a84eeaf0be73d43ea46dd3e4360954d6 (patch)
tree18000092776d01a893cbb7250d688e8f69aa70fc
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci; github.c... (diff)
downloadsci-65029731a84eeaf0be73d43ea46dd3e4360954d6.tar.gz
sci-65029731a84eeaf0be73d43ea46dd3e4360954d6.tar.bz2
sci-65029731a84eeaf0be73d43ea46dd3e4360954d6.zip
sci-astronomy/psfex: fixed for newer plplot
(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)
-rw-r--r--sci-astronomy/psfex/ChangeLog4
-rw-r--r--sci-astronomy/psfex/Manifest2
-rw-r--r--sci-astronomy/psfex/psfex-3.9.1-r1.ebuild2
3 files changed, 6 insertions, 2 deletions
diff --git a/sci-astronomy/psfex/ChangeLog b/sci-astronomy/psfex/ChangeLog
index 518772900..64ab64403 100644
--- a/sci-astronomy/psfex/ChangeLog
+++ b/sci-astronomy/psfex/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 29 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> psfex-3.9.1-r1.ebuild:
+ sci-astronomy/psfex: fixed for newer plplot
+
*psfex-9999 (04 Jul 2012)
04 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> psfex-3.9.1-r1.ebuild,
@@ -16,4 +19,3 @@
04 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
Switched herd to sci-astronomy
-
diff --git a/sci-astronomy/psfex/Manifest b/sci-astronomy/psfex/Manifest
index 35cf5aa17..0cb52a1e7 100644
--- a/sci-astronomy/psfex/Manifest
+++ b/sci-astronomy/psfex/Manifest
@@ -1 +1 @@
-DIST psfex-3.9.1.tar.gz 2364495 RMD160 54c1a32c7f9305a91b973a974c4ae527a4dc3143 SHA1 af164b4e3d1bf61cdd738e8c52730f8564460ae0 SHA256 1758a1a40166ef59475d8fab6abda33ca0ed0a837531ff7ad577d8bce4e511f7 SHA512 5304d044b26c8e9c0ec5912326a1579650976a6710303d7822f5270bd23ce9e4b8ab8a06f50a212e4a3fda504436cd59db174021156a2158f299cd788e81fc00 WHIRLPOOL 28dc1cc454c103392392e367b92ca955d82d18d165e77290693329c3593066b11e621d8d97c5bcb1b1610d3a88372b95efa17bd8dc18647f105dc4b1bffbd359
+DIST psfex-3.9.1.tar.gz 2364495 SHA256 1758a1a40166ef59475d8fab6abda33ca0ed0a837531ff7ad577d8bce4e511f7 SHA512 5304d044b26c8e9c0ec5912326a1579650976a6710303d7822f5270bd23ce9e4b8ab8a06f50a212e4a3fda504436cd59db174021156a2158f299cd788e81fc00 WHIRLPOOL 28dc1cc454c103392392e367b92ca955d82d18d165e77290693329c3593066b11e621d8d97c5bcb1b1610d3a88372b95efa17bd8dc18647f105dc4b1bffbd359
diff --git a/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild b/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild
index 3806da3ee..aa54f2c6d 100644
--- a/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild
+++ b/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild
@@ -36,6 +36,8 @@ src_prepare() {
-e "s/-llapack/-l${myclapack}/g" \
-e "s/AC_CHECK_LIB(lapack/AC_CHECK_LIB(${myclapack}/g" \
acx_atlas.m4 || die
+ # fix for newer plplot
+ sed -i -e 's/plcol(/plcol0(/g' src/cplot.c || die
eautoreconf
}