Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/psfex/
Date: Sun, 29 Jul 2012 20:30:25
Message-Id: 1343593778.65029731a84eeaf0be73d43ea46dd3e4360954d6.bicatali@gentoo
1 commit: 65029731a84eeaf0be73d43ea46dd3e4360954d6
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 29 20:29:38 2012 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 20:29:38 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=65029731
7
8 sci-astronomy/psfex: fixed for newer plplot
9
10 (Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-astronomy/psfex/ChangeLog | 4 +++-
14 sci-astronomy/psfex/psfex-3.9.1-r1.ebuild | 2 ++
15 2 files changed, 5 insertions(+), 1 deletions(-)
16
17 diff --git a/sci-astronomy/psfex/ChangeLog b/sci-astronomy/psfex/ChangeLog
18 index 5187729..64ab644 100644
19 --- a/sci-astronomy/psfex/ChangeLog
20 +++ b/sci-astronomy/psfex/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 29 Jul 2012; Sébastien Fabbro <bicatali@g.o> psfex-3.9.1-r1.ebuild:
26 + sci-astronomy/psfex: fixed for newer plplot
27 +
28 *psfex-9999 (04 Jul 2012)
29
30 04 Jul 2012; Sébastien Fabbro <bicatali@g.o> psfex-3.9.1-r1.ebuild,
31 @@ -16,4 +19,3 @@
32
33 04 Aug 2011; Sébastien Fabbro <bicatali@g.o> metadata.xml:
34 Switched herd to sci-astronomy
35 -
36
37 diff --git a/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild b/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild
38 index 3806da3..aa54f2c 100644
39 --- a/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild
40 +++ b/sci-astronomy/psfex/psfex-3.9.1-r1.ebuild
41 @@ -36,6 +36,8 @@ src_prepare() {
42 -e "s/-llapack/-l${myclapack}/g" \
43 -e "s/AC_CHECK_LIB(lapack/AC_CHECK_LIB(${myclapack}/g" \
44 acx_atlas.m4 || die
45 + # fix for newer plplot
46 + sed -i -e 's/plcol(/plcol0(/g' src/cplot.c || die
47 eautoreconf
48 }