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/idlastro: ChangeLog idlastro-20120120.ebuild
Date: Wed, 01 Feb 2012 17:45:50
Message-Id: 20120201174540.7A50C2004B@flycatcher.gentoo.org
1 bicatali 12/02/01 17:45:40
2
3 Modified: ChangeLog
4 Added: idlastro-20120120.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-astronomy/idlastro/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/idlastro/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/idlastro/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/idlastro/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 29 Dec 2011 23:07:22 -0000 1.1
24 +++ ChangeLog 1 Feb 2012 17:45:40 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-astronomy/idlastro
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.1 2011/12/29 23:07:22 bicatali Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/ChangeLog,v 1.2 2012/02/01 17:45:40 bicatali Exp $
31 +
32 +*idlastro-20120120 (01 Feb 2012)
33 +
34 + 01 Feb 2012; Sébastien Fabbro <bicatali@g.o>
35 + +idlastro-20120120.ebuild:
36 + Version bump
37
38 *idlastro-20111226 (29 Dec 2011)
39
40
41
42
43 1.1 sci-astronomy/idlastro/idlastro-20120120.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/idlastro/idlastro-20120120.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/idlastro/idlastro-20120120.ebuild?rev=1.1&content-type=text/plain
47
48 Index: idlastro-20120120.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/idlastro/idlastro-20120120.ebuild,v 1.1 2012/02/01 17:45:40 bicatali Exp $
53
54 EAPI=4
55
56 DESCRIPTION="Astronomical user routines for IDL"
57 HOMEPAGE="http://idlastro.gsfc.nasa.gov/"
58 SRC_URI="${HOMEPAGE}/ftp/astron.tar.gz -> ${P}.tar.gz"
59
60 LICENSE="public-domain"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64 DEPEND=""
65 RDEPEND=">=dev-lang/gdl-0.9.2-r1"
66
67 S="${WORKDIR}"
68
69 src_install() {
70 insinto /usr/share/gnudatalanguage/${PN}
71 doins -r pro/*
72 dodoc *txt text/*
73 }