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/stiff/
Date: Sat, 22 Mar 2014 09:45:32
Message-Id: 1395481481.5840117180f2f1e3624f2ae59fb3ff35138de4db.jlec@gentoo
1 commit: 5840117180f2f1e3624f2ae59fb3ff35138de4db
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 21 17:01:38 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=58401171
7
8 sci-astronomy/stiff: Add new version linked to live one
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-astronomy/stiff/ChangeLog | 6 ++++++
14 sci-astronomy/stiff/stiff-2.4.0.ebuild | 1 +
15 sci-astronomy/stiff/stiff-9999.ebuild | 10 +++++-----
16 3 files changed, 12 insertions(+), 5 deletions(-)
17
18 diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog
19 index 89a21dc..fd2f20a 100644
20 --- a/sci-astronomy/stiff/ChangeLog
21 +++ b/sci-astronomy/stiff/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/stiff/ChangeLog,v 1.7 2011/08/04 18:33:30 bicatali Exp $
25
26 +*stiff-2.4.0 (21 Mar 2014)
27 +
28 + 21 Mar 2014; Sébastien Fabbro <bicatali@g.o> +stiff-2.4.0.ebuild,
29 + stiff-9999.ebuild:
30 + sci-astronomy/stiff: Add new version linked to live one
31 +
32 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> metadata.xml,
33 stiff-9999.ebuild:
34 sci-astronomy/stiff: EAPI-5, autotools-utils
35
36 diff --git a/sci-astronomy/stiff/stiff-2.4.0.ebuild b/sci-astronomy/stiff/stiff-2.4.0.ebuild
37 new file mode 120000
38 index 0000000..5f7f899
39 --- /dev/null
40 +++ b/sci-astronomy/stiff/stiff-2.4.0.ebuild
41 @@ -0,0 +1 @@
42 +stiff-9999.ebuild
43 \ No newline at end of file
44
45 diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild
46 index 8ac7854..625f32a 100644
47 --- a/sci-astronomy/stiff/stiff-9999.ebuild
48 +++ b/sci-astronomy/stiff/stiff-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="Converts astronomical FITS images to the TIFF format"
70 HOMEPAGE="http://astromatic.iap.fr/software/stiff"
71 @@ -27,9 +27,9 @@ SLOT="0"
72 IUSE="doc threads"
73
74 RDEPEND="
75 - media-libs/tiff
76 + media-libs/tiff:0=
77 virtual/jpeg
78 - sys-libs/zlib"
79 + sys-libs/zlib:0="
80 DEPEND="${RDEPEND}"
81
82 src_configure() {