aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <seb@saffron.(none)>2009-02-26 00:34:21 +0000
committerSebastien Fabbro <seb@saffron.(none)>2009-02-26 00:34:21 +0000
commit22d7779560036b879d0635bc2fdbcf7f1639aa44 (patch)
tree59b9e9b5a43da884ba4861a5f02b2ac159ac4e9d /sci-astronomy/cpl
parentsci-chemistry/xds version bump at 30 Jan 2009 and handling X changed (diff)
downloadsci-22d7779560036b879d0635bc2fdbcf7f1639aa44.tar.gz
sci-22d7779560036b879d0635bc2fdbcf7f1639aa44.tar.bz2
sci-22d7779560036b879d0635bc2fdbcf7f1639aa44.zip
QA and doc building
Diffstat (limited to 'sci-astronomy/cpl')
-rw-r--r--sci-astronomy/cpl/ChangeLog6
-rw-r--r--sci-astronomy/cpl/cpl-4.2.0-r2.ebuild (renamed from sci-astronomy/cpl/cpl-4.2.0-r1.ebuild)9
2 files changed, 14 insertions, 1 deletions
diff --git a/sci-astronomy/cpl/ChangeLog b/sci-astronomy/cpl/ChangeLog
index d2f4dff9e..6acabae2a 100644
--- a/sci-astronomy/cpl/ChangeLog
+++ b/sci-astronomy/cpl/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*cpl-4.2.0-r2 (26 Feb 2009)
+
+ 26 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> -cpl-4.2.0-r1.ebuild,
+ +cpl-4.2.0-r2.ebuild:
+ QA and doc building
+
02 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org>
sci-astronomy/cpl/metadata.xml:
Added wcs and gasgano support
diff --git a/sci-astronomy/cpl/cpl-4.2.0-r1.ebuild b/sci-astronomy/cpl/cpl-4.2.0-r2.ebuild
index 4a1c941c9..0215e4a2e 100644
--- a/sci-astronomy/cpl/cpl-4.2.0-r1.ebuild
+++ b/sci-astronomy/cpl/cpl-4.2.0-r2.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=2
+JAVA_PKG_OPT_USE=gasgano
inherit java-pkg-opt-2
DESCRIPTION="ESO common pipeline library for astronomical data reduction"
@@ -19,6 +20,7 @@ RDEPEND="=sci-libs/cfitsio-2.510*
sci-astronomy/wcslib
gasgano? ( sci-astronomy/gasgano )"
DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )
gasgano? ( >=virtual/jdk-1.5 )"
src_configure() {
@@ -31,7 +33,12 @@ src_configure() {
--with-wcs="/usr" \
${myconf}
}
-
+src_compile() {
+ emake || die "emake failed"
+ if use doc; then
+ doxygen Doxyfile || die
+ fi
+}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc README AUTHORS NEWS TODO BUGS ChangeLog