From f6e50d9c70fcaa40d6dd3961b4f6dec2194bbfb9 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Wed, 26 May 2010 19:10:16 +0000 Subject: Import to the main tree and bump (Portage version: 2.2_rc67/cvs/Linux x86_64) --- sci-astronomy/esorex/ChangeLog | 34 ++++++++++++++++++++++++++++++++ sci-astronomy/esorex/esorex-3.8.3.ebuild | 24 ++++++++++++++++++++++ sci-astronomy/esorex/metadata.xml | 18 +++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 sci-astronomy/esorex/ChangeLog create mode 100644 sci-astronomy/esorex/esorex-3.8.3.ebuild create mode 100644 sci-astronomy/esorex/metadata.xml (limited to 'sci-astronomy/esorex') 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 +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 -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 + +esorex-3.6.12.ebuild: + Version bump + + 02 Jun 2008; Sébastien Fabbro metadata.xml, + +esorex-3.6.8.ebuild: + Version bump + + 26 Mar 2007; Sébastien Fabbro -esorex-3.6.ebuild, + +esorex-3.6.1.ebuild: + Version bump. + +*esorex-3.6 (15 Oct 2006) + + 15 Oct 2006; Sebastien Fabbro ; + +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 @@ + + + +sci + + 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. + + -- cgit v1.2.3-65-gdbad