Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/cpl: ChangeLog cpl-5.2.0-r1.ebuild
Date: Thu, 24 Feb 2011 17:31:00
Message-Id: 20110224173050.D5DA320054@flycatcher.gentoo.org
1 bicatali 11/02/24 17:30:50
2
3 Modified: ChangeLog cpl-5.2.0-r1.ebuild
4 Log:
5 Updated homepage and prexified
6
7 (Portage version: 2.1.9.40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sci-astronomy/cpl/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 22 Dec 2010 15:42:04 -0000 1.4
23 +++ ChangeLog 24 Feb 2011 17:30:50 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-astronomy/cpl
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v 1.4 2010/12/22 15:42:04 bicatali Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v 1.5 2011/02/24 17:30:50 bicatali Exp $
30 +
31 + 24 Feb 2011; Sébastien Fabbro <bicatali@g.o> cpl-5.2.0-r1.ebuild:
32 + Updated homepage and prexified
33
34 22 Dec 2010; Sébastien Fabbro <bicatali@g.o> cpl-5.2.0-r1.ebuild,
35 +files/cpl-5.2.0-test.patch:
36
37
38
39 1.4 sci-astronomy/cpl/cpl-5.2.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: cpl-5.2.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- cpl-5.2.0-r1.ebuild 22 Dec 2010 15:42:04 -0000 1.3
52 +++ cpl-5.2.0-r1.ebuild 24 Feb 2011 17:30:50 -0000 1.4
53 @@ -1,13 +1,13 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild,v 1.3 2010/12/22 15:42:04 bicatali Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild,v 1.4 2011/02/24 17:30:50 bicatali Exp $
59
60 -EAPI=2
61 +EAPI=3
62 JAVA_PKG_OPT_USE=gasgano
63 inherit eutils java-pkg-opt-2
64
65 DESCRIPTION="ESO common pipeline library for astronomical data reduction"
66 -HOMEPAGE="http://www.eso.org/sci/data-processing/software/cpl/"
67 +HOMEPAGE="http://www.eso.org/sci/software/cpl/"
68 SRC_URI="ftp://ftp.eso.org/pub/${PN}/${P}.tar.gz"
69
70 LICENSE="GPL-2"
71 @@ -35,12 +35,12 @@
72 sed -i -e 's/libcfitsio.a/libcfitsio.so/' configure
73 local myconf="--without-gasgano"
74 use gasgano && \
75 - myconf="--with-gasgano=/usr
76 - --with-gasgano-classpath=/usr/share/gasgano/lib"
77 + myconf="--with-gasgano=${EPREFIX}/usr
78 + --with-gasgano-classpath=${EPREFIX}/usr/share/gasgano/lib"
79 econf \
80 - --with-cfitsio="/usr" \
81 - --with-wcs="/usr" \
82 - --with-fftw="/usr" \
83 + --with-cfitsio="${EPREFIX}/usr" \
84 + --with-wcs="${EPREFIX}/usr" \
85 + --with-fftw="${EPREFIX}/usr" \
86 ${myconf}
87 }