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/stuff/
Date: Sat, 22 Mar 2014 09:45:30
Message-Id: 1395481481.ac409134fe45cac9879b38934f354a7c78ad402f.jlec@gentoo
1 commit: ac409134fe45cac9879b38934f354a7c78ad402f
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 21 17:03:28 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=ac409134
7
8 sci-astronomy/stuff: Add new version linked to live one
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-astronomy/stuff/ChangeLog | 6 ++++++
14 sci-astronomy/stuff/stuff-1.26.0.ebuild | 1 +
15 sci-astronomy/stuff/stuff-9999.ebuild | 6 +++---
16 3 files changed, 10 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-astronomy/stuff/ChangeLog b/sci-astronomy/stuff/ChangeLog
19 index dfb71f7..a4ed28d 100644
20 --- a/sci-astronomy/stuff/ChangeLog
21 +++ b/sci-astronomy/stuff/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*stuff-1.26.0 (21 Mar 2014)
27 +
28 + 21 Mar 2014; Sébastien Fabbro <bicatali@g.o> +stuff-1.26.0.ebuild,
29 + stuff-9999.ebuild:
30 + sci-astronomy/stuff: Add new version linked to live one
31 +
32 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> -Manifest,
33 -files/stuff-configure.patch, -stuff-1.19.ebuild, stuff-9999.ebuild:
34 sci-astronomy/stuff: EAPI-5, autotools-utils
35
36 diff --git a/sci-astronomy/stuff/stuff-1.26.0.ebuild b/sci-astronomy/stuff/stuff-1.26.0.ebuild
37 new file mode 120000
38 index 0000000..181cfcc
39 --- /dev/null
40 +++ b/sci-astronomy/stuff/stuff-1.26.0.ebuild
41 @@ -0,0 +1 @@
42 +stuff-9999.ebuild
43 \ No newline at end of file
44
45 diff --git a/sci-astronomy/stuff/stuff-9999.ebuild b/sci-astronomy/stuff/stuff-9999.ebuild
46 index 5bbdb37..e013441 100644
47 --- a/sci-astronomy/stuff/stuff-9999.ebuild
48 +++ b/sci-astronomy/stuff/stuff-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="Tool for automatic generation of astronomical catalogs"
70 HOMEPAGE="http://www.astromatic.net/software/stuff/"