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