aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-10-14 16:39:39 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-10-14 16:39:39 +0000
commit373c9144b1270ace0bdd046d2de6102fb9faf363 (patch)
tree292c266838f848ff0f0727fc0a394ac8a95a885a /sci-astronomy/cpl
parentadded qfits (diff)
downloadsci-373c9144b1270ace0bdd046d2de6102fb9faf363.tar.gz
sci-373c9144b1270ace0bdd046d2de6102fb9faf363.tar.bz2
sci-373c9144b1270ace0bdd046d2de6102fb9faf363.zip
added cpl
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@381 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-astronomy/cpl')
-rw-r--r--sci-astronomy/cpl/ChangeLog10
-rw-r--r--sci-astronomy/cpl/Manifest16
-rw-r--r--sci-astronomy/cpl/cpl-3.0.ebuild21
-rw-r--r--sci-astronomy/cpl/files/digest-cpl-3.03
-rw-r--r--sci-astronomy/cpl/metadata.xml17
5 files changed, 67 insertions, 0 deletions
diff --git a/sci-astronomy/cpl/ChangeLog b/sci-astronomy/cpl/ChangeLog
new file mode 100644
index 000000000..c17a1bc94
--- /dev/null
+++ b/sci-astronomy/cpl/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/cpl
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*cpl-3.0 (15 Oct 2006)
+
+ 15 Oct 2006; Sebastien Fabbro <seb@ist.utl.pt>;
+ +cpl-3.0.ebuild, +metadata.xml.
+ Initial import.
+ \ No newline at end of file
diff --git a/sci-astronomy/cpl/Manifest b/sci-astronomy/cpl/Manifest
new file mode 100644
index 000000000..45e4fbd45
--- /dev/null
+++ b/sci-astronomy/cpl/Manifest
@@ -0,0 +1,16 @@
+DIST cpl-3.0.tar.gz 1566179 RMD160 9c6193b13cc74290748d71865a832c3db7ae3756 SHA1 caba9488363aad5e791f74affddfdf83573cff38 SHA256 e6713314c7137412e5a9e7b1a971805689a4db2dd473f1a7f8a56c397d0fba0d
+EBUILD cpl-3.0.ebuild 607 RMD160 78e26602e7527e4d61615ee8eb57910003601271 SHA1 4e64299964acee0ecc7f8cdccd49be0da43fb197 SHA256 3a252d25c5647b56b76c964d369528c60b83e64b4b4d8957e83ce5b9c0f58501
+MD5 770a8f7db8068f87083b75ef4a34493d cpl-3.0.ebuild 607
+RMD160 78e26602e7527e4d61615ee8eb57910003601271 cpl-3.0.ebuild 607
+SHA256 3a252d25c5647b56b76c964d369528c60b83e64b4b4d8957e83ce5b9c0f58501 cpl-3.0.ebuild 607
+MISC ChangeLog 247 RMD160 91b45dfc68c907ac4114da83b4cd4014d2dd4ad0 SHA1 ff77df2a5ee60d5e8158895de4d35c4a70afabde SHA256 62c9d71039957f1b173b1f13f5430c5cf2be66e702370e2789091981bb557368
+MD5 70ab1bfaf4adfcd72f148bce02462c6a ChangeLog 247
+RMD160 91b45dfc68c907ac4114da83b4cd4014d2dd4ad0 ChangeLog 247
+SHA256 62c9d71039957f1b173b1f13f5430c5cf2be66e702370e2789091981bb557368 ChangeLog 247
+MISC metadata.xml 831 RMD160 954a38f6449d8d3e9ff0c63abb55154768adc088 SHA1 97a67157b2448b61ba012e89b60ef73108235873 SHA256 7d1222b0691f211f2030e22c5481f3a6cb01e95486f904030dc1f2136b446149
+MD5 704b43116c79bc139d04f88c4c05b349 metadata.xml 831
+RMD160 954a38f6449d8d3e9ff0c63abb55154768adc088 metadata.xml 831
+SHA256 7d1222b0691f211f2030e22c5481f3a6cb01e95486f904030dc1f2136b446149 metadata.xml 831
+MD5 f89af26e58a3713be0480ac385963d68 files/digest-cpl-3.0 226
+RMD160 ab1876a6d6adc165e1b77cc5f4ee3639ee7e0f4b files/digest-cpl-3.0 226
+SHA256 da330ba75e188e442377514461ab287c41ea9d825d17086ae0275a4fa8109fdc files/digest-cpl-3.0 226
diff --git a/sci-astronomy/cpl/cpl-3.0.ebuild b/sci-astronomy/cpl/cpl-3.0.ebuild
new file mode 100644
index 000000000..98d1cffaf
--- /dev/null
+++ b/sci-astronomy/cpl/cpl-3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="ESO common pipeline library for astronomical data reduction"
+HOMEPAGE="http://www.eso.org/observing/cpl/"
+SRC_URI="ftp://ftp.hq.eso.org/pub/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+DEPEND="sci-libs/qfits"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc README AUTHORS NEWS TODO BUGS ChangeLog
+ if use doc; then
+ make htmldir=usr/share/doc/${PF} install-html \
+ || die "make install-html failed"
+ fi
+}
diff --git a/sci-astronomy/cpl/files/digest-cpl-3.0 b/sci-astronomy/cpl/files/digest-cpl-3.0
new file mode 100644
index 000000000..f5400573f
--- /dev/null
+++ b/sci-astronomy/cpl/files/digest-cpl-3.0
@@ -0,0 +1,3 @@
+MD5 d6c1a2952b4a0c8b609cb90795aaedb3 cpl-3.0.tar.gz 1566179
+RMD160 9c6193b13cc74290748d71865a832c3db7ae3756 cpl-3.0.tar.gz 1566179
+SHA256 e6713314c7137412e5a9e7b1a971805689a4db2dd473f1a7f8a56c397d0fba0d cpl-3.0.tar.gz 1566179
diff --git a/sci-astronomy/cpl/metadata.xml b/sci-astronomy/cpl/metadata.xml
new file mode 100644
index 000000000..2a13944f0
--- /dev/null
+++ b/sci-astronomy/cpl/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<longdescription lang="en">
+The Common Pipeline Library (CPL) comprises a set of ISO-C libraries
+that provide a comprehensive, efficient and robust software
+toolkit. It forms a basis for the creation of automated astronomical
+data-reduction tasks (known as "pipelines"). CPL Title Graphic The CPL
+was developed to standardise the way VLT instrument pipelines are
+built, to shorten their development cycle and to ease their
+maintenance. However, it may be more generally applied to any similar
+application, and the details of the CPL code have been engineered in a
+way to make the library portable and flexible, as well as minimising
+external dependencies.
+</longdescription>
+</pkgmetadata>