diff options
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/psfex/ChangeLog | 4 | ||||
-rw-r--r-- | sci-astronomy/psfex/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/psfex/psfex-3.9.1-r1.ebuild | 2 |
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 } |