Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/esorex: metadata.xml esorex-3.8.3.ebuild ChangeLog
Date: Wed, 26 May 2010 19:10:20
Message-Id: 20100526191017.22EE12CEFB@corvid.gentoo.org
1 bicatali 10/05/26 19:10:17
2
3 Added: metadata.xml esorex-3.8.3.ebuild ChangeLog
4 Log:
5 Import to the main tree and bump
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-astronomy/esorex/metadata.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>sci</herd>
20 <longdescription lang="en">
21 EsoRex is the ESO Recipe Execution Tool. It can list, configure and
22 execute CPL-based recipes from the command line. One of the features
23 provided by the CPL is the ability to create data-reduction algorithms
24 that run as plugins (dynamic libraries). These are called recipes and
25 are one of the main aspects of the CPL data-reduction development
26 environment. As these recipes are dynamic libraries, it is not
27 possible to run them directly from the command line. However, ESO
28 provides several tools to do this, thus saving recipe developers the
29 need to write such an application themselves. One of these is GASGANO
30 (a GUI-based tool) and the other is EsoRex (which runs from the
31 command line.
32 </longdescription>
33 </pkgmetadata>
34
35
36
37 1.1 sci-astronomy/esorex/esorex-3.8.3.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/esorex-3.8.3.ebuild?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/esorex-3.8.3.ebuild?rev=1.1&content-type=text/plain
41
42 Index: esorex-3.8.3.ebuild
43 ===================================================================
44 # Copyright 1999-2010 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/esorex-3.8.3.ebuild,v 1.1 2010/05/26 19:10:16 bicatali Exp $
47
48 EAPI=2
49
50 DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
51 HOMEPAGE="http://www.eso.org/sci/data-processing/software/cpl/esorex.html"
52 SRC_URI="ftp://ftp.eso.org/pub/cpl/${P}.tar.gz"
53 LICENSE="GPL-2"
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56 IUSE="examples"
57 DEPEND=">=sci-astronomy/cpl-5.2"
58 RDEPEND="${DEPEND}"
59
60 src_install() {
61 emake DESTDIR="${D}" install || die "emake install failed"
62 dodoc README AUTHORS NEWS TODO BUGS ChangeLog
63 if use examples; then
64 insinto /usr/share/doc/${PF}
65 doins -r examples || die
66 fi
67 }
68
69
70
71 1.1 sci-astronomy/esorex/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/ChangeLog?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/ChangeLog?rev=1.1&content-type=text/plain
75
76 Index: ChangeLog
77 ===================================================================
78 # ChangeLog for sci-astronomy/esorex
79 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
80 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.1 2010/05/26 19:10:16 bicatali Exp $
81
82 *esorex-3.8.3 (26 May 2010)
83
84 26 May 2010; Sébastien Fabbro <bicatali@g.o> +esorex-3.8.3.ebuild,
85 +metadata.xml:
86 Import to the main tree and bump
87
88 *esorex-3.7.2 (23 Jul 2009)
89
90 23 Jul 2009; Sébastien Fabbro <bicatali@g.o> -esorex-3.6.1.ebuild,
91 -esorex-3.6.8.ebuild, -esorex-3.6.12.ebuild, +esorex-3.7.2.ebuild:
92 Version bump
93
94 08 Dec 2008; Sébastien Fabbro <bicatali@g.o>
95 +esorex-3.6.12.ebuild:
96 Version bump
97
98 02 Jun 2008; Sébastien Fabbro <bicatali@g.o> metadata.xml,
99 +esorex-3.6.8.ebuild:
100 Version bump
101
102 26 Mar 2007; Sébastien Fabbro <bicatali@g.o> -esorex-3.6.ebuild,
103 +esorex-3.6.1.ebuild:
104 Version bump.
105
106 *esorex-3.6 (15 Oct 2006)
107
108 15 Oct 2006; Sebastien Fabbro <seb@×××××××.pt>;
109 +esorex-3.6.ebuild, +metadata.xml.
110 Initial import.