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/erfa: erfa-1.1.0.ebuild ChangeLog
Date: Wed, 28 May 2014 15:47:25
Message-Id: 20140528154722.324C62004E@flycatcher.gentoo.org
1 bicatali 14/05/28 15:47:22
2
3 Modified: ChangeLog
4 Added: erfa-1.1.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
9
10 Revision Changes Path
11 1.2 sci-astronomy/erfa/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/erfa/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/erfa/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/erfa/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/erfa/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 26 Nov 2013 17:18:15 -0000 1.1
24 +++ ChangeLog 28 May 2014 15:47:22 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-astronomy/erfa
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/erfa/ChangeLog,v 1.1 2013/11/26 17:18:15 bicatali Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/erfa/ChangeLog,v 1.2 2014/05/28 15:47:22 bicatali Exp $
31 +
32 +*erfa-1.1.0 (28 May 2014)
33 +
34 + 28 May 2014; Sébastien Fabbro <bicatali@g.o> +erfa-1.1.0.ebuild:
35 + Version bump
36
37 *erfa-1.0.1 (26 Nov 2013)
38
39
40
41
42 1.1 sci-astronomy/erfa/erfa-1.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/erfa/erfa-1.1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/erfa/erfa-1.1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: erfa-1.1.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/erfa/erfa-1.1.0.ebuild,v 1.1 2014/05/28 15:47:22 bicatali Exp $
52
53 EAPI=5
54
55 inherit autotools-utils
56
57 DESCRIPTION="Essential Routines for Fundamental Astronomy"
58 HOMEPAGE="https://github.com/liberfa/erfa"
59 SRC_URI="https://github.com/liberfa/${PN}/releases/download/v${PV}/${P}.tar.gz"
60
61 LICENSE="BSD"
62 SLOT="0/1"
63 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
64 IUSE="static-libs"