Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/swarp/
Date: Sat, 22 Mar 2014 09:45:23
Message-Id: 1395481481.7490eef4fa913516de9bf03ec72b85a623e0c25a.jlec@gentoo
1 commit: 7490eef4fa913516de9bf03ec72b85a623e0c25a
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 21 17:05:30 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 22 09:44:41 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7490eef4
7
8 sci-astronomy/swarp: Add new version linked to live one
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-astronomy/swarp/ChangeLog | 6 ++++++
14 sci-astronomy/swarp/swarp-2.38.0.ebuild | 1 +
15 sci-astronomy/swarp/swarp-9999.ebuild | 4 ++--
16 3 files changed, 9 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-astronomy/swarp/ChangeLog b/sci-astronomy/swarp/ChangeLog
19 index f5366c4..5af7527 100644
20 --- a/sci-astronomy/swarp/ChangeLog
21 +++ b/sci-astronomy/swarp/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/swarp/ChangeLog,v 1.6 2011/08/04 18:33:44 bicatali Exp $
25
26 +*swarp-2.38.0 (21 Mar 2014)
27 +
28 + 21 Mar 2014; Sébastien Fabbro <bicatali@g.o> +swarp-2.38.0.ebuild,
29 + swarp-9999.ebuild:
30 + sci-astronomy/swarp: Add new version linked to live one
31 +
32 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> swarp-9999.ebuild:
33 sci-astronomy/swarp: EAPI-5, autotools-utils
34
35
36 diff --git a/sci-astronomy/swarp/swarp-2.38.0.ebuild b/sci-astronomy/swarp/swarp-2.38.0.ebuild
37 new file mode 120000
38 index 0000000..ffc97cb
39 --- /dev/null
40 +++ b/sci-astronomy/swarp/swarp-2.38.0.ebuild
41 @@ -0,0 +1 @@
42 +swarp-9999.ebuild
43 \ No newline at end of file
44
45 diff --git a/sci-astronomy/swarp/swarp-9999.ebuild b/sci-astronomy/swarp/swarp-9999.ebuild
46 index be98a71..25d68f6 100644
47 --- a/sci-astronomy/swarp/swarp-9999.ebuild
48 +++ b/sci-astronomy/swarp/swarp-9999.ebuild
49 @@ -5,7 +5,7 @@
50 EAPI=5
51
52 if [[ ${PV} == "9999" ]] ; then
53 - _SVN=subversion
54 + inherit subversion
55 ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
56 SRC_URI=""
57 KEYWORDS=""
58 @@ -17,7 +17,7 @@ fi
59
60 AUTOTOOLS_IN_SOURCE_BUILD=1
61
62 -inherit ${_SVN} autotools-utils
63 +inherit autotools-utils
64
65 DESCRIPTION="Resample and coadd astronomical FITS images"
66 HOMEPAGE="http://astromatic.iap.fr/software/swarp"