Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/esorex/
Date: Wed, 24 Feb 2016 20:35:39
Message-Id: 1456349509.ec57125c36a557e5866918d0d4d19dd88d402236.bicatali@gentoo
1 commit: ec57125c36a557e5866918d0d4d19dd88d402236
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 21:28:30 2016 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 21:31:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec57125c
7
8 sci-astronomy/esorex: Version bump
9
10 Package-Manager: portage-2.2.27
11
12 sci-astronomy/esorex/Manifest | 2 +-
13 .../{esorex-3.10-r2.ebuild => esorex-3.12.ebuild} | 19 +++++++++----------
14 2 files changed, 10 insertions(+), 11 deletions(-)
15
16 diff --git a/sci-astronomy/esorex/Manifest b/sci-astronomy/esorex/Manifest
17 index 35d10e6..556e7a1 100644
18 --- a/sci-astronomy/esorex/Manifest
19 +++ b/sci-astronomy/esorex/Manifest
20 @@ -1,2 +1,2 @@
21 DIST esorex-3.10.2.tar.gz 817875 SHA256 9a295754452b3e84fe2bc3674aaaf2e93354d2ad16781cb3f4c3f37ca0214e1e SHA512 6f6f663bd74d61f3612a13fb39e17c984f8ed88d9dd175951b385d9797433b19a6e276841b23b61881cec8702eb8d74061549a922acf939a9a5e98c8016d1ecb WHIRLPOOL cb900ecad2067498c9865cfbd3db4d80f0f2907ea18e8eb3ab5d07aaea2a184520a480ad62cf591a30abbe51023f8f8384139ca67fdd05d3a35cde837f730967
22 -DIST esorex-3.10.tar.gz 817307 SHA256 72ff1d26a45d7e926b1f4f74f1f286c8feb142dba7b0b5bb717c6286644f9494 SHA512 985a906418488fec46fc939bf64b40330ae829771860a36a40240b703f6f6f89f3da6701ee4ceb8c6d2c0b478004596dce4dbc11389937e75ef02d9ecb4c3d16 WHIRLPOOL ef368d35f5145b5626c88d6d4af7249889cce1ef901c67318d1f06f9baa7a0411c87917969261c0a268a06e5fd0dafd30701f49394cb82671f8c9ce282bc4768
23 +DIST esorex-3.12.tar.gz 649290 SHA256 b99a11a93942543fd6c4e96975fa9f45e0e2c36412093c1be6ac37e545f1fd50 SHA512 02547d44cf93c570b2be6f429215efee95a2ef91a26b45fd0a5bfea3ec00837e04972f801c3c00a892eb8bb24b2e3aa8a854b4093844cfae0aed3bf0f396eac6 WHIRLPOOL 8c22a6afb7bd8ccabc5e6bc2b42bb414a4a0a0dada41c15686949e20d2bbdc5f473107221ecb5222b4b5d06db42af786d812a861076c93743612bca05ee5833f
24
25 diff --git a/sci-astronomy/esorex/esorex-3.10-r2.ebuild b/sci-astronomy/esorex/esorex-3.12.ebuild
26 similarity index 75%
27 rename from sci-astronomy/esorex/esorex-3.10-r2.ebuild
28 rename to sci-astronomy/esorex/esorex-3.12.ebuild
29 index 4a159be..8c71831 100644
30 --- a/sci-astronomy/esorex/esorex-3.10-r2.ebuild
31 +++ b/sci-astronomy/esorex/esorex-3.12.ebuild
32 @@ -1,14 +1,10 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 +# Copyright 1999-2016 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 # $Id$
37
38 -EAPI=5
39 +EAPI=6
40
41 -AUTOTOOLS_AUTORECONF=1
42 -AUTOTOOLS_IN_SOURCE_BUILD=1
43 -AT_NO_RECURSIVE=1
44 -
45 -inherit autotools-utils
46 +inherit autotools
47
48 DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
49 HOMEPAGE="http://www.eso.org/sci/software/cpl/esorex.html"
50 @@ -25,17 +21,20 @@ RDEPEND="${DEPEND}"
51 PATCHES=(
52 "${FILESDIR}"/${PN}-3.9.6-use-shared-libs.patch
53 "${FILESDIR}"/${PN}-3.10-remove-private-ltdl.patch
54 - "${FILESDIR}"/${PN}-3.10-fix-autotools.patch
55 "${FILESDIR}"/${PN}-3.10-generate-manpage.patch
56 "${FILESDIR}"/${PN}-3.10-remove-empty-configdir.patch
57 "${FILESDIR}"/${PN}-3.10-set-default-plugin-path.patch
58 - "${FILESDIR}"/${PN}-3.10-cpl60_compat.patch
59 )
60
61 export CPLDIR="${EPREFIX}/usr"
62
63 +src_prepare() {
64 + default
65 + AT_NO_RECURSIVE=1 eautoreconf
66 +}
67 +
68 src_install() {
69 - autotools-utils_src_install
70 + default
71 dodoc -r examples
72 docompress -x /usr/share/doc/${PF}/examples
73 }