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/skymaker/
Date: Sat, 22 Mar 2014 09:45:22
Message-Id: 1395481481.22260da1523ada8c97808fd04a5acc46ce37de12.jlec@gentoo
1 commit: 22260da1523ada8c97808fd04a5acc46ce37de12
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 21 16:58:32 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=22260da1
7
8 sci-astronomy/skymaker: Add new version linked to live one
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-astronomy/skymaker/ChangeLog | 6 ++++++
14 sci-astronomy/skymaker/skymaker-3.10.5.ebuild | 1 +
15 sci-astronomy/skymaker/skymaker-9999.ebuild | 6 +++---
16 3 files changed, 10 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-astronomy/skymaker/ChangeLog b/sci-astronomy/skymaker/ChangeLog
19 index a1747aa..b233d09 100644
20 --- a/sci-astronomy/skymaker/ChangeLog
21 +++ b/sci-astronomy/skymaker/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*skymaker-3.10.5 (21 Mar 2014)
27 +
28 + 21 Mar 2014; Sébastien Fabbro <bicatali@g.o> +skymaker-3.10.5.ebuild,
29 + skymaker-9999.ebuild:
30 + sci-astronomy/skymaker: Add new version linked to live one
31 +
32 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> -Manifest,
33 -files/skymaker-configure.patch, -skymaker-3.3.3.ebuild, skymaker-9999.ebuild:
34 sci-astronomy/skymaker: EAPI-5, autotools-utils
35
36 diff --git a/sci-astronomy/skymaker/skymaker-3.10.5.ebuild b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild
37 new file mode 120000
38 index 0000000..bae5406
39 --- /dev/null
40 +++ b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild
41 @@ -0,0 +1 @@
42 +skymaker-9999.ebuild
43 \ No newline at end of file
44
45 diff --git a/sci-astronomy/skymaker/skymaker-9999.ebuild b/sci-astronomy/skymaker/skymaker-9999.ebuild
46 index 035872d..46cb59f 100644
47 --- a/sci-astronomy/skymaker/skymaker-9999.ebuild
48 +++ b/sci-astronomy/skymaker/skymaker-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 @@ -14,10 +14,10 @@ else
59 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
60 fi
61
62 -AUTOTOOLS_AUTORECONF=1
63 +#AUTOTOOLS_AUTORECONF=1
64 AUTOTOOLS_IN_SOURCE_BUILD=1
65
66 -inherit ${_SVN} autotools-utils
67 +inherit autotools-utils
68
69 DESCRIPTION="Program that simulates astronomical images"
70 HOMEPAGE="http://www.astromatic.net/software/skymaker"