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: esorex-3.9.0.ebuild ChangeLog
Date: Fri, 08 Apr 2011 04:48:24
Message-Id: 20110408044813.8FAC720054@flycatcher.gentoo.org
1 bicatali 11/04/08 04:48:13
2
3 Modified: ChangeLog
4 Added: esorex-3.9.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.45/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sci-astronomy/esorex/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 3 Oct 2010 08:24:56 -0000 1.2
24 +++ ChangeLog 8 Apr 2011 04:48:13 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-astronomy/esorex
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.2 2010/10/03 08:24:56 xarthisius Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/ChangeLog,v 1.3 2011/04/08 04:48:13 bicatali Exp $
31 +
32 +*esorex-3.9.0 (08 Apr 2011)
33 +
34 + 08 Apr 2011; Sébastien Fabbro <bicatali@g.o> +esorex-3.9.0.ebuild:
35 + Version bump
36
37 *esorex-3.8.3-r1 (03 Oct 2010)
38
39
40
41
42 1.1 sci-astronomy/esorex/esorex-3.9.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/esorex-3.9.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/esorex/esorex-3.9.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: esorex-3.9.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/esorex/esorex-3.9.0.ebuild,v 1.1 2011/04/08 04:48:13 bicatali Exp $
52
53 EAPI=4
54
55 DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
56 HOMEPAGE="http://www.eso.org/sci/software/cpl/esorex.html"
57 SRC_URI="ftp://ftp.eso.org/pub/cpl/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="examples"
63
64 DEPEND=">=sci-astronomy/cpl-5.2"
65 RDEPEND="${DEPEND}"
66
67 src_install() {
68 default
69 if use examples; then
70 insinto /usr/share/doc/${PF}
71 doins -r examples
72 fi
73 }