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/scamp/
Date: Fri, 15 Jun 2012 17:04:58
Message-Id: 1339779849.88681514e2e856b4ee8b4ac65de3b44ceb2723e3.bicatali@gentoo
1 commit: 88681514e2e856b4ee8b4ac65de3b44ceb2723e3
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 15 17:04:09 2012 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 15 17:04:09 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=88681514
7
8 sci-astronomy/scamp: Fixed patch name
9
10 (Portage version: 2.1.10.63/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-astronomy/scamp/ChangeLog | 3 +++
14 sci-astronomy/scamp/scamp-1.7.0-r2.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-astronomy/scamp/ChangeLog b/sci-astronomy/scamp/ChangeLog
18 index 3f1cc3b..0ce6588 100644
19 --- a/sci-astronomy/scamp/ChangeLog
20 +++ b/sci-astronomy/scamp/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/ChangeLog,v 1.7 2011/08/04 18:32:22 bicatali Exp $
24
25 + 15 Jun 2012; Sébastien Fabbro <bicatali@g.o> scamp-1.7.0-r2.ebuild:
26 + Fixed patch name
27 +
28 *scamp-1.7.0-r2 (03 Jan 2012)
29
30 03 Jan 2012; Sébastien Fabbro <bicatali@g.o> -scamp-1.7.0-r1.ebuild,
31
32 diff --git a/sci-astronomy/scamp/scamp-1.7.0-r2.ebuild b/sci-astronomy/scamp/scamp-1.7.0-r2.ebuild
33 index 6d3347d..69c4b2c 100644
34 --- a/sci-astronomy/scamp/scamp-1.7.0-r2.ebuild
35 +++ b/sci-astronomy/scamp/scamp-1.7.0-r2.ebuild
36 @@ -36,12 +36,12 @@ src_prepare() {
37 -e "s/-llapack/-l${myclapack}/g" \
38 -e "s/AC_CHECK_LIB(lapack/AC_CHECK_LIB(${myclapack}/g" \
39 configure || die "sed acx_atlas.m4 failed"
40 - epatch "${FILESDIR}"/${PV}-plplot599.patch
41 + epatch "${FILESDIR}"/${P}-plplot599.patch
42 }
43
44 src_configure() {
45 econf \
46 - --with-atlas-incdir="${EROOT}/usr/include/atlas" \
47 + --with-atlas-incdir="${EPREFIX}/usr/include/atlas" \
48 $(use_with plplot) \
49 $(use_enable threads)
50 }