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/sextractor/
Date: Sat, 22 Mar 2014 09:45:31
Message-Id: 1395481481.a74a6ca3bed3b68808cde534675ae986f296af0e.jlec@gentoo
1 commit: a74a6ca3bed3b68808cde534675ae986f296af0e
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 21 16:55:23 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=a74a6ca3
7
8 sci-astronomy/sextractor: Add new version linked to live one
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-astronomy/sextractor/ChangeLog | 6 ++++++
14 sci-astronomy/sextractor/sextractor-2.19.5.ebuild | 1 +
15 sci-astronomy/sextractor/sextractor-9999.ebuild | 6 +++---
16 3 files changed, 10 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-astronomy/sextractor/ChangeLog b/sci-astronomy/sextractor/ChangeLog
19 index b5426c1..29d2adc 100644
20 --- a/sci-astronomy/sextractor/ChangeLog
21 +++ b/sci-astronomy/sextractor/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/sextractor/ChangeLog,v 1.3 2011/08/04 18:32:38 bicatali Exp $
25
26 +*sextractor-2.19.5 (21 Mar 2014)
27 +
28 + 21 Mar 2014; Sébastien Fabbro <bicatali@g.o> +sextractor-2.19.5.ebuild,
29 + sextractor-9999.ebuild:
30 + sci-astronomy/sextractor: Add new version linked to live one
31 +
32 27 Feb 2014; Sébastien Fabbro <bicatali@g.o>
33 sextractor-2.8.6-r1.ebuild, sextractor-9999.ebuild:
34 sci-astronomy/sextractor: EAPI-5, autotools-utils, missing threads on atlas
35
36 diff --git a/sci-astronomy/sextractor/sextractor-2.19.5.ebuild b/sci-astronomy/sextractor/sextractor-2.19.5.ebuild
37 new file mode 120000
38 index 0000000..8b8a275
39 --- /dev/null
40 +++ b/sci-astronomy/sextractor/sextractor-2.19.5.ebuild
41 @@ -0,0 +1 @@
42 +sextractor-9999.ebuild
43 \ No newline at end of file
44
45 diff --git a/sci-astronomy/sextractor/sextractor-9999.ebuild b/sci-astronomy/sextractor/sextractor-9999.ebuild
46 index 0e8f58a..747a681 100644
47 --- a/sci-astronomy/sextractor/sextractor-9999.ebuild
48 +++ b/sci-astronomy/sextractor/sextractor-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 @@ -16,7 +16,7 @@ fi
59
60 AUTOTOOLS_IN_SOURCE_BUILD=1
61
62 -inherit ${_SVN} autotools-utils multilib
63 +inherit autotools-utils multilib
64
65 DESCRIPTION="Extract catalogs of sources from astronomical FITS images"
66 HOMEPAGE="http://www.astromatic.net/software/sextractor"
67 @@ -69,5 +69,5 @@ src_install () {
68
69 pkg_postinst() {
70 elog "SExtractor examples configuration files are located in"
71 - elog "${EROOT}/${CONFDIR} and are not loaded anymore by default."
72 + elog "${EROOT%/}/${CONFDIR} and are not loaded anymore by default."
73 }