public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/cpl: ChangeLog cpl-5.2.0-r1.ebuild
@ 2010-09-25 20:22 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2010-09-25 20:22 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/09/25 20:22:54

  Modified:             ChangeLog cpl-5.2.0-r1.ebuild
  Log:
  Fixed configure script when cfitsio is not built with static-libs
  
  (Portage version: 2.2_rc86/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-astronomy/cpl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	6 Sep 2010 10:56:26 -0000	1.2
+++ ChangeLog	25 Sep 2010 20:22:54 -0000	1.3
@@ -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.2 2010/09/06 10:56:26 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v 1.3 2010/09/25 20:22:54 bicatali Exp $
+
+  25 Sep 2010; Sébastien Fabbro <bicatali@gentoo.org> cpl-5.2.0-r1.ebuild:
+  Fixed configure script when cfitsio is not built with static-libs
 
 *cpl-5.2.0-r1 (06 Sep 2010)
 



1.2                  sci-astronomy/cpl/cpl-5.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?r1=1.1&r2=1.2

Index: cpl-5.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cpl-5.2.0-r1.ebuild	6 Sep 2010 10:56:26 -0000	1.1
+++ cpl-5.2.0-r1.ebuild	25 Sep 2010 20:22:54 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 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.1 2010/09/06 10:56:26 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild,v 1.2 2010/09/25 20:22:54 bicatali Exp $
 
 EAPI=2
 JAVA_PKG_OPT_USE=gasgano
-inherit java-pkg-opt-2
+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/"
@@ -26,6 +26,8 @@
 	gasgano? ( >=virtual/jdk-1.5 )"
 
 src_configure() {
+	has_version sci-libs/cfitsio[static-libs] || \
+		sed -i -e 's/libcfitsio.a/libcfitsio.so/' configure
 	local myconf="--without-gasgano"
 	use gasgano && \
 		myconf="--with-gasgano=/usr






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/cpl: ChangeLog cpl-5.2.0-r1.ebuild
@ 2010-12-22 15:42 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2010-12-22 15:42 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/12/22 15:42:04

  Modified:             ChangeLog cpl-5.2.0-r1.ebuild
  Log:
  Fixed failing fft test on some configuration
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-astronomy/cpl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	25 Sep 2010 20:22:54 -0000	1.3
+++ ChangeLog	22 Dec 2010 15:42:04 -0000	1.4
@@ -1,6 +1,10 @@
 # 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.3 2010/09/25 20:22:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v 1.4 2010/12/22 15:42:04 bicatali Exp $
+
+  22 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> cpl-5.2.0-r1.ebuild,
+  +files/cpl-5.2.0-test.patch:
+  Fixed failing fft test on some configuration
 
   25 Sep 2010; Sébastien Fabbro <bicatali@gentoo.org> cpl-5.2.0-r1.ebuild:
   Fixed configure script when cfitsio is not built with static-libs



1.3                  sci-astronomy/cpl/cpl-5.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?r1=1.2&r2=1.3

Index: cpl-5.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cpl-5.2.0-r1.ebuild	25 Sep 2010 20:22:54 -0000	1.2
+++ cpl-5.2.0-r1.ebuild	22 Dec 2010 15:42:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.2 2010/09/25 20:22:54 bicatali Exp $
+# $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 $
 
 EAPI=2
 JAVA_PKG_OPT_USE=gasgano
@@ -25,6 +25,11 @@
 	doc? ( app-doc/doxygen )
 	gasgano? ( >=virtual/jdk-1.5 )"
 
+src_prepare() {
+	# fft precision test failed. should be fixed in 5.3
+	epatch "${FILESDIR}"/${P}-test.patch
+}
+
 src_configure() {
 	has_version sci-libs/cfitsio[static-libs] || \
 		sed -i -e 's/libcfitsio.a/libcfitsio.so/' configure






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/cpl: ChangeLog cpl-5.2.0-r1.ebuild
@ 2011-02-24 17:30 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-02-24 17:30 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/02/24 17:30:50

  Modified:             ChangeLog cpl-5.2.0-r1.ebuild
  Log:
  Updated homepage and prexified
  
  (Portage version: 2.1.9.40/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-astronomy/cpl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	22 Dec 2010 15:42:04 -0000	1.4
+++ ChangeLog	24 Feb 2011 17:30:50 -0000	1.5
@@ -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:



1.4                  sci-astronomy/cpl/cpl-5.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?rev=1.4&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild?r1=1.3&r2=1.4

Index: cpl-5.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/cpl/cpl-5.2.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cpl-5.2.0-r1.ebuild	22 Dec 2010 15:42:04 -0000	1.3
+++ cpl-5.2.0-r1.ebuild	24 Feb 2011 17:30:50 -0000	1.4
@@ -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 @@
 		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}
 }
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-24 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-25 20:22 [gentoo-commits] gentoo-x86 commit in sci-astronomy/cpl: ChangeLog cpl-5.2.0-r1.ebuild Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-22 15:42 Sebastien Fabbro (bicatali)
2011-02-24 17:30 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox