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/psfex/
Date: Sat, 22 Mar 2014 09:45:24
Message-Id: 1395481481.2146cd72f7b743374532e6310a6ee43b56df2c7a.jlec@gentoo
1 commit: 2146cd72f7b743374532e6310a6ee43b56df2c7a
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 21 16:52:12 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=2146cd72
7
8 sci-astronomy/psfex: Add new version linked to live one
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-astronomy/psfex/ChangeLog | 6 ++++++
14 sci-astronomy/psfex/psfex-3.17.0.ebuild | 1 +
15 sci-astronomy/psfex/psfex-9999.ebuild | 4 ++--
16 3 files changed, 9 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-astronomy/psfex/ChangeLog b/sci-astronomy/psfex/ChangeLog
19 index 1baf9a8..2a9540b 100644
20 --- a/sci-astronomy/psfex/ChangeLog
21 +++ b/sci-astronomy/psfex/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*psfex-3.17.0 (21 Mar 2014)
27 +
28 + 21 Mar 2014; Sébastien Fabbro <bicatali@g.o> +psfex-3.17.0.ebuild,
29 + psfex-9999.ebuild:
30 + sci-astronomy/psfex: Add new version linked to live one
31 +
32 *psfex-3.9.1 (27 Feb 2014)
33
34 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> +psfex-3.9.1.ebuild,
35
36 diff --git a/sci-astronomy/psfex/psfex-3.17.0.ebuild b/sci-astronomy/psfex/psfex-3.17.0.ebuild
37 new file mode 120000
38 index 0000000..1942f52
39 --- /dev/null
40 +++ b/sci-astronomy/psfex/psfex-3.17.0.ebuild
41 @@ -0,0 +1 @@
42 +psfex-9999.ebuild
43 \ No newline at end of file
44
45 diff --git a/sci-astronomy/psfex/psfex-9999.ebuild b/sci-astronomy/psfex/psfex-9999.ebuild
46 index b1abdd6..9a4a23f 100644
47 --- a/sci-astronomy/psfex/psfex-9999.ebuild
48 +++ b/sci-astronomy/psfex/psfex-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 AUTOTOOLS_AUTORECONF=1
60 AUTOTOOLS_IN_SOURCE_BUILD=1
61
62 -inherit ${_SVN} autotools-utils multilib
63 +inherit autotools-utils multilib
64
65 DESCRIPTION="Extracts models of the Point Spread Function from FITS images"
66 HOMEPAGE="http://www.astromatic.net/software/psfex"