Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/stiff/
Date: Thu, 27 Feb 2014 23:01:50
Message-Id: 1393534244.8f1d853da54cbfcba96f417dea6f414cd71b775a.bicatali@gentoo
1 commit: 8f1d853da54cbfcba96f417dea6f414cd71b775a
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 27 20:50:44 2014 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 27 20:50:44 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8f1d853d
7
8 sci-astronomy/stiff: EAPI-5, autotools-utils
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-astronomy/stiff/ChangeLog | 7 +++++--
14 sci-astronomy/stiff/metadata.xml | 4 ++--
15 sci-astronomy/stiff/stiff-9999.ebuild | 3 ++-
16 3 files changed, 9 insertions(+), 5 deletions(-)
17
18 diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog
19 index 702e173..89a21dc 100644
20 --- a/sci-astronomy/stiff/ChangeLog
21 +++ b/sci-astronomy/stiff/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-astronomy/stiff
24 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/ChangeLog,v 1.7 2011/08/04 18:33:30 bicatali Exp $
27
28 + 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> metadata.xml,
29 + stiff-9999.ebuild:
30 + sci-astronomy/stiff: EAPI-5, autotools-utils
31 +
32 03 Mar 2013; Justin Lecher <jlec@g.o> stiff-9999.ebuild, metadata.xml:
33 Move to EAPI=5 and autotools-utils
34
35 @@ -53,4 +57,3 @@
36
37 19 Sep 2006; Sebastien Fabbro <seb@×××××××.pt> +stiff-1.10.ebuild:
38 Initial import.
39 -
40
41 diff --git a/sci-astronomy/stiff/metadata.xml b/sci-astronomy/stiff/metadata.xml
42 index 7068902..320c9fe 100644
43 --- a/sci-astronomy/stiff/metadata.xml
44 +++ b/sci-astronomy/stiff/metadata.xml
45 @@ -1,8 +1,8 @@
46 <?xml version="1.0" encoding="UTF-8"?>
47 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
48 <pkgmetadata>
49 - <herd>sci-astronomy</herd>
50 - <longdescription lang="en">
51 +<herd>sci-astronomy</herd>
52 +<longdescription lang="en">
53 STIFF is a program that convert scientific FITS images to the
54 more popular TIFF, in 8 (grayscale) or 24 (true colour: 3 times 8) bits per
55 pixel.
56
57 diff --git a/sci-astronomy/stiff/stiff-9999.ebuild b/sci-astronomy/stiff/stiff-9999.ebuild
58 index 473211c..8ac7854 100644
59 --- a/sci-astronomy/stiff/stiff-9999.ebuild
60 +++ b/sci-astronomy/stiff/stiff-9999.ebuild
61 @@ -14,7 +14,8 @@ else
62 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
63 fi
64
65 -AUTOTOOLS_AUTORECONF=true
66 +AUTOTOOLS_AUTORECONF=1
67 +AUTOTOOLS_IN_SOURCE_BUILD=1
68
69 inherit ${_SVN} autotools-utils