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/weightwatcher/
Date: Thu, 27 Feb 2014 23:01:51
Message-Id: 1393534471.f020ef91b94a89f68a9c351dea17bc7a55f05d2d.bicatali@gentoo
1 commit: f020ef91b94a89f68a9c351dea17bc7a55f05d2d
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 27 20:54:31 2014 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 27 20:54:31 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f020ef91
7
8 sci-astronomy/weightwatcher: EAPI-5, autotools-utils
9
10 Package-Manager: portage-2.2.8-prefix
11
12 ---
13 sci-astronomy/weightwatcher/ChangeLog | 7 ++++--
14 .../weightwatcher/weightwatcher-1.8.10.ebuild | 29 ----------------------
15 .../weightwatcher/weightwatcher-9999.ebuild | 13 +++++-----
16 3 files changed, 11 insertions(+), 38 deletions(-)
17
18 diff --git a/sci-astronomy/weightwatcher/ChangeLog b/sci-astronomy/weightwatcher/ChangeLog
19 index 7f7b9f5..22ba374 100644
20 --- a/sci-astronomy/weightwatcher/ChangeLog
21 +++ b/sci-astronomy/weightwatcher/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-astronomy/weightwatcher
24 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 27 Feb 2014; Sébastien Fabbro <bicatali@g.o> -Manifest,
29 + -weightwatcher-1.8.10.ebuild, weightwatcher-9999.ebuild:
30 + sci-astronomy/weightwatcher: EAPI-5, autotools-utils
31 +
32 *weightwatcher-9999 (09 Jul 2012)
33
34 09 Jul 2012; Sébastien Fabbro <bicatali@g.o>
35 @@ -19,4 +23,3 @@
36
37 18 Nov 2010; Sébastien Fabbro <bicatali@g.o> ChangeLog:
38 Initial import
39 -
40
41 diff --git a/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild b/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild
42 deleted file mode 100644
43 index 5996e93..0000000
44 --- a/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild
45 +++ /dev/null
46 @@ -1,29 +0,0 @@
47 -# Copyright 1999-2014 Gentoo Foundation
48 -# Distributed under the terms of the GNU General Public License v2
49 -# $Header: $
50 -
51 -EAPI=4
52 -
53 -inherit eutils autotools
54 -
55 -DESCRIPTION="Combine weight maps and polygon for astronomical images weighting"
56 -HOMEPAGE="http://www.astromatic.net/software/weightwatcher/"
57 -SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
58 -
59 -LICENSE="GPL-3"
60 -SLOT="0"
61 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
62 -IUSE="doc"
63 -
64 -RDEPEND=""
65 -DEPEND="${RDEPEND}"
66 -
67 -src_prepare() {
68 - epatch "${FILESDIR}"/${P}-configure.patch
69 - eautoreconf
70 -}
71 -
72 -src_install () {
73 - default
74 - use doc && dodoc doc/*.pdf
75 -}
76
77 diff --git a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
78 index a290a70..71aa61c 100644
79 --- a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
80 +++ b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild
81 @@ -2,7 +2,7 @@
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: $
84
85 -EAPI=4
86 +EAPI=5
87
88 if [[ ${PV} == "9999" ]] ; then
89 _SVN=subversion
90 @@ -14,7 +14,10 @@ else
91 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
92 fi
93
94 -inherit ${_SVN} autotools
95 +AUTOTOOLS_AUTORECONF=1
96 +AUTOTOOLS_IN_SOURCE_BUILD=1
97 +
98 +inherit ${_SVN} autotools-utils
99
100 DESCRIPTION="Combine weight maps and polygon for astronomical images weighting"
101 HOMEPAGE="http://www.astromatic.net/software/weightwatcher/"
102 @@ -26,11 +29,7 @@ IUSE="doc"
103 RDEPEND=""
104 DEPEND="${RDEPEND}"
105
106 -src_prepare() {
107 - eautoreconf
108 -}
109 -
110 src_install () {
111 - default
112 + autotools-utils_src_install
113 use doc && dodoc doc/*
114 }