aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <seb@cayenne.ist.utl.pt>2009-07-23 18:32:11 +0100
committerSebastien Fabbro <seb@cayenne.ist.utl.pt>2009-07-23 18:32:11 +0100
commite8ef9fa9fd20e05cf51e145a38fc2476140d4d9f (patch)
tree50e56539c012cd9d1a219c530328ceab32ff5436
parentesorex version bump (diff)
downloadsci-e8ef9fa9fd20e05cf51e145a38fc2476140d4d9f.tar.gz
sci-e8ef9fa9fd20e05cf51e145a38fc2476140d4d9f.tar.bz2
sci-e8ef9fa9fd20e05cf51e145a38fc2476140d4d9f.zip
removed old cpl
-rw-r--r--sci-astronomy/cpl/Manifest6
-rw-r--r--sci-astronomy/cpl/cpl-4.2.0-r2.ebuild54
2 files changed, 3 insertions, 57 deletions
diff --git a/sci-astronomy/cpl/Manifest b/sci-astronomy/cpl/Manifest
index 24557da7e..e045b0ee4 100644
--- a/sci-astronomy/cpl/Manifest
+++ b/sci-astronomy/cpl/Manifest
@@ -1,4 +1,4 @@
-DIST cpl-4.2.0.tar.gz 1841007 RMD160 aad1550d31668284f22466b828242d23cf096455 SHA1 cd59497198a849dbccc402e2b4694f8fc7dc9e3d SHA256 0ad808ba0130535f97230c0036146394e57ef8328d5015ddeb08e3c829878ffc
-EBUILD cpl-4.2.0-r2.ebuild 1239 RMD160 d17cae75396cfc277784dfb6af37f87fdec9cffd SHA1 391f072cfb6491a937e093bb2da624d37184070d SHA256 fe9cb7acf762faad08f395d056342248e9090cdb4816eebb3245579549f2b162
-MISC ChangeLog 745 RMD160 d2ce3a15a25f337ab0515d5c233943c27d6efe12 SHA1 c1ad0103a530751a109b63a95d606443ad513883 SHA256 1b71d39e3285df8b5e5564f2e82211537dbf707b5cc539be959d2350068cc11a
+DIST cpl-5.0.1.tar.gz 1857476 RMD160 f5aef5e3f3b7153d32a0844249f2eb239e06fde6 SHA1 8bb79f0ead62937fbeaae35fa938384dfdf0381b SHA256 d496d0561caa04c19c4e970a5d121a0daeee8baa43331333b91dbe8cac746303
+EBUILD cpl-5.0.1.ebuild 1133 RMD160 9c2403530470802f92649969bd74df8633256bd8 SHA1 b00a4c549391a47906b8a85dfaf0a29e552735ad SHA256 fb0fb5f6414276a80d01ad9977250aed92493c0d0c3b9656905f8546d419ee5b
+MISC ChangeLog 861 RMD160 e4e0808795df49573aec3b79e6d0cb1633d4fe80 SHA1 0772730d7000c08380e993540df80c3f17653557 SHA256 aaa11a799de219c31d576d547bd32308840f32b68ab573dc57a0a3a06a51e4ed
MISC metadata.xml 969 RMD160 aa9f571697fc79e00a30108e266cc9256d71919f SHA1 b1b537b27754cf667b54ecaaa329e8e79282bf42 SHA256 0f9a401edae77796c82ba48c3b019e9198d7f308b3e78befbe5109112e3f881d
diff --git a/sci-astronomy/cpl/cpl-4.2.0-r2.ebuild b/sci-astronomy/cpl/cpl-4.2.0-r2.ebuild
deleted file mode 100644
index 0215e4a2e..000000000
--- a/sci-astronomy/cpl/cpl-4.2.0-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-JAVA_PKG_OPT_USE=gasgano
-inherit java-pkg-opt-2
-
-DESCRIPTION="ESO common pipeline library for astronomical data reduction"
-HOMEPAGE="http://www.eso.org/sci/data-processing/software/cpl/"
-SRC_URI="ftp://ftp.eso.org/pub/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="doc gasgano"
-
-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() {
- local myconf="--without-gasgano"
- use gasgano && \
- myconf="--with-gasgano=/usr
- --with-gasgano-classpath=/usr/share/gasgano/lib"
- econf \
- --with-cfitsio="/usr" \
- --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
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins -r html || die
- fi
-}
-
-pkg_postinst() {
- elog "Help us to improve the ebuild"
- elog "http://bugs.gentoo.org/show_bug.cgi?id=224227"
-}