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/swarp/, sci-astronomy/swarp/files/
Date: Mon, 29 Feb 2016 22:16:55
Message-Id: 1456787582.813655152cc53e90128b19461416ad7958bd2a63.bicatali@gentoo
1 commit: 813655152cc53e90128b19461416ad7958bd2a63
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 21:11:46 2016 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 23:13:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81365515
7
8 sci-astronomy/swarp: Version bump and cleanup
9
10 Package-Manager: portage-2.2.27
11
12 sci-astronomy/swarp/Manifest | 2 +-
13 sci-astronomy/swarp/files/swarp-nodoc.patch | 11 -----------
14 .../{swarp-2.19.1.ebuild => swarp-2.38.0.ebuild} | 22 +++++++++-------------
15 3 files changed, 10 insertions(+), 25 deletions(-)
16
17 diff --git a/sci-astronomy/swarp/Manifest b/sci-astronomy/swarp/Manifest
18 index 085dae0..48df37c 100644
19 --- a/sci-astronomy/swarp/Manifest
20 +++ b/sci-astronomy/swarp/Manifest
21 @@ -1 +1 @@
22 -DIST swarp-2.19.1.tar.gz 1962393 SHA256 26e72defa0526e5be59e854bd54f54dc13b28f9ccede40571729c426b030d8cb SHA512 26c5f7522d9b4f6e7d58a818dad62c0eb811f7bbe6e0547a8200f0d4e19bca4f7dc55043d459814abd4b255f75147b975a3bfe9595334ef8c1b0e0b51d31ce9f WHIRLPOOL 84049875eeeba67c579fbad84d0d792d7829a9d74d35483e8933910709e0fb3f91ccf589b5bf46683998bcb06f5c3a46c3d184010835e013dbed9afddd16be6d
23 +DIST swarp-2.38.0.tar.gz 2063462 SHA256 f54a637f6c17ef2d94f767da641afea9bec726c31501cb828d9b948b1507c7c4 SHA512 80f4ade59738df3d4c9b47bda04148b53c6ba995d523fa8d1e02fb5d952b6078a53cc7d273849a033505de127a4f318b95adf2bf5a2dc38e8cc9bdaf5658487a WHIRLPOOL e328be5011ac0a89858ce7420d57715f2a178012b81f649953f63bbac6ae5a75c86905c01f58c4bc0a2149b41291e3092e40dbfd302667a1fcb7b2aa9688ac40
24
25 diff --git a/sci-astronomy/swarp/files/swarp-nodoc.patch b/sci-astronomy/swarp/files/swarp-nodoc.patch
26 deleted file mode 100644
27 index dd8471e..0000000
28 --- a/sci-astronomy/swarp/files/swarp-nodoc.patch
29 +++ /dev/null
30 @@ -1,11 +0,0 @@
31 ---- Makefile.am.orig 2010-06-08 21:48:23.000000000 +0100
32 -+++ Makefile.am 2010-06-08 21:48:34.000000000 +0100
33 -@@ -2,7 +2,7 @@
34 - # Copyright (C) 2003-2009 Emmanuel Bertin.
35 - AUTOMAKE_OPTIONS = foreign no-dependencies
36 - SUBDIRS = man src
37 --dist_pkgdata_DATA = doc xsl/swarp.xsl
38 -+dist_pkgdata_DATA = xsl/swarp.xsl
39 - EXTRA_DIST = AUTHORS BUGS ChangeLog COPYRIGHT HISTORY INSTALL \
40 - README THANKS TODO \
41 - acx_pthread.m4 acx_prog_cc_optim.m4 \
42
43 diff --git a/sci-astronomy/swarp/swarp-2.19.1.ebuild b/sci-astronomy/swarp/swarp-2.38.0.ebuild
44 similarity index 52%
45 rename from sci-astronomy/swarp/swarp-2.19.1.ebuild
46 rename to sci-astronomy/swarp/swarp-2.38.0.ebuild
47 index 9884a43..16fd61b 100644
48 --- a/sci-astronomy/swarp/swarp-2.19.1.ebuild
49 +++ b/sci-astronomy/swarp/swarp-2.38.0.ebuild
50 @@ -1,31 +1,27 @@
51 -# Copyright 1999-2012 Gentoo Foundation
52 +# Copyright 1999-2016 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Id$
55
56 -EAPI=4
57 -inherit eutils autotools
58 +EAPI=6
59
60 DESCRIPTION="Resample and coadd astronomical FITS images"
61 -HOMEPAGE="http://astromatic.iap.fr/software/swarp"
62 -SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz"
63 +HOMEPAGE="http://www.astromatic.net/software/swarp"
64 +SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
65 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
66
67 -LICENSE="CeCILL-2"
68 +LICENSE="GPL-3"
69 SLOT="0"
70 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
71 +
72 IUSE="doc threads"
73 +
74 RDEPEND=""
75 DEPEND="${RDEPEND}"
76
77 -src_prepare() {
78 - epatch "${FILESDIR}"/${PN}-nodoc.patch
79 - eautoreconf
80 -}
81 -
82 src_configure() {
83 econf $(use_enable threads)
84 }
85
86 -src_install() {
87 +src_install () {
88 default
89 use doc && dodoc doc/*
90 }