diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-02-24 17:30:50 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-02-24 17:30:50 +0000 |
commit | f102c4c5d237d3843804c84c4947e1de6cfe209e (patch) | |
tree | e9f3c37f1987f40af96aecde5c0b19bbf11940f9 /sci-astronomy/cpl | |
parent | Version bump (diff) | |
download | gentoo-2-f102c4c5d237d3843804c84c4947e1de6cfe209e.tar.gz gentoo-2-f102c4c5d237d3843804c84c4947e1de6cfe209e.tar.bz2 gentoo-2-f102c4c5d237d3843804c84c4947e1de6cfe209e.zip |
Updated homepage and prexified
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/cpl')
-rw-r--r-- | sci-astronomy/cpl/ChangeLog | 7 | ||||
-rw-r--r-- | sci-astronomy/cpl/cpl-5.2.0-r1.ebuild | 18 |
2 files changed, 14 insertions, 11 deletions
diff --git a/sci-astronomy/cpl/ChangeLog b/sci-astronomy/cpl/ChangeLog index 0a3cd2fd800d..b96f8f0dbcaf 100644 --- a/sci-astronomy/cpl/ChangeLog +++ b/sci-astronomy/cpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/cpl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v 1.4 2010/12/22 15:42:04 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v 1.5 2011/02/24 17:30:50 bicatali Exp $ + + 24 Feb 2011; Sébastien Fabbro <bicatali@gentoo.org> cpl-5.2.0-r1.ebuild: + Updated homepage and prexified 22 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> cpl-5.2.0-r1.ebuild, +files/cpl-5.2.0-test.patch: diff --git a/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild b/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild index dec98c1aba77..062306bf8b5c 100644 --- a/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild +++ b/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ -EAPI=2 +EAPI=3 JAVA_PKG_OPT_USE=gasgano inherit eutils java-pkg-opt-2 DESCRIPTION="ESO common pipeline library for astronomical data reduction" -HOMEPAGE="http://www.eso.org/sci/data-processing/software/cpl/" +HOMEPAGE="http://www.eso.org/sci/software/cpl/" SRC_URI="ftp://ftp.eso.org/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" @@ -35,12 +35,12 @@ src_configure() { sed -i -e 's/libcfitsio.a/libcfitsio.so/' configure local myconf="--without-gasgano" use gasgano && \ - myconf="--with-gasgano=/usr - --with-gasgano-classpath=/usr/share/gasgano/lib" + myconf="--with-gasgano=${EPREFIX}/usr + --with-gasgano-classpath=${EPREFIX}/usr/share/gasgano/lib" econf \ - --with-cfitsio="/usr" \ - --with-wcs="/usr" \ - --with-fftw="/usr" \ + --with-cfitsio="${EPREFIX}/usr" \ + --with-wcs="${EPREFIX}/usr" \ + --with-fftw="${EPREFIX}/usr" \ ${myconf} } |