summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-05-26 19:10:16 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-05-26 19:10:16 +0000
commitf6e50d9c70fcaa40d6dd3961b4f6dec2194bbfb9 (patch)
treec52c43c41048f850879cdb45ef6904f3f4a07eae /sci-astronomy
parentstable amd64, bug 316551 (diff)
downloadgentoo-2-f6e50d9c70fcaa40d6dd3961b4f6dec2194bbfb9.tar.gz
gentoo-2-f6e50d9c70fcaa40d6dd3961b4f6dec2194bbfb9.tar.bz2
gentoo-2-f6e50d9c70fcaa40d6dd3961b4f6dec2194bbfb9.zip
Import to the main tree and bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/esorex/ChangeLog34
-rw-r--r--sci-astronomy/esorex/esorex-3.8.3.ebuild24
-rw-r--r--sci-astronomy/esorex/metadata.xml18
3 files changed, 76 insertions, 0 deletions
diff --git a/sci-astronomy/esorex/ChangeLog b/sci-astronomy/esorex/ChangeLog
new file mode 100644
index 000000000000..90c6cf064790
--- /dev/null
+++ b/sci-astronomy/esorex/ChangeLog
@@ -0,0 +1,34 @@
+# ChangeLog for sci-astronomy/esorex
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.1 2010/05/26 19:10:16 bicatali Exp $
+
+*esorex-3.8.3 (26 May 2010)
+
+ 26 May 2010; Sébastien Fabbro <bicatali@gentoo.org> +esorex-3.8.3.ebuild,
+ +metadata.xml:
+ Import to the main tree and bump
+
+*esorex-3.7.2 (23 Jul 2009)
+
+ 23 Jul 2009; Sébastien Fabbro <bicatali@gentoo.org> -esorex-3.6.1.ebuild,
+ -esorex-3.6.8.ebuild, -esorex-3.6.12.ebuild, +esorex-3.7.2.ebuild:
+ Version bump
+
+ 08 Dec 2008; Sébastien Fabbro <bicatali@gentoo.org>
+ +esorex-3.6.12.ebuild:
+ Version bump
+
+ 02 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+ +esorex-3.6.8.ebuild:
+ Version bump
+
+ 26 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org> -esorex-3.6.ebuild,
+ +esorex-3.6.1.ebuild:
+ Version bump.
+
+*esorex-3.6 (15 Oct 2006)
+
+ 15 Oct 2006; Sebastien Fabbro <seb@ist.utl.pt>;
+ +esorex-3.6.ebuild, +metadata.xml.
+ Initial import.
+ \ No newline at end of file
diff --git a/sci-astronomy/esorex/esorex-3.8.3.ebuild b/sci-astronomy/esorex/esorex-3.8.3.ebuild
new file mode 100644
index 000000000000..1d8a749025b5
--- /dev/null
+++ b/sci-astronomy/esorex/esorex-3.8.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/esorex-3.8.3.ebuild,v 1.1 2010/05/26 19:10:16 bicatali Exp $
+
+EAPI=2
+
+DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
+HOMEPAGE="http://www.eso.org/sci/data-processing/software/cpl/esorex.html"
+SRC_URI="ftp://ftp.eso.org/pub/cpl/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+DEPEND=">=sci-astronomy/cpl-5.2"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc README AUTHORS NEWS TODO BUGS ChangeLog
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r examples || die
+ fi
+}
diff --git a/sci-astronomy/esorex/metadata.xml b/sci-astronomy/esorex/metadata.xml
new file mode 100644
index 000000000000..ab536f9dbc8d
--- /dev/null
+++ b/sci-astronomy/esorex/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<longdescription lang="en">
+ EsoRex is the ESO Recipe Execution Tool. It can list, configure and
+ execute CPL-based recipes from the command line. One of the features
+ provided by the CPL is the ability to create data-reduction algorithms
+ that run as plugins (dynamic libraries). These are called recipes and
+ are one of the main aspects of the CPL data-reduction development
+ environment. As these recipes are dynamic libraries, it is not
+ possible to run them directly from the command line. However, ESO
+ provides several tools to do this, thus saving recipe developers the
+ need to write such an application themselves. One of these is GASGANO
+ (a GUI-based tool) and the other is EsoRex (which runs from the
+ command line.
+</longdescription>
+</pkgmetadata>