Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/bicatali:master commit in: sci-astronomy/wcstools/files/, dev-python/astropy/files/, profiles/, ...
Date: Mon, 22 Feb 2016 22:22:07
Message-Id: 1456183102.28ccee4f33c2381fa1139cb7107739a38dfc12a3.bicatali@gentoo
1 commit: 28ccee4f33c2381fa1139cb7107739a38dfc12a3
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 23:18:22 2016 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 23:18:22 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=28ccee4f
7
8 bunch of packages move to main tree
9
10 dev-python/astropy-helpers/Manifest | 1 -
11 .../astropy-helpers/astropy-helpers-1.1.1.ebuild | 23 -
12 dev-python/astropy-helpers/metadata.xml | 16 -
13 dev-python/astropy/Manifest | 1 -
14 dev-python/astropy/astropy-1.1.1.ebuild | 88 ---
15 .../files/astropy-1.0.4-system-configobj.patch | 14 -
16 .../astropy/files/astropy-1.0.4-system-six.patch | 12 -
17 .../astropy/files/astropy-1.1.1-fix-wcs.patch | 15 -
18 .../files/astropy-1.1.1-mark-kown-failures.patch | 99 ----
19 dev-python/astropy/files/astropy-ply.py | 58 --
20 dev-python/astropy/metadata.xml | 16 -
21 profiles/categories | 2 -
22 profiles/use.local.desc | 3 -
23 sci-astronomy/wcslib/Manifest | 1 -
24 sci-astronomy/wcslib/metadata.xml | 23 -
25 sci-astronomy/wcslib/wcslib-5.14.ebuild | 72 ---
26 sci-astronomy/wcstools/Manifest | 1 -
27 sci-astronomy/wcstools/files/Makefile.am | 73 ---
28 sci-astronomy/wcstools/files/Makefile.libwcs.am | 17 -
29 sci-astronomy/wcstools/files/configure.ac | 9 -
30 .../files/wcstools-3.9.2-RASortStars.patch | 14 -
31 .../files/wcstools-3.9.2-compiler_warnings.patch | 13 -
32 .../wcstools/files/wcstools-3.9.2-manpages.patch | 658 ---------------------
33 .../wcstools/files/wcstools-3.9.2-mayhem.patch | 69 ---
34 .../wcstools/files/wcstools-3.9.2-spelling.patch | 69 ---
35 .../wcstools/files/wcstools-3.9.2-sprintf.patch | 36 --
36 .../wcstools/files/wcstools-3.9.2-use_abort.patch | 14 -
37 .../files/wcstools-3.9.2-wcsinit_crash.patch | 20 -
38 sci-astronomy/wcstools/files/wcstools.pc.in | 13 -
39 sci-astronomy/wcstools/metadata.xml | 20 -
40 sci-astronomy/wcstools/wcstools-3.9.2.ebuild | 74 ---
41 sci-libs/cfitsio/Manifest | 1 -
42 sci-libs/cfitsio/cfitsio-3.37.ebuild | 60 --
43 sci-libs/cfitsio/metadata.xml | 18 -
44 sci-libs/netcdf-fortran/Manifest | 1 -
45 sci-libs/netcdf-fortran/metadata.xml | 14 -
46 .../netcdf-fortran/netcdf-fortran-4.4.2.ebuild | 53 --
47 sci-libs/netcdf/Manifest | 1 -
48 sci-libs/netcdf/metadata.xml | 18 -
49 sci-libs/netcdf/netcdf-4.3.3.1.ebuild | 56 --
50 40 files changed, 1766 deletions(-)
51
52 diff --git a/dev-python/astropy-helpers/Manifest b/dev-python/astropy-helpers/Manifest
53 deleted file mode 100644
54 index 6cfc4c9..0000000
55 --- a/dev-python/astropy-helpers/Manifest
56 +++ /dev/null
57 @@ -1 +0,0 @@
58 -DIST astropy-helpers-1.1.1.tar.gz 132083 SHA256 2da74e8e6b08f3c378fc5f863460bc5c45f4f08e47ed2887cff0a26692aadd4b SHA512 432580de37583b6195b6827dae46516553ceba71bfc038bb609bd59f158f3eb082925dc03f7d9b8ef10d9da68e0d40ee0fa0dc915d72ee0391d58d851a7114bf WHIRLPOOL a64b950acb452307e2f43206c2ff6d102856c0c60a7d4058a59ab8c82338692fee4e432d7dea78b865dea2401536a101713615079c3a1eafbfb4b8c034f57047
59
60 diff --git a/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild
61 deleted file mode 100644
62 index fd68055..0000000
63 --- a/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild
64 +++ /dev/null
65 @@ -1,23 +0,0 @@
66 -# Copyright 1999-2016 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Id$
69 -
70 -EAPI=6
71 -
72 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
73 -
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="Helpers for Astropy and Affiliated packages"
77 -HOMEPAGE="https://github.com/astropy/astropy-helpers"
78 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
79 -
80 -LICENSE="BSD"
81 -SLOT="0"
82 -IUSE=""
83 -KEYWORDS="~amd64 ~x86 ~x86-linux"
84 -
85 -python_prepare_all() {
86 - sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
87 - distutils-r1_python_prepare_all
88 -}
89
90 diff --git a/dev-python/astropy-helpers/metadata.xml b/dev-python/astropy-helpers/metadata.xml
91 deleted file mode 100644
92 index 845f41e..0000000
93 --- a/dev-python/astropy-helpers/metadata.xml
94 +++ /dev/null
95 @@ -1,16 +0,0 @@
96 -<?xml version="1.0" encoding="UTF-8"?>
97 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 -<pkgmetadata>
99 - <maintainer type="project">
100 - <email>sci-astronomy@g.o</email>
101 - <name>Gentoo Astronomy Project</name>
102 - </maintainer>
103 - <longdescription lang="en">
104 - astropy-helpers is a collection of build tools used by astropy
105 - that may be used by other projects.
106 - </longdescription>
107 - <upstream>
108 - <remote-id type="pypi">astropy-helpers</remote-id>
109 - <remote-id type="github">astropy/astropy-helpers</remote-id>
110 - </upstream>
111 -</pkgmetadata>
112
113 diff --git a/dev-python/astropy/Manifest b/dev-python/astropy/Manifest
114 deleted file mode 100644
115 index 591f179..0000000
116 --- a/dev-python/astropy/Manifest
117 +++ /dev/null
118 @@ -1 +0,0 @@
119 -DIST astropy-1.1.1.tar.gz 8157305 SHA256 4d2e7a8bd5191a66d7e1a52beefb4a0b6f496a1e9e8212422613219cb514769f SHA512 bc3c370da32d5f0098dbfc2808dba9d4d4424d3dcfba4d7ffd84b39569387b79ad93086e10678c259237f9cfe1229725501d0dc4eba51c9d01a4cd8a72024fb4 WHIRLPOOL 5b40955f56e6f080ad93b224eabd345565ef9f5e7f5ccb00e2737bd714117bc9b35922a044fe4ccaddb9d30fa72e13dd560577392120bfbd0a9d10c8aaa5aa01
120
121 diff --git a/dev-python/astropy/astropy-1.1.1.ebuild b/dev-python/astropy/astropy-1.1.1.ebuild
122 deleted file mode 100644
123 index cbe1283..0000000
124 --- a/dev-python/astropy/astropy-1.1.1.ebuild
125 +++ /dev/null
126 @@ -1,88 +0,0 @@
127 -# Copyright 1999-2016 Gentoo Foundation
128 -# Distributed under the terms of the GNU General Public License v2
129 -# $Id$
130 -
131 -EAPI=6
132 -
133 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
134 -
135 -inherit distutils-r1
136 -
137 -DESCRIPTION="Core functionality for performing astrophysics with Python"
138 -HOMEPAGE="http://astropy.org/"
139 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
140 -
141 -LICENSE="BSD"
142 -SLOT="0"
143 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
144 -IUSE="doc test"
145 -
146 -RDEPEND="
147 - >=dev-libs/expat-2.1.0:0=
148 - dev-python/configobj[${PYTHON_USEDEP}]
149 - dev-python/numpy[${PYTHON_USEDEP}]
150 - dev-python/ply[${PYTHON_USEDEP}]
151 - dev-python/six[${PYTHON_USEDEP}]
152 - >=sci-astronomy/erfa-1.2:0=
153 - >=sci-astronomy/wcslib-5:0=
154 - >=sci-libs/cfitsio-3.360:0=
155 - sys-libs/zlib:0="
156 -DEPEND="${RDEPEND}
157 - >=dev-python/astropy-helpers-1.1[${PYTHON_USEDEP}]
158 - dev-python/cython[${PYTHON_USEDEP}]
159 - dev-python/setuptools[${PYTHON_USEDEP}]
160 - virtual/pkgconfig
161 - doc? (
162 - dev-python/matplotlib[${PYTHON_USEDEP}]
163 - dev-python/sphinx[${PYTHON_USEDEP}]
164 - media-gfx/graphviz
165 - )
166 - test? (
167 - dev-libs/libxml2[${PYTHON_USEDEP}]
168 - dev-python/pytest[${PYTHON_USEDEP}]
169 - dev-python/h5py[${PYTHON_USEDEP}]
170 - dev-python/matplotlib[${PYTHON_USEDEP}]
171 - sci-libs/scipy[${PYTHON_USEDEP}]
172 - )"
173 -
174 -PATCHES=(
175 - "${FILESDIR}/${PN}-1.0.4-system-six.patch"
176 - "${FILESDIR}/${PN}-1.0.4-system-configobj.patch"
177 - "${FILESDIR}/${PN}-1.1.1-fix-wcs.patch"
178 - "${FILESDIR}/${PN}-1.1.1-mark-kown-failures.patch"
179 -)
180 -
181 -python_prepare_all() {
182 - export mydistutilsargs="--offline"
183 - export ASTROPY_USE_SYSTEM_PYTEST=True
184 - rm -r ${PN}_helpers || die
185 - cp "${FILESDIR}"/astropy-ply.py astropy/extern/ply.py || die
186 - rm -r cextern/{expat,erfa,cfitsio,wcslib} || die
187 - sed -i -e '/auto_use/s/True/False/' setup.cfg || die
188 - cat >> setup.cfg <<-EOF
189 -
190 - [build]
191 - use_system_libraries=1
192 - EOF
193 -
194 - distutils-r1_python_prepare_all
195 -}
196 -
197 -python_compile_all() {
198 - if use doc; then
199 - python_export_best
200 - VARTEXFONTS="${T}"/fonts \
201 - MPLCONFIGDIR="${BUILD_DIR}" \
202 - PYTHONPATH="${BUILD_DIR}"/lib \
203 - esetup.py build_sphinx
204 - fi
205 -}
206 -
207 -python_test() {
208 - esetup.py test
209 -}
210 -
211 -python_install_all() {
212 - use doc && local HTML_DOCS=( docs/_build/html/. )
213 - distutils-r1_python_install_all
214 -}
215
216 diff --git a/dev-python/astropy/files/astropy-1.0.4-system-configobj.patch b/dev-python/astropy/files/astropy-1.0.4-system-configobj.patch
217 deleted file mode 100644
218 index 9578c0d..0000000
219 --- a/dev-python/astropy/files/astropy-1.0.4-system-configobj.patch
220 +++ /dev/null
221 @@ -1,14 +0,0 @@
222 -diff -ur astropy-0.4.1/astropy/config/configuration.py astropy-0.4.1.configobj/astropy/config/configuration.py
223 ---- astropy-0.4.1/astropy/config/configuration.py 2014-09-01 22:41:30.066853605 +0200
224 -+++ astropy-0.4.1.configobj/astropy/config/configuration.py 2014-09-01 22:40:50.793528942 +0200
225 -@@ -23,7 +23,8 @@
226 - import types
227 - from warnings import warn
228 -
229 --from ..extern.configobj import configobj, validate
230 -+import configobj
231 -+import validate
232 - from ..utils.exceptions import AstropyWarning, AstropyDeprecationWarning
233 - from ..utils import find_current_module
234 - from ..utils.misc import InheritDocstrings
235 -
236
237 diff --git a/dev-python/astropy/files/astropy-1.0.4-system-six.patch b/dev-python/astropy/files/astropy-1.0.4-system-six.patch
238 deleted file mode 100644
239 index 8bfab98..0000000
240 --- a/dev-python/astropy/files/astropy-1.0.4-system-six.patch
241 +++ /dev/null
242 @@ -1,12 +0,0 @@
243 -diff -ur astropy-0.4.1/astropy/extern/six.py astropy-0.4.1.six/astropy/extern/six.py
244 ---- astropy-0.4.1/astropy/extern/six.py 2014-09-01 21:57:56.663393218 +0200
245 -+++ astropy-0.4.1.six/astropy/extern/six.py 2014-09-01 21:59:02.940933294 +0200
246 -@@ -13,7 +13,7 @@
247 - # Update this to prevent Astropy from using its bundled copy of six
248 - # (but only if some other version of at least _SIX_MIN_VERSION can
249 - # be provided)
250 --_SIX_SEARCH_PATH = ['astropy.extern.bundled.six', 'six']
251 -+_SIX_SEARCH_PATH = ['six', 'astropy.extern.bundled.six']
252 -
253 -
254 - def _find_module(name, path=None):
255
256 diff --git a/dev-python/astropy/files/astropy-1.1.1-fix-wcs.patch b/dev-python/astropy/files/astropy-1.1.1-fix-wcs.patch
257 deleted file mode 100644
258 index efb1273..0000000
259 --- a/dev-python/astropy/files/astropy-1.1.1-fix-wcs.patch
260 +++ /dev/null
261 @@ -1,15 +0,0 @@
262 -Author: Kacper Kowalik <xarthisius.kk@×××××.com>
263 -Description: Copy keys to a list, since orignal map is modified
264 -Url: https://github.com/astropy/astropy/issues/4477
265 -Bug: https://github.com/astropy/astropy/issues/4460
266 ---- a/astropy/wcs/wcs.py
267 -+++ b/astropy/wcs/wcs.py
268 -@@ -988,7 +988,7 @@
269 - """
270 - # Never pass SIP coefficients to wcslib
271 - # CTYPE must be passed with -SIP to wcslib
272 -- for key in (m.group() for m in map(SIP_KW.match, header.keys())
273 -+ for key in (m.group() for m in map(SIP_KW.match, list(header))
274 - if m is not None):
275 - del header[key]
276 -
277
278 diff --git a/dev-python/astropy/files/astropy-1.1.1-mark-kown-failures.patch b/dev-python/astropy/files/astropy-1.1.1-mark-kown-failures.patch
279 deleted file mode 100644
280 index 2e2c82a..0000000
281 --- a/dev-python/astropy/files/astropy-1.1.1-mark-kown-failures.patch
282 +++ /dev/null
283 @@ -1,99 +0,0 @@
284 -Author: Ole Streicher <olebole@××××××.org>
285 -Description: Mark all known test failures as xfail.
286 - These failures have been discussed with upstream.
287 ---- a/astropy/io/fits/tests/test_connect.py
288 -+++ b/astropy/io/fits/tests/test_connect.py
289 -@@ -136,6 +136,8 @@
290 - # while reading is to check whether col.null is present. For float columns, col.null
291 - # is not initialized
292 -
293 -+# see https://github.com/astropy/astropy/issues/3415
294 -+ @pytest.mark.xfail()
295 - def test_read_from_fileobj(self, tmpdir):
296 - filename = str(tmpdir.join('test_read_from_fileobj.fits'))
297 - hdu = BinTableHDU(self.data)
298 -@@ -172,6 +174,8 @@
299 - def setup_method(self, method):
300 - warnings.filterwarnings('always')
301 -
302 -+# see https://github.com/astropy/astropy/issues/3415
303 -+ @pytest.mark.xfail()
304 - def test_read(self, tmpdir):
305 - filename = str(tmpdir.join('test_read.fits'))
306 - self.hdus.writeto(filename)
307 -@@ -189,6 +193,8 @@
308 - Table.read(filename, hdu=0)
309 - assert exc.value.args[0] == 'No table found in hdu=0'
310 -
311 -+# see https://github.com/astropy/astropy/issues/3415
312 -+ @pytest.mark.xfail()
313 - @pytest.mark.parametrize('hdu', [1, 'first'])
314 - def test_read_with_hdu_1(self, tmpdir, hdu):
315 - filename = str(tmpdir.join('test_read_with_hdu_1.fits'))
316 ---- a/astropy/wcs/wcs.py
317 -+++ b/astropy/wcs/wcs.py
318 -@@ -84,6 +84,8 @@
319 - if six.PY3 or platform.system() == 'Windows':
320 - __doctest_skip__ = ['WCS.all_world2pix']
321 -
322 -+# see https://github.com/astropy/astropy/issues/3380
323 -+__doctest_skip__ = ['WCS.all_world2pix']
324 -
325 - if _wcs is not None:
326 - WCSBase = _wcs._Wcs
327 ---- a/astropy/tests/tests/test_socketblocker.py
328 -+++ b/astropy/tests/tests/test_socketblocker.py
329 -@@ -66,8 +66,8 @@
330 - def _square(x):
331 - return x ** 2
332 -
333 --
334 --@×××××××××××.skipif('not PY3_4 or sys.platform == "win32" or sys.platform.startswith("gnu0")')
335 -+# see https://github.com/astropy/astropy/issues/4193
336 -+@×××××××××××.skipif(True, reason="Blocks on Debian CI test")
337 - def test_multiprocessing_forkserver():
338 - """
339 - Test that using multiprocessing with forkserver works. Perhaps
340 ---- a/astropy/coordinates/tests/test_api_ape5.py
341 -+++ b/astropy/coordinates/tests/test_api_ape5.py
342 -@@ -319,7 +319,8 @@
343 - # coordinate object, and one that returns a cartesian matrix but does *not*
344 - # require `newobj` or `fk5frame` - this allows optimization of the transform.
345 -
346 --
347 -+# Temporary mark until scipy/numpy is fully on 3.5
348 -+@×××××××××××.xfail()
349 - def test_highlevel_api():
350 - J2001 = time.Time('J2001', scale='utc')
351 -
352 ---- a/astropy/visualization/tests/test_histogram.py
353 -+++ b/astropy/visualization/tests/test_histogram.py
354 -@@ -50,6 +50,8 @@
355 - assert patches2[0].axes is ax[1]
356 -
357 -
358 -+# see https://github.com/astropy/astropy/issues/4329
359 -+@×××××××××××.xfail()
360 - @pytest.mark.skipif('not HAS_PLT')
361 - def test_hist_autobin(rseed=0):
362 - rng = np.random.RandomState(rseed)
363 ---- a/astropy/table/tests/test_info.py
364 -+++ b/astropy/table/tests/test_info.py
365 -@@ -6,6 +6,7 @@
366 - import warnings
367 - import numpy as np
368 -
369 -+from ...tests.helper import pytest
370 - from ...extern import six
371 - from ... import units as u
372 - from ... import time
373 -@@ -225,7 +226,8 @@
374 - t.info(out=out)
375 - assert out.getvalue().splitlines() == exp
376 -
377 --
378 -+# see https://github.com/astropy/astropy/issues/4336
379 -+@×××××××××××.xfail()
380 - def test_ignore_warnings():
381 - t = table.Table([[np.nan, np.nan]])
382 - with warnings.catch_warnings(record=True) as warns:
383
384 diff --git a/dev-python/astropy/files/astropy-ply.py b/dev-python/astropy/files/astropy-ply.py
385 deleted file mode 100644
386 index 19eb104..0000000
387 --- a/dev-python/astropy/files/astropy-ply.py
388 +++ /dev/null
389 @@ -1,58 +0,0 @@
390 -# Licensed under a 3-clause BSD style license - see LICENSE.rst
391 -
392 -"""
393 -Handle loading ply package from system or from the bundled copy
394 -"""
395 -
396 -import imp
397 -from distutils.version import StrictVersion
398 -
399 -
400 -def _find_module(name, path=None):
401 - """
402 - Alternative to `imp.find_module` that can also search in subpackages.
403 - """
404 -
405 - parts = name.split('.')
406 -
407 - for part in parts:
408 - if path is not None:
409 - path = [path]
410 -
411 - fh, path, descr = imp.find_module(part, path)
412 -
413 - return fh, path, descr
414 -
415 -_PLY_MIN_VERSION = StrictVersion('3.4')
416 -
417 -# Update this to prevent Astropy from using its bundled copy of ply
418 -# (but only if some other version of at least _PLY_MIN_VERSION can
419 -# be provided)
420 -_PLY_SEARCH_PATH = ['ply']
421 -
422 -
423 -for mod_name in _PLY_SEARCH_PATH:
424 - try:
425 - mod_info = _find_module(mod_name)
426 - #mod_lex_info = _find_module(mod_name + '.lex')
427 - except ImportError:
428 - continue
429 -
430 - mod = imp.load_module(__name__, *mod_info)
431 - #mod_lex = imp.load_module(__name__ + '.lex', *mod_lex_info)
432 -
433 - try:
434 - # if StrictVersion(mod_lex.__version__) >= _PLY_MIN_VERSION:
435 - # break
436 - break
437 - except (AttributeError, ValueError):
438 - # Attribute error if the ply module isn't what it should be and doesn't
439 - # have a .__version__; ValueError if the version string exists but is
440 - # somehow bogus/unparseable
441 - continue
442 -else:
443 - raise ImportError(
444 - "Astropy requires the 'ply' module of minimum version {0}; "
445 - "normally this is bundled with the astropy package so if you get "
446 - "this warning consult the packager of your Astropy "
447 - "distribution.".format(_PLY_MIN_VERSION))
448
449 diff --git a/dev-python/astropy/metadata.xml b/dev-python/astropy/metadata.xml
450 deleted file mode 100644
451 index 85615ff..0000000
452 --- a/dev-python/astropy/metadata.xml
453 +++ /dev/null
454 @@ -1,16 +0,0 @@
455 -<?xml version="1.0" encoding="UTF-8"?>
456 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
457 -<pkgmetadata>
458 - <maintainer type="project">
459 - <email>sci-astronomy@g.o</email>
460 - <name>Gentoo Astronomy Project</name>
461 - </maintainer>
462 - <longdescription lang="en">
463 - Astropy is a community-driven package intended to contain much of
464 - the core functionality and some common tools needed for performing
465 - astronomy and astrophysics with Python.
466 -</longdescription>
467 - <upstream>
468 - <remote-id type="pypi">astropy</remote-id>
469 - </upstream>
470 -</pkgmetadata>
471
472 diff --git a/profiles/categories b/profiles/categories
473 index 8f766f0..ac988d3 100644
474 --- a/profiles/categories
475 +++ b/profiles/categories
476 @@ -1,4 +1,2 @@
477 -dev-python
478 net-fs
479 -dev-libs
480 sci-libs
481
482 diff --git a/profiles/use.local.desc b/profiles/use.local.desc
483 index bf12bd7..3ade6d7 100644
484 --- a/profiles/use.local.desc
485 +++ b/profiles/use.local.desc
486 @@ -2,9 +2,6 @@
487 # your descriptions to your package's metadata.xml ONLY.
488 # * generated automatically using egencache *
489
490 -dev-libs/starpu:cuda - Enable NVIDIA CUDA toolkit support
491 -dev-libs/starpu:gcc-plugin - Enable GCC extension plugin (experimental)
492 -dev-libs/starpu:opencl - Enable OpenCL support
493 net-fs/cvmfs:aufs - Use AUFS instead of OverlayFS for the server
494 net-fs/cvmfs:server - Install the CVMFS server (needs apache and OverlayFS)
495 net-fs/cvmfs:test-programs - Install unit test programs
496
497 diff --git a/sci-astronomy/wcslib/Manifest b/sci-astronomy/wcslib/Manifest
498 deleted file mode 100644
499 index 4e8332d..0000000
500 --- a/sci-astronomy/wcslib/Manifest
501 +++ /dev/null
502 @@ -1 +0,0 @@
503 -DIST wcslib-5.14.tar.bz2 2221717 SHA256 4d3f12d2636bb75488eaaa3ed435d7664d2c26a73a67ac1f7d5f3e530f39e37f SHA512 431693cffcc7a9f2b29040a34f7dbac2f3360b094a42467f7378523c15260ffb3c0ad330e07077a40bf694956fae2371550d6583580f0bcc16ec47f9fbc5bc28 WHIRLPOOL 2acf5040b4960c001b7076189c1da4dd6b327257295dcdfa8a89d553a93f0980b0e62d66aec244a9cc8af70cc62b0497362839f26bb6cc6517e219ba55b73e93
504
505 diff --git a/sci-astronomy/wcslib/metadata.xml b/sci-astronomy/wcslib/metadata.xml
506 deleted file mode 100644
507 index a599762..0000000
508 --- a/sci-astronomy/wcslib/metadata.xml
509 +++ /dev/null
510 @@ -1,23 +0,0 @@
511 -<?xml version="1.0" encoding="UTF-8"?>
512 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
513 -<pkgmetadata>
514 - <maintainer type="project">
515 - <email>sci-astronomy@g.o</email>
516 - <name>Gentoo Astronomy Project</name>
517 - </maintainer>
518 - <longdescription lang="en">
519 - WCSLIB is a C library, supplied with a full set of Fortran wrappers,
520 - that implements the "World Coordinate System" (WCS) convention in FITS
521 - (Flexible Image Transport System). It also includes a PGPLOT-based routine,
522 - PGSBOX, for drawing general curvilinear coordinate graticules and a number of
523 - utility programs.
524 -</longdescription>
525 - <use>
526 - <flag name="fits">
527 - Enable support for the FITS format through <pkg>sci-libs/cfitsio</pkg>
528 - </flag>
529 - <flag name="pgplot">
530 - Builds PGBSOX routines, needs <pkg>sci-libs/pgplot</pkg> library
531 - </flag>
532 - </use>
533 -</pkgmetadata>
534
535 diff --git a/sci-astronomy/wcslib/wcslib-5.14.ebuild b/sci-astronomy/wcslib/wcslib-5.14.ebuild
536 deleted file mode 100644
537 index e05fe6f..0000000
538 --- a/sci-astronomy/wcslib/wcslib-5.14.ebuild
539 +++ /dev/null
540 @@ -1,72 +0,0 @@
541 -# Copyright 1999-2016 Gentoo Foundation
542 -# Distributed under the terms of the GNU General Public License v2
543 -# $Id$
544 -
545 -EAPI=6
546 -
547 -FORTRAN_NEEDED=fortran
548 -
549 -inherit fortran-2
550 -
551 -DESCRIPTION="Astronomical World Coordinate System transformations library"
552 -HOMEPAGE="http://www.atnf.csiro.au/people/mcalabre/WCS/"
553 -SRC_URI="ftp://ftp.atnf.csiro.au/pub/software/${PN}/${P}.tar.bz2"
554 -
555 -SLOT="0/5"
556 -LICENSE="LGPL-3"
557 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
558 -IUSE="doc fortran fits pgplot static-libs +tools"
559 -
560 -RDEPEND="
561 - fits? ( sci-libs/cfitsio:0= )
562 - pgplot? ( sci-libs/pgplot:0= )"
563 -DEPEND="${RDEPEND}
564 - sys-devel/flex
565 - virtual/pkgconfig"
566 -
567 -src_configure() {
568 - local myconf=(
569 - --docdir="${EPREFIX}"/usr/share/doc/${PF}
570 - --htmldir="${EPREFIX}"/usr/share/doc/${PF}
571 - $(use_enable fortran)
572 - $(use_enable tools utils)
573 - )
574 - # hacks because cfitsio and pgplot directories are hard-coded
575 - if use fits; then
576 - myconf+=(
577 - --with-cfitsioinc="${EPREFIX}/usr/include"
578 - --with-cfitsiolib="${EPREFIX}/usr/$(get_libdir)"
579 - )
580 - else
581 - myconf+=( --without-cfitsio )
582 - fi
583 - if use pgplot; then
584 - myconf+=(
585 - --with-pgplotinc="${EPREFIX}/usr/include"
586 - --with-pgplotlib="${EPREFIX}/usr/$(get_libdir)"
587 - )
588 - else
589 - myconf+=( --without-pgplot )
590 - fi
591 - econf ${myconf[@]}
592 - sed -i -e 's/COPYING\*//' GNUmakefile || die
593 -}
594 -
595 -src_compile() {
596 - # nasty makefile, debugging means probably full rewrite
597 - emake -j1
598 -}
599 -
600 -src_test() {
601 - emake -j1 check
602 -}
603 -
604 -src_install () {
605 - default
606 - # static libs share the same symbols as shared (i.e. compiled with PIC)
607 - # so they are not compiled twice
608 - use static-libs || rm "${ED}"/usr/$(get_libdir)/lib*.a
609 - use doc || rm -r \
610 - "${ED}"/usr/share/doc/${PF}/html \
611 - "${ED}"/usr/share/doc/${PF}/*.pdf
612 -}
613
614 diff --git a/sci-astronomy/wcstools/Manifest b/sci-astronomy/wcstools/Manifest
615 deleted file mode 100644
616 index 7c408e4..0000000
617 --- a/sci-astronomy/wcstools/Manifest
618 +++ /dev/null
619 @@ -1 +0,0 @@
620 -DIST wcstools-3.9.2.tar.gz 8523655 SHA256 481fe357cf755426fb8e25f4f890e827cce5de657a4e5044d4e31ce27bef1c8b SHA512 b9030cdcaf3f87ab761362a2b8c4a76557694ec4e683371a05e8d58823179d320a2859e883c4ca2c3d65d5adb70ad1ac859587f4c210cd315ced26288fbe107a WHIRLPOOL 257e54e5c545a0584c9ff52f2e3298db73f7d1b4e8d71e0621db18aed8f138dbb0093773883351cbb56ea8a35998ec3b0a2b8e7fc5334dc8d2ebb1c3c4410af4
621
622 diff --git a/sci-astronomy/wcstools/files/Makefile.am b/sci-astronomy/wcstools/files/Makefile.am
623 deleted file mode 100644
624 index 46abf6d..0000000
625 --- a/sci-astronomy/wcstools/files/Makefile.am
626 +++ /dev/null
627 @@ -1,73 +0,0 @@
628 -SUBDIRS = libwcs
629 -INCLUDES = -I$(top_srcdir)/libwcs
630 -
631 -pkgconfigdir = $(libdir)/pkgconfig
632 -pkgconfig_DATA = wcstools.pc
633 -
634 -bin_SCRIPTS = wcstools
635 -
636 -EXTRA_DIST = wcstools COPYING Readme NEWS Programs
637 -
638 -bin_PROGRAMS = \
639 - cphead delwcs delhead edhead fixpix gethead i2f imcat imhead immatch \
640 - imrot imsize imstar imwcs scat sethead addpix getpix setpix sky2xy \
641 - keyhead skycoor subpix xy2sky wcshead conpix gettab newfits getfits \
642 - imstack imextract sumpix wcsremap getcol wcsgetdate imfill imsmooth imresize \
643 - fileroot filename filext char2sp sp2char wcscrlf isnum isrange isfits \
644 - isfile simpos bincat
645 -
646 -# these ones don't need libwcs
647 -wcscrlf_SOURCES = crlf.c
648 -filename_SOURCES = filename.c
649 -filedir_SOURCES = filedir.c
650 -fileroot_SOURCES = fileroot.c
651 -filext_SOURCES = filext.c
652 -isrange_SOURCES = isrange.c
653 -
654 -LDADD = $(top_builddir)/libwcs/libwcstools.la
655 -
656 -bincat_SOURCES = bincat.c
657 -getcol_SOURCES = getcol.c
658 -wcsgetdate_SOURCES = getdate.c
659 -gethead_SOURCES = gethead.c
660 -getfits_SOURCES = getfits.c
661 -getpix_SOURCES = getpix.c
662 -gettab_SOURCES = gettab.c
663 -imcat_SOURCES = imcat.c
664 -imsize_SOURCES = imsize.c
665 -imstar_SOURCES = imstar.c
666 -imwcs_SOURCES = imwcs.c
667 -immatch_SOURCES = immatch.c
668 -scat_SOURCES = scat.c
669 -setpix_SOURCES = setpix.c
670 -skycoor_SOURCES = skycoor.c
671 -sumpix_SOURCES = sumpix.c
672 -xy2sky_SOURCES = xy2sky.c
673 -simpos_SOURCES = simpos.c
674 -
675 -addpix_SOURCES = addpix.c
676 -char2sp_SOURCES = char2sp.c
677 -conpix_SOURCES = conpix.c
678 -cphead_SOURCES = cphead.c
679 -delwcs_SOURCES = delwcs.c
680 -delhead_SOURCES = delhead.c
681 -edhead_SOURCES = edhead.c
682 -fixpix_SOURCES = fixpix.c
683 -i2f_SOURCES = i2f.c
684 -imfill_SOURCES = imfill.c
685 -imresize_SOURCES = imresize.c
686 -imsmooth_SOURCES = imsmooth.c
687 -imhead_SOURCES = imhead.c
688 -imrot_SOURCES = imrot.c
689 -imstack_SOURCES = imstack.c
690 -imextract_SOURCES = imextract.c
691 -isfile_SOURCES = isfile.c
692 -isnum_SOURCES = isnum.c
693 -keyhead_SOURCES = keyhead.c
694 -newfits_SOURCES = newfits.c
695 -wcsremap_SOURCES = remap.c
696 -sethead_SOURCES = sethead.c
697 -sky2xy_SOURCES = sky2xy.c
698 -sp2char_SOURCES = sp2char.c
699 -subpix_SOURCES = subpix.c
700 -wcshead_SOURCES = wcshead.c
701
702 diff --git a/sci-astronomy/wcstools/files/Makefile.libwcs.am b/sci-astronomy/wcstools/files/Makefile.libwcs.am
703 deleted file mode 100644
704 index 5905aa3..0000000
705 --- a/sci-astronomy/wcstools/files/Makefile.libwcs.am
706 +++ /dev/null
707 @@ -1,17 +0,0 @@
708 -lib_LTLIBRARIES = libwcstools.la
709 -libwcstools_la_SOURCES = \
710 - imsetwcs.c imgetwcs.c matchstar.c findstar.c daoread.c wcscon.c \
711 - fitswcs.c wcsinit.c wcs.c ty2read.c webread.c tmcread.c \
712 - gscread.c gsc2read.c ujcread.c uacread.c ubcread.c ucacread.c \
713 - sdssread.c tabread.c binread.c ctgread.c actread.c catutil.c \
714 - skybotread.c imrotate.c fitsfile.c imhfile.c \
715 - hget.c hput.c imio.c dateutil.c imutil.c \
716 - worldpos.c tnxpos.c zpxpos.c dsspos.c platepos.c \
717 - sortstar.c platefit.c iget.c fileutil.c \
718 - wcslib.c lin.c cel.c proj.c sph.c wcstrig.c distort.c poly.c
719 -
720 -wcsdir = $(includedir)/wcs
721 -wcs_HEADERS = \
722 - wcscat.h wcslib.h wcs.h lwcs.h fitshead.h fitsfile.h imio.h
723 -
724 -noinst_HEADERS = fitsfile1.h wcscat1.h
725
726 diff --git a/sci-astronomy/wcstools/files/configure.ac b/sci-astronomy/wcstools/files/configure.ac
727 deleted file mode 100644
728 index 3a46108..0000000
729 --- a/sci-astronomy/wcstools/files/configure.ac
730 +++ /dev/null
731 @@ -1,9 +0,0 @@
732 -AC_INIT([wcstools], [3.9.x] , [http://tdc-www.harvard.edu/wcstools/])
733 -AM_INIT_AUTOMAKE([foreign])
734 -AC_CONFIG_HEADERS([config.h])
735 -
736 -AC_PROG_CC
737 -LT_INIT([disable-static])
738 -AC_CHECK_LIB([m], [sin])
739 -AC_CONFIG_FILES([libwcs/Makefile Makefile wcstools.pc])
740 -AC_OUTPUT
741
742 diff --git a/sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch b/sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch
743 deleted file mode 100644
744 index 27a912f..0000000
745 --- a/sci-astronomy/wcstools/files/wcstools-3.9.2-RASortStars.patch
746 +++ /dev/null
747 @@ -1,14 +0,0 @@
748 -Author: Ole Streicher <olebole@××××××.org>
749 -Description: Fix uninitialized value for haspm in RASortStars()
750 - This fixes a crash with 'imstar -s'.
751 ---- a/libwcs/sortstar.c
752 -+++ b/libwcs/sortstar.c
753 -@@ -417,6 +417,8 @@
754 - hasnum = 1;
755 - if (spra != NULL && spdec != NULL)
756 - haspm = 1;
757 -+ else
758 -+ haspm = 0;
759 - if (sx != NULL && sy != NULL)
760 - hasxy = 1;
761 - else
762
763 diff --git a/sci-astronomy/wcstools/files/wcstools-3.9.2-compiler_warnings.patch b/sci-astronomy/wcstools/files/wcstools-3.9.2-compiler_warnings.patch
764 deleted file mode 100644
765 index 57bb8cb..0000000
766 --- a/sci-astronomy/wcstools/files/wcstools-3.9.2-compiler_warnings.patch
767 +++ /dev/null
768 @@ -1,13 +0,0 @@
769 -Author: Ole Streicher <debian@×××××××××.cx>
770 -Description: Fix some compiler warnings.
771 ---- a/imcat.c
772 -+++ b/imcat.c
773 -@@ -1778,7 +1778,7 @@
774 - if (refcat == UCAC2 || refcat == UCAC3 || refcat == UCAC4) {
775 - nim = gc[i] / 1000;
776 - nct = gc[i] % 1000;
777 -- sprintf (temp, " ni nc", nim, nct);
778 -+ sprintf (temp, " ni%i nc%i", nim, nct);
779 - strcat (headline, temp);
780 - }
781 - else if (gcset)
782
783 diff --git a/sci-astronomy/wcstools/files/wcstools-3.9.2-manpages.patch b/sci-astronomy/wcstools/files/wcstools-3.9.2-manpages.patch
784 deleted file mode 100644
785 index bd9d568..0000000
786 --- a/sci-astronomy/wcstools/files/wcstools-3.9.2-manpages.patch
787 +++ /dev/null
788 @@ -1,658 +0,0 @@
789 -Author: Ole Streicher <debian@×××××××××.cx>
790 -Description: Fix the names and spelling of manpages to make lintian happy
791 ---- a/man/man1/skycoor.1
792 -+++ b/man/man1/skycoor.1
793 -@@ -1,12 +1,12 @@
794 --.TH skycoor(1) WCSTools "9 November 2001"
795 -+.TH skycoor 1 WCSTools "9 November 2001"
796 - .SH Name
797 - skycoor \- Convert coordinates
798 - .SH Synopsis
799 --skycoor [-bdgjv] [-n ndec] ra1 dec1 sys1 ... ran decn sysn
800 -+skycoor [\-bdgjv] [\-n ndec] ra1 dec1 sys1 ... ran decn sysn
801 - .br
802 - or
803 - .br
804 --skycoor [-vbjg] [-n ndec] @listfile
805 -+skycoor [\-vbjg] [\-n ndec] @listfile
806 - .SH Description
807 - .I skycoor
808 - converts coordinates between the J2000, B1950, and galactic coordinate
809 ---- a/man/man1/sethead.1
810 -+++ b/man/man1/sethead.1
811 -@@ -1,8 +1,8 @@
812 --.TH sethead(1) WCSTools "6 July 2001"
813 -+.TH sethead 1 WCSTools "6 July 2001"
814 - .SH Name
815 - sethead \- Set FITS or IRAF header keyword values
816 - .SH Synopsis
817 --sethead [-dknv][r letter] <FITS or IRAF file> kw1=val1 kw2=val2 ... kwn=valuen
818 -+sethead [\-dknv][r letter] <FITS or IRAF file> kw1=val1 kw2=val2 ... kwn=valuen
819 - .SH Description
820 - Set parameters in the header of a FITS or IRAF image. If the keywords do
821 - not already exist, they are added at the end of the header. Values are
822 ---- a/man/man1/keyhead.1
823 -+++ b/man/man1/keyhead.1
824 -@@ -1,13 +1,13 @@
825 --.TH keyhead(1) WCSTools "6 July 2001"
826 -+.TH keyhead 1 WCSTools "6 July 2001"
827 - .SH Name
828 - keyhead \- Change FITS or IRAF header keyword names
829 - .SH Synopsis
830 --sethead [-hknv] <FITS or IRAF file> kw1=kw1a kw2=kwd2a ... kwn=kwdna
831 -+keyhead [\-hknv] <FITS or IRAF file> kw1=kw1a kw2=kwd2a ... kwn=kwdna
832 - .SH Description
833 - Change the names of keywords in FITS or IRAF image headers. Each current
834 - image keyword whose entry is to be modified should be followed by an
835 - equal sign and a second keyword, with no intervening spaces.
836 --If the -r option is used, the value of the second keyword is transfered
837 -+If the \-r option is used, the value of the second keyword is transferred
838 - to that of the first. Otherwise, the name of the first keyword is changed
839 - to the second keyword.
840 - To change keywords in a list of files, substitute @<listfile> for the file
841 ---- a/man/man1/sgsc.1
842 -+++ b/man/man1/sgsc.1
843 -@@ -1,15 +1,15 @@
844 --.TH sgsc(1) WCS "14 April 1998"
845 -+.TH sgsc 1 WCS "14 April 1998"
846 - .SH Name
847 - sgsc \- Find HST GSC stars in a square on the sky
848 - .SH Synopsis
849 --sgsc [options] [-b or -j] ra dec
850 -+sgsc [options] [\-b or \-j] ra dec
851 - .SH Description
852 - .I sgsc
853 - is a utility for finding all of the Hubble Space Telescope Guide Star
854 - Catalog objects in a specified region of the sky and listing them with their
855 - sky positions and magnitudes in order of brightness, with the brighter ones
856 - first.
857 --Output is to standard out, unless the -w flag is set, in
858 -+Output is to standard out, unless the \-w flag is set, in
859 - which case it goes to objectname.gsc or search.gsc. It is somewhat
860 - similar to RGSC, which can search from lists of coordinates but cannot
861 - sort the output. It is a link to scat.
862 -@@ -25,7 +25,7 @@
863 - Sort by distance from center instead of flux
864 - .TP
865 - .B \-g <class>
866 --Object class (0=stars 3=galaxies -1=all)
867 -+Object class (0=stars 3=galaxies \-1=all)
868 - .TP
869 - .B \-h
870 - Print heading, else do not
871 -@@ -34,7 +34,7 @@
872 - Output J2000 (FK5) coordinates around this center
873 - .TP
874 - .B \-m [<bright magnitude>] <faint magnitude>
875 --Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
876 -+Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
877 - .TP
878 - .B \-n <num>
879 - Number of brightest stars to print
880 ---- a/man/man1/setpix.1
881 -+++ b/man/man1/setpix.1
882 -@@ -1,8 +1,8 @@
883 --.TH setpix(1) WCSTools "6 July 2001"
884 -+.TH setpix 1 WCSTools "6 July 2001"
885 - .SH Name
886 - setpix \- Set FITS or IRAF image values
887 - .SH Synopsis
888 --setpix [-vn] file.fts [x_range y_range value] [@valuefile]
889 -+setpix [\-vn] file.fts [x_range y_range value] [@valuefile]
890 - .SH Description
891 - Set a specified pixel or range of pixels in a FITS or IRAF image to a
892 - specified value. More than one range of pixels and values may be specified
893 ---- a/man/man1/sky2xy.1
894 -+++ b/man/man1/sky2xy.1
895 -@@ -1,12 +1,12 @@
896 --.TH sky2xy(1) WCSTools "6 July 2001"
897 -+.TH sky2xy 1 WCSTools "6 July 2001"
898 - .SH Name
899 - sky2xy \- Compute X Y from RA Dec using WCS in FITS and IRAF image files
900 - .SH Synopsis
901 --sky2xy [-vbjg] file.fts ra1 dec1 ... ran decn
902 -+sky2xy [\-vbjg] file.fts ra1 dec1 ... ran decn
903 - .br
904 - or
905 - .br
906 --sky2xy [-vbjg] file.fts @listfile
907 -+sky2xy [\-vbjg] file.fts @listfile
908 - .SH Description
909 - .I sky2xy
910 - (pronounced sky-to-X-Y) is a utility for getting the image coordinates of
911 ---- a/man/man1/getcol.1
912 -+++ b/man/man1/getcol.1
913 -@@ -1,8 +1,8 @@
914 --.TH getcol(1) WCSTools "8 November 2001"
915 -+.TH getcol 1 WCSTools "8 November 2001"
916 - .SH Name
917 - getcol \- Extract specified columns from an ASCII table file
918 - .SH Synopsis
919 --getcol [-amv][-n num][-r lines][-s num] filename [column number range]
920 -+getcol [\-amv][\-n num][\-r lines][\-s num] filename [column number range]
921 - .SH Description
922 - Extract specified columns from an ASCII table file
923 -
924 -@@ -20,8 +20,8 @@
925 - .TP
926 - .B field range
927 - Print value of these columns for the number of lines of the table
928 --specified by the -n argument after the skippiing the number of
929 --lines specified by the -s argument. A value of 0 causes the
930 -+specified by the \-n argument after the skippiing the number of
931 -+lines specified by the \-s argument. A value of 0 causes the
932 - entire input line to be printed.
933 - .TP
934 - .B \-a
935 -@@ -59,12 +59,12 @@
936 - .B \-m
937 - Compute the means of all numeric columns selected, printing the mean
938 - on the line following the result (or the line following the sum if
939 ---a is used). Columns with no mean are filled with ___.
940 -+\-a is used). Columns with no mean are filled with ___.
941 - (Added in version 2.6.9)
942 - .TP
943 - .B \-n num
944 - Print selected columns for this many lines. If not specified, all
945 --lines will be read after the number of lines specified by -s have
946 -+lines will be read after the number of lines specified by \-s have
947 - been skipped.
948 - .TP
949 - .B \-o
950 ---- a/man/man1/imwcs.1
951 -+++ b/man/man1/imwcs.1
952 -@@ -1,4 +1,4 @@
953 --.TH imwcs(1) WCSTools "30 January 2003"
954 -+.TH imwcs 1 WCSTools "30 January 2003"
955 - .SH Name
956 - imwcs \- Set WCS in FITS and IRAF image files
957 - .SH Synopsis
958 -@@ -47,7 +47,7 @@
959 - Write FITS output no matter what input
960 - .TP
961 - .B \-g <class>
962 --Guide Star Catalog class (-1=all,0,3) (default -1)
963 -+Guide Star Catalog class (\-1=all,0,3) (default \-1)
964 - .TP
965 - .B \-h <number>
966 - Change the maximum number of reference stars to match from 25 to
967 -@@ -66,7 +66,7 @@
968 - Reflect left<->right before rotating and fitting
969 - .TP
970 - .B \-m [<bright magnitude>] <faint magnitude>
971 --Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
972 -+Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
973 - .TP
974 - .B \-n <number>
975 - Number of parameters to fit (1-8, or digit string). The default is 2 (RA+Dec)
976 -@@ -99,7 +99,7 @@
977 - Offset tolerance in pixels (default 20)
978 - .TP
979 - .B \-u <file>
980 ---u: File of X Y RA Dec assignments for initial WCS
981 -+File of X Y RA Dec assignments for initial WCS
982 - .TP
983 - .B \-v
984 - Verbose listing of processing intermediate results
985 ---- a/man/man1/wcstools.1
986 -+++ b/man/man1/wcstools.1
987 -@@ -1,10 +1,10 @@
988 --.TH wcstools(1) WCSTools "6 July 2001"
989 -+.TH wcstools 1 WCSTools "6 July 2001"
990 - .SH Name
991 - wcstools \- Programs to access image world coordinate systems and catalogs
992 - .SH Setting an Image World Coordinate System
993 - .TP
994 - imwcs
995 --Automaticaly find stars in a FITS or IRAF image, match them to HST Guide
996 -+Automatically find stars in a FITS or IRAF image, match them to HST Guide
997 - USNO A or USNO UJ Stars, compute the relation between sky coordinates and
998 - image coordinates, and write in in the image header. [after U of Iowa SETWCS]
999 - .TP
1000 ---- a/man/man1/imua2.1
1001 -+++ b/man/man1/imua2.1
1002 -@@ -1,4 +1,4 @@
1003 --.TH imua2(1) WCS "14 April 1998"
1004 -+.TH imua2 1 WCS "14 April 1998"
1005 - .SH Name
1006 - imua2 \- Find USNO-A2.0 stars in FITS or IRAF image files
1007 - .SH Synopsis
1008 -@@ -19,7 +19,7 @@
1009 - Output in J2000, optional new image center in J2000 (FK5) RA and Dec
1010 - .TP
1011 - .B \-m [<bright magnitude>] <faint magnitude>
1012 --Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
1013 -+Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
1014 - .TP
1015 - .B \-n <num>
1016 - Number of brightest stars to print
1017 -@@ -63,7 +63,7 @@
1018 - Output J2000 (FK5) coordinates (optional center)
1019 - .TP
1020 - .B \-m [<bright magnitude>] <faint magnitude>
1021 --Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
1022 -+Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
1023 - .TP
1024 - .B \-n <num>
1025 - Number of brightest stars to print
1026 ---- a/man/man1/delhead.1
1027 -+++ b/man/man1/delhead.1
1028 -@@ -1,8 +1,8 @@
1029 --.TH delhead(1) WCSTools "15 July 1999"
1030 -+.TH delhead 1 WCSTools "15 July 1999"
1031 - .SH Name
1032 - delhead \- Set FITS or IRAF header keyword values
1033 - .SH Synopsis
1034 --delhead [-nv] <FITS or IRAF file[s]> kw1 kw2 ... kwn
1035 -+delhead [\-nv] <FITS or IRAF file[s]> kw1 kw2 ... kwn
1036 - .SH Description
1037 - Delete keyword entries from the header of FITS or IRAF image[s]. If
1038 - a keyword does not already exist, ignore it. To delete keywords in
1039 ---- a/man/man1/imusa2.1
1040 -+++ b/man/man1/imusa2.1
1041 -@@ -1,4 +1,4 @@
1042 --.TH imusa2(1) WCS "14 April 1998"
1043 -+.TH imusa2 1 WCS "14 April 1998"
1044 - .SH Name
1045 - imusa2 \- Find USNO-SA2.0 stars in FITS or IRAF image files
1046 - .SH Synopsis
1047 -@@ -19,7 +19,7 @@
1048 - Output in J2000, optional new image center in J2000 (FK5) RA and Dec
1049 - .TP
1050 - .B \-m [<bright magnitude>] <faint magnitude>
1051 --Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
1052 -+Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
1053 - .TP
1054 - .B \-n <num>
1055 - Number of brightest stars to print
1056 ---- a/man/man1/gethead.1
1057 -+++ b/man/man1/gethead.1
1058 -@@ -1,8 +1,8 @@
1059 --.TH gethead(1) WCSTools "6 July 2001"
1060 -+.TH gethead 1 WCSTools "6 July 2001"
1061 - .SH Name
1062 - gethead \- Print FITS or IRAF header keyword values
1063 - .SH Synopsis
1064 --gethead [-hptv] [-d pathname] [-n num] <FITS or IRAF file> kw1 kw2 ... kwn
1065 -+gethead [\-hptv] [\-d pathname] [\-n num] <FITS or IRAF file> kw1 kw2 ... kwn
1066 - .SH Description
1067 - Print values of the specified keywords from the given image header. By
1068 - default they are all listed on one line, separated by spaces. The
1069 ---- a/man/man1/imcat.1
1070 -+++ b/man/man1/imcat.1
1071 -@@ -1,4 +1,4 @@
1072 --.TH imcat(1) WCSTools "30 January 2003"
1073 -+.TH imcat 1 WCSTools "30 January 2003"
1074 - .SH Name
1075 - imcat \- List catalog stars in FITS and IRAF image files
1076 - .SH Synopsis
1077 -@@ -41,13 +41,13 @@
1078 - Add this keyword to output from tab table search
1079 - .TP
1080 - .B \-m [<bright magnitude>] <faint magnitude>
1081 --Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
1082 -+Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
1083 - .TP
1084 - .B \-n <num>
1085 - Number of brightest stars to print
1086 - .TP
1087 - .B \-o <type>
1088 --Set HST Guide Star object class to print (0=stars, 3=nonstars, -1=all, -2=band)
1089 -+Set HST Guide Star object class to print (0=stars, 3=nonstars, \-1=all, \-2=band)
1090 - .TP
1091 - .B \-p <scale>
1092 - Initial plate scale in arcsec per pixel (default from file)
1093 -@@ -55,9 +55,9 @@
1094 - .B \-q <c|d|o|s|x|v|+>
1095 - Write SAOimage region file with this shape, o=circle, s=square, d=diamond,
1096 - +=cross, and x=X, with the radius scaled with magnitude unless specified
1097 --with a -r command line entry. v will cause stellar Guide Stars to plot with
1098 -+with a \-r command line entry. v will cause stellar Guide Stars to plot with
1099 - a + and nonstellar Guide Stars to plot with an x. If character is is preceded
1100 --by p, the size specified by the -r command is assumed to be in pixels, not
1101 -+by p, the size specified by the \-r command is assumed to be in pixels, not
1102 - arcseconds. A p alone specifies a circle in pixels.
1103 - .TP
1104 - .B \-r <radius>
1105 -@@ -65,7 +65,7 @@
1106 - arcseconds. SAOimage can then read this file, with will have positions and
1107 - radii in pixels and plot it over an image. If the radius is specified as
1108 - zero, the output radii will scale between 5 and dim/100 over the range of
1109 --magnitudes of sources found in the image area. If the -q option is specified
1110 -+magnitudes of sources found in the image area. If the \-q option is specified
1111 - with a 'p' in it, this number is assumed to be in pixels instead of arcseconds.
1112 - .TP
1113 - .B \-s d|m|n|p|r|x|y
1114 ---- a/man/man1/scat.1
1115 -+++ b/man/man1/scat.1
1116 -@@ -1,18 +1,18 @@
1117 --.TH scat(1) WCSTools "30 January 2003"
1118 -+.TH scat 1 WCSTools "30 January 2003"
1119 - .SH Name
1120 - scat \- Find catalog stars in a square or circle on the sky
1121 - .SH Synopsis
1122 --scat [options] [-b or -j] ra dec
1123 -+scat [options] [\-b or \-j] ra dec
1124 - .SH Description
1125 - .I scat
1126 - is a utility for finding all of the Hubble Space Telescope Guide Star
1127 - Catalog (GSC), U.S. Naval Observatory A2.0 (UA2), B1.0 (UB1), SA2.0 (USA2),
1128 - or UJ (UJC) Catalogs, or locally catalogued objects in a specified region
1129 --of the sky and listing their sky coordinates to standard output. If the -w
1130 -+of the sky and listing their sky coordinates to standard output. If the \-w
1131 - flag is set, they are written to a file objectname.catalogname, where objectname
1132 --is given by the argument to -o on the command line, defaulting to "search",
1133 --and catalogname is given by the argument to -c on the command line. The
1134 --catalog defaults to the GSC, if no -c argument is present. scat resembles
1135 -+is given by the argument to \-o on the command line, defaulting to "search",
1136 -+and catalogname is given by the argument to \-c on the command line. The
1137 -+catalog defaults to the GSC, if no \-c argument is present. scat resembles
1138 - rgsc(1) and star(1), which can search from lists of coordinates but
1139 - cannot sort the output. sgsc, suac, and susac are links to this program.1
1140 - .SH Options
1141 -@@ -37,7 +37,7 @@
1142 - Output search center for other programs
1143 - .TP
1144 - .B \-g <class>
1145 --HST Guide Star Catalog object class (0=stars 3=galaxies -1=all)
1146 -+HST Guide Star Catalog object class (0=stars 3=galaxies \-1=all)
1147 - .TP
1148 - .B \-h
1149 - Print search and column heading, else do not
1150 -@@ -55,7 +55,7 @@
1151 - Print search center and closest star on one line
1152 - .TP
1153 - .B \-m [<bright magnitude>] <faint magnitude>
1154 --Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
1155 -+Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
1156 - .TP
1157 - .B \-n <num>
1158 - Number of brightest stars to print
1159 -@@ -67,7 +67,7 @@
1160 - Equinox of output position in fractional years
1161 - .TP
1162 - .B \-r <radius>
1163 --Halfwidth (-radius if negative) of search area in arcseconds (default 10)
1164 -+Halfwidth (\-radius if negative) of search area in arcseconds (default 10)
1165 - .TP
1166 - .B \-s d|m|n|p|r
1167 - Sort by (d)eclination, (m)agnitude, (n)o sort, (p)distance from center, or
1168 -@@ -84,10 +84,10 @@
1169 - Verbose listing of processing intermediate results
1170 - .TP
1171 - .B \-w
1172 --Write output file objectname.catalog or search.catalog if -o is not used.
1173 -+Write output file objectname.catalog or search.catalog if \-o is not used.
1174 - .TP
1175 - .B \-x <type>
1176 --GSC object type (0=stars 3=galaxies -1=all -2=bands)
1177 -+GSC object type (0=stars 3=galaxies \-1=all \-2=bands)
1178 - .TP
1179 - .B \-y <year>
1180 - Epoch of output positions in fractional years (for proper motion only)
1181 ---- a/man/man1/imsize.1
1182 -+++ b/man/man1/imsize.1
1183 -@@ -1,8 +1,8 @@
1184 --.TH imsize(1) WCSTools "6 July 2001"
1185 -+.TH imsize 1 WCSTools "6 July 2001"
1186 - .SH Name
1187 - imsize \- Print size of image in WCS and pixels
1188 - .SH Synopsis
1189 --imsize [-vcd] [-p scale] [-b ra dec] [-j ra dec] FITS or IRAF file(s)
1190 -+imsize [\-vcd] [\-p scale] [\-b ra dec] [\-j ra dec] FITS or IRAF file(s)
1191 - .SH Description
1192 - .I imsize
1193 - is a utility for printing the region covered by an image using the world
1194 ---- a/man/man1/imrot.1
1195 -+++ b/man/man1/imrot.1
1196 -@@ -1,4 +1,4 @@
1197 --.TH imrot(1) WCSTools "6 July 2001"
1198 -+.TH imrot 1 WCSTools "6 July 2001"
1199 - .SH Name
1200 - imrot \- Rotate and/or Reflect FITS and IRAF image files
1201 - .SH Synopsis
1202 -@@ -26,8 +26,8 @@
1203 - Verbose
1204 - .B \-x <num>
1205 - Output pixel size in bits (FITS code, default=input)
1206 --Allowed values are 8, 16, 32 for integers, -16 for unsigned integers, and
1207 ---32 and -64 for 4- and 8-byte floating point numbers
1208 -+Allowed values are 8, 16, 32 for integers, \-16 for unsigned integers, and
1209 -+\-32 and \-64 for 4- and 8-byte floating point numbers
1210 -
1211 - .SH Author
1212 - Doug Mink, SAO (dmink@×××××××××××.edu)
1213 ---- a/man/man1/imhead.1
1214 -+++ b/man/man1/imhead.1
1215 -@@ -1,4 +1,4 @@
1216 --.TH imhead(1) WCSTools "6 July 2001"
1217 -+.TH imhead 1 WCSTools "6 July 2001"
1218 - .SH Name
1219 - imhead \- Print FITS or IRAF image header
1220 - .SH Synopsis
1221 ---- a/man/man1/susa2.1
1222 -+++ b/man/man1/susa2.1
1223 -@@ -1,13 +1,13 @@
1224 --.TH susa2(1) WCS "9 June 2000"
1225 -+.TH susa2 1 WCS "9 June 2000"
1226 - .SH Name
1227 --Find USNO-SA2.0 Catalog stars in a square on the sky
1228 -+susa2 \- Find USNO-SA2.0 Catalog stars in a square on the sky
1229 - .SH Synopsis
1230 --susac [options] [-b or -j] ra dec
1231 -+susac [options] [\-b or \-j] ra dec
1232 - .SH Description
1233 - .I suac
1234 - finds all of the U.S. Naval Observatory SA2.0 Catalog objects in a specified
1235 - region of the sky and lists their sky positions and magnitudes in order of
1236 --brightness. Output is to standard out, unless the -w flag is set, in which
1237 -+brightness. Output is to standard out, unless the \-w flag is set, in which
1238 - case it goes to objectname.uac or search.uac. It is a link to scat.
1239 - .SH Options
1240 - .B \-a
1241 -@@ -21,7 +21,7 @@
1242 - .B \-j <RA> <Dec>
1243 - Output J2000 (FK5) coordinates around this center
1244 - .B \-m [<bright magnitude>] <faint magnitude>
1245 --Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
1246 -+Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
1247 - .B \-n <num>
1248 - Number of brightest stars to print
1249 - .B \-o <name>
1250 ---- a/man/man1/wcshead.1
1251 -+++ b/man/man1/wcshead.1
1252 -@@ -1,8 +1,8 @@
1253 --.TH wcshead(1) WCSTools "19 July 2004"
1254 -+.TH wcshead 1 WCSTools "19 July 2004"
1255 - .SH Name
1256 - wcshead \- Print WCS part of FITS or IRAF image header
1257 - .SH Synopsis
1258 --wcshead [-hrtvsz] FITS or IRAF file(s)
1259 -+wcshead [\-hrtvsz] FITS or IRAF file(s)
1260 - .SH Description
1261 - .I wcshead
1262 - is a utility for printing the world coordinate system information in
1263 ---- a/man/man1/delwcs.1
1264 -+++ b/man/man1/delwcs.1
1265 -@@ -1,8 +1,8 @@
1266 --.TH delwcs(1) WCSTools "6 July 2001"
1267 -+.TH delwcs 1 WCSTools "6 July 2001"
1268 - .SH Name
1269 - delwcs \- Delete WCS in FITS and IRAF image files
1270 - .SH Synopsis
1271 --delwcs [-v] FITS or IRAF file(s)
1272 -+delwcs [\-v] FITS or IRAF file(s)
1273 - .SH Description
1274 - Delete WCS keywords "CTYPE1", "CRVAL1", "CDELT1", "CRPIX1", "CROTA1", "CTYPE2",
1275 - "CRVAL2", "CDELT2", "CRPIX2", "CROTA2", and "IMWCS" from a fits header. If
1276 ---- a/man/man1/imstar.1
1277 -+++ b/man/man1/imstar.1
1278 -@@ -1,4 +1,4 @@
1279 --.TH imstar(1) WCSTools "6 July 2001"
1280 -+.TH imstar 1 WCSTools "6 July 2001"
1281 - .SH Name
1282 - imstar \- Find stars in FITS and IRAF image files
1283 - .SH Synopsis
1284 -@@ -7,7 +7,7 @@
1285 - .SH Options
1286 - .TP
1287 - .B <hh:mm:ss> <dd:mm:ss> [J2000, B1950]
1288 --Coordinates for center (or reference pixel if -x is used).
1289 -+Coordinates for center (or reference pixel if \-x is used).
1290 - .TP
1291 - .B \-a <angle>
1292 - Image rotation angle in degrees (default 0). If multiple of 90, rotate
1293 -@@ -34,7 +34,7 @@
1294 - .B \-i <num>
1295 - Minimum peak value for star in image (<0=-sigma)
1296 - Setting this to reject all but 10-15 stars is a good way to speed up the
1297 --star-finding process. If num is less than zero, the minimum peak is -num
1298 -+star-finding process. If num is less than zero, the minimum peak is \-num
1299 - image pixel standard deviations. Setting this number rejects faint stars
1300 - early in the selection process for a significant saving in computing time.
1301 - .TP
1302 -@@ -45,7 +45,7 @@
1303 - Print each star as it is found for debugging
1304 - .TP
1305 - .B \-l
1306 --Reflect the image left <-> right before rotating (-a) and searching for stars.
1307 -+Reflect the image left <\-> right before rotating (\-a) and searching for stars.
1308 - .TP
1309 - .B \-m <magnitude>
1310 - Magnitude offset
1311 -@@ -81,16 +81,16 @@
1312 - .TP
1313 - .B \-w
1314 - Write output to a file in addition to standard out.
1315 --If DAO format (-o), create the name by adding .dao to the image file name.
1316 --If Starbase format (-t), create the name by adding .tab to the image file name.
1317 --If ASCII format (-f), create the name by adding .stars to the image file name.
1318 -+If DAO format (\-o), create the name by adding .dao to the image file name.
1319 -+If Starbase format (\-t), create the name by adding .tab to the image file name.
1320 -+If ASCII format (\-f), create the name by adding .stars to the image file name.
1321 - .TP
1322 - .B \-x <X> <Y>
1323 - X and Y coordinates of reference pixel (if not in header or image center)
1324 - .TP
1325 - .B \-z
1326 --Use AIPS classic projection code (for "-SIN", "-TAN", "-ARC", "-NCP",
1327 --"-GLS", "-MER", "-AIT" and "-STG" only) instead of WCSLIB proposed
1328 -+Use AIPS classic projection code (for "\-SIN", "\-TAN", "\-ARC", "\-NCP",
1329 -+"\-GLS", "\-MER", "\-AIT" and "\-STG" only) instead of WCSLIB proposed
1330 - standard projection code.
1331 -
1332 - .SH Web Page
1333 ---- a/man/man1/xy2sky.1
1334 -+++ b/man/man1/xy2sky.1
1335 -@@ -1,12 +1,12 @@
1336 --.TH xy2sky(1) WCSTools "6 July 2001"
1337 -+.TH xy2sky 1 WCSTools "6 July 2001"
1338 - .SH Name
1339 - xy2sky \- Compute RA Dec from X Y using WCS in FITS and IRAF image files
1340 - .SH Synopsis
1341 --xy2sky [-vbjg] [-n ndec] file.fts x1 y1 ... xn yn
1342 -+xy2sky [\-vbjg] [\-n ndec] file.fts x1 y1 ... xn yn
1343 - .br
1344 - or
1345 - .br
1346 --xy2sky [-bdjgv] [-n ndec] file.fts @listfile
1347 -+xy2sky [\-bdjgv] [\-n ndec] file.fts @listfile
1348 - .SH Description
1349 - .I xy2sky
1350 - (pronounced X-Y-to-sky) is a utility for getting the world coordinates of
1351 -@@ -31,7 +31,7 @@
1352 - RA and Dec output in degrees
1353 - .TP
1354 - .B \-e
1355 --Ouput in ecliptic longitude and latitude in degrees.
1356 -+Output in ecliptic longitude and latitude in degrees.
1357 - .TP
1358 - .B \-f <number>
1359 - Set third dimension for 3-D projections such as CSC
1360 -@@ -54,7 +54,7 @@
1361 - Number of decimal places in output RA seconds
1362 - .TP
1363 - .B \-q <year>
1364 --Output equinox if not 2000 (-j) or 1950 (-b)
1365 -+Output equinox if not 2000 (\-j) or 1950 (\-b)
1366 - .TP
1367 - .B \-t
1368 - Output as tab-separated table
1369 ---- a/man/man1/imgsc.1
1370 -+++ b/man/man1/imgsc.1
1371 -@@ -1,4 +1,4 @@
1372 --.TH imgsc(1) WCS "14 April 1998"
1373 -+.TH imgsc 1 WCS "14 April 1998"
1374 - .SH Name
1375 - imgsc \- Find HST GSC stars in FITS or IRAF image files
1376 - .SH Synopsis
1377 -@@ -16,7 +16,7 @@
1378 - Reference catalog (gsc, ujc, or tab table file
1379 - .TP
1380 - .B \-g <class>
1381 --Guide Star Catalog class (-1=all,0,3 (default -1)
1382 -+Guide Star Catalog class (\-1=all,0,3 (default \-1)
1383 - .TP
1384 - .B \-h
1385 - Print heading, else do not
1386 -@@ -25,7 +25,7 @@
1387 - Output in J2000, optional new image center in J2000 (FK5) RA and Dec
1388 - .TP
1389 - .B \-m [<bright magnitude>] <faint magnitude>
1390 --Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
1391 -+Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
1392 - .TP
1393 - .B \-n <num>
1394 - Number of brightest stars to print
1395 ---- a/man/man1/i2f.1
1396 -+++ b/man/man1/i2f.1
1397 -@@ -1,4 +1,4 @@
1398 --.TH i2f(1) WCSTools "6 July 2001"
1399 -+.TH i2f 1 WCSTools "6 July 2001"
1400 - .SH Name
1401 - i2f \- Write FITS files from IRAF image files
1402 - .SH Synopsis
1403 ---- a/man/man1/edhead.1
1404 -+++ b/man/man1/edhead.1
1405 -@@ -1,4 +1,4 @@
1406 --.TH edhead(1) WCSTools "6 July 2001"
1407 -+.TH edhead 1 WCSTools "6 July 2001"
1408 - .SH Name
1409 - edhead \- Edit header of FITS or IRAF image file
1410 - .SH Synopsis
1411 ---- a/man/man1/sua2.1
1412 -+++ b/man/man1/sua2.1
1413 -@@ -1,13 +1,13 @@
1414 --.TH sua2(1) WCS "19 November 1999"
1415 -+.TH sua2 1 WCS "19 November 1999"
1416 - .SH Name
1417 --Find USNO-A2.0 Catalog stars in a square on the sky
1418 -+sua2 \- Find USNO-A2.0 Catalog stars in a square on the sky
1419 - .SH Synopsis
1420 - sua2 [options] ra dec system
1421 - .SH Description
1422 - .I suac
1423 - finds all of the U.S. Naval Observatory A2.0 Catalog objects in a specified
1424 - region of the sky and lists their sky positions and magnitudes in order of
1425 --brightness. Output is to standard out, unless the -w flag is set, in which
1426 -+brightness. Output is to standard out, unless the \-w flag is set, in which
1427 - case it goes to objectname.uac or search.uac. It is a link to scat.
1428 - .SH Options
1429 - .B \-a
1430 -@@ -31,7 +31,7 @@
1431 - .B \-l
1432 - Print center and closest star on one line
1433 - .B \-m [<bright magnitude>] <faint magnitude>
1434 --Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
1435 -+Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
1436 - .B \-n <num>
1437 - Number of brightest stars to print
1438 - .B \-o <name>
1439 ---- a/man/man1/simpos.1
1440 -+++ b/man/man1/simpos.1
1441 -@@ -1,4 +1,4 @@
1442 --.TH simpos(1) WCSTools "14 May 2015"
1443 -+.TH simpos 1 WCSTools "14 May 2015"
1444 - .SH Name
1445 - simpos \- Find position of a named object in the sky
1446 - .SH Synopsis
1447
1448 diff --git a/sci-astronomy/wcstools/files/wcstools-3.9.2-mayhem.patch b/sci-astronomy/wcstools/files/wcstools-3.9.2-mayhem.patch
1449 deleted file mode 100644
1450 index 694c072..0000000
1451 --- a/sci-astronomy/wcstools/files/wcstools-3.9.2-mayhem.patch
1452 +++ /dev/null
1453 @@ -1,69 +0,0 @@
1454 -Author: Ole Streicher <debian@×××××××××.cx>
1455 -Description: Fix several bugs that appear in during the mayhem tests.
1456 -Bug: http://bugs.debian.org/715682
1457 -Bug: http://bugs.debian.org/715755
1458 -Bug: http://bugs.debian.org/715905
1459 -Bug: http://bugs.debian.org/715956
1460 -Bug: http://bugs.debian.org/715957
1461 ---- a/getfits.c
1462 -+++ b/getfits.c
1463 -@@ -108,6 +108,7 @@
1464 - usage ("Right ascension given but no declination");
1465 - else {
1466 - strcpy (rastr, *av);
1467 -+ ac--;
1468 - strcpy (decstr, *++av);
1469 - ra0 = str2ra (rastr);
1470 - dec0 = str2dec (decstr);
1471 ---- a/getpix.c
1472 -+++ b/getpix.c
1473 -@@ -83,6 +83,7 @@
1474 - char *crange; /* Column range string */
1475 - char *rstr;
1476 - char *dstr = NULL;
1477 -+ char rastr[32], decstr[32];
1478 - char *cstr;
1479 - int systemp;
1480 - int i;
1481 ---- a/bincat.c
1482 -+++ b/bincat.c
1483 -@@ -156,7 +156,7 @@
1484 - if (ac < 3)
1485 - usage((char)0, "3 arguments needed for center coordinate");
1486 - else {
1487 -- strcpy (rastr, *++av);
1488 -+ strcpy (rastr, *av);
1489 - ac--;
1490 - strcpy (decstr, *++av);
1491 - setcenter (rastr, decstr);
1492 ---- a/cphead.c
1493 -+++ b/cphead.c
1494 -@@ -137,7 +137,7 @@
1495 - break;
1496 -
1497 - case 'w': /* Copy entire WCS */
1498 -- nkwd1 = 87;
1499 -+ nkwd1 = 236;
1500 - if (nkwd + nkwd1 > maxnkwd) {
1501 - maxnkwd = nkwd + nkwd1 + 32;
1502 - kwdnew = (char **) calloc (maxnkwd, sizeof (void *));
1503 -@@ -148,7 +148,7 @@
1504 - free (kwd);
1505 - kwd = kwdnew;
1506 - }
1507 -- for (ikwd = nkwd; i < nkwd+nkwd1; i++) {
1508 -+ for (ikwd = nkwd; ikwd < nkwd+nkwd1+32; ikwd++) {
1509 - kwd[ikwd] = (char *) calloc (32, 1);
1510 - }
1511 - strcpy (kwd[nkwd], "RA");
1512 ---- a/filext.c
1513 -+++ b/filext.c
1514 -@@ -80,7 +80,7 @@
1515 - ext = ext + 1;
1516 - }
1517 - }
1518 -- printf ("%s\n", ext);
1519 -+ printf ("%s\n", (ext)?ext:"");
1520 - }
1521 -
1522 - return (0);
1523
1524 diff --git a/sci-astronomy/wcstools/files/wcstools-3.9.2-spelling.patch b/sci-astronomy/wcstools/files/wcstools-3.9.2-spelling.patch
1525 deleted file mode 100644
1526 index 7c666c1..0000000
1527 --- a/sci-astronomy/wcstools/files/wcstools-3.9.2-spelling.patch
1528 +++ /dev/null
1529 @@ -1,69 +0,0 @@
1530 -Author: Ole Streicher <debian@×××××××××.cx>
1531 -Description: Spellfixes to make lintian happy
1532 ---- a/libwcs/fitsfile.c
1533 -+++ b/libwcs/fitsfile.c
1534 -@@ -1583,7 +1583,7 @@
1535 - if (!access (filename, 0)) {
1536 - fd = open (filename, O_WRONLY);
1537 - if (fd < 3) {
1538 -- snprintf (fitserrmsg,79, "FITSWIMAGE: file %s not writeable\n", filename);
1539 -+ snprintf (fitserrmsg,79, "FITSWIMAGE: file %s not writable\n", filename);
1540 - return (0);
1541 - }
1542 - }
1543 -@@ -1622,7 +1622,7 @@
1544 - if (!access (filename, 0)) {
1545 - fd = open (filename, O_WRONLY);
1546 - if (fd < 3) {
1547 -- snprintf (fitserrmsg,79, "FITSWEXT: file %s not writeable\n",
1548 -+ snprintf (fitserrmsg,79, "FITSWEXT: file %s not writable\n",
1549 - filename);
1550 - return (0);
1551 - }
1552 -@@ -1884,7 +1884,7 @@
1553 - if (!access (filename, 0)) {
1554 - fdout = open (filename, O_WRONLY);
1555 - if (fdout < 3) {
1556 -- snprintf (fitserrmsg,79, "FITSCIMAGE: file %s not writeable\n", filename);
1557 -+ snprintf (fitserrmsg,79, "FITSCIMAGE: file %s not writable\n", filename);
1558 - return (0);
1559 - }
1560 - }
1561 -@@ -1970,7 +1970,7 @@
1562 - if (!access (filename, 0)) {
1563 - fd = open (filename, O_WRONLY);
1564 - if (fd < 3) {
1565 -- snprintf (fitserrmsg, 79, "FITSWHEAD: file %s not writeable\n", filename);
1566 -+ snprintf (fitserrmsg, 79, "FITSWHEAD: file %s not writable\n", filename);
1567 - return (0);
1568 - }
1569 - }
1570 -@@ -2072,7 +2072,7 @@
1571 - if (ext != NULL)
1572 - *ext = cext;
1573 - if (fd < 3) {
1574 -- snprintf (fitserrmsg, 79, "FITSWEXHEAD: file %s not writeable\n", filename);
1575 -+ snprintf (fitserrmsg, 79, "FITSWEXHEAD: file %s not writable\n", filename);
1576 - return (-1);
1577 - }
1578 -
1579 ---- a/libwcs/imhfile.c
1580 -+++ b/libwcs/imhfile.c
1581 -@@ -896,7 +896,7 @@
1582 - if (!access (hdrname, 0)) {
1583 - fd = open (hdrname, O_WRONLY);
1584 - if (fd < 3) {
1585 -- fprintf (stderr, "IRAFWIMAGE: file %s not writeable\n", hdrname);
1586 -+ fprintf (stderr, "IRAFWIMAGE: file %s not writable\n", hdrname);
1587 - return (0);
1588 - }
1589 - }
1590 -@@ -993,7 +993,7 @@
1591 - if (!access (pixname, 0)) {
1592 - fd = open (pixname, O_WRONLY);
1593 - if (fd < 3) {
1594 -- fprintf (stderr, "IRAFWIMAGE: file %s not writeable\n", pixname);
1595 -+ fprintf (stderr, "IRAFWIMAGE: file %s not writable\n", pixname);
1596 - return (0);
1597 - }
1598 - }
1599
1600 diff --git a/sci-astronomy/wcstools/files/wcstools-3.9.2-sprintf.patch b/sci-astronomy/wcstools/files/wcstools-3.9.2-sprintf.patch
1601 deleted file mode 100644
1602 index 4ec5993..0000000
1603 --- a/sci-astronomy/wcstools/files/wcstools-3.9.2-sprintf.patch
1604 +++ /dev/null
1605 @@ -1,36 +0,0 @@
1606 -Author: Ole Streicher <olebole@××××××.net>
1607 -Description: Fix overlappong buffers in sprintf
1608 - In sprintf, overlapping buffers lead to undefined behaviour.
1609 - This causes different results on Debian and Ubuntu.
1610 ---- a/imstar.c
1611 -+++ b/imstar.c
1612 -@@ -818,7 +818,7 @@
1613 - sprintf (headline, "%7.2f %7.2f %6.2f %d",
1614 - sx[i],sy[i],smag[i],sp[i]);
1615 - if (iswcs (wcs))
1616 -- sprintf (headline, "%s %s %s", headline, rastr, decstr);
1617 -+ sprintf (headline + strlen(headline), " %s %s", rastr, decstr);
1618 - if (wfile)
1619 - fprintf (fd, "%s\n", headline);
1620 - else
1621 -@@ -827,14 +827,14 @@
1622 - else {
1623 - sprintf (headline, "%3d %s %s %6.2f", i+1,rastr,decstr,smag[i]);
1624 - if (wcs->nxpix < 100.0 && wcs->nypix > 100.0)
1625 -- sprintf (headline, "%s %5.2f %5.2f %d",
1626 -- headline, sx[i],sy[i], sp[i]);
1627 -+ sprintf (headline + strlen(headline), " %5.2f %5.2f %d",
1628 -+ sx[i],sy[i], sp[i]);
1629 - else if (wcs->nxpix < 1000.0 && wcs->nypix < 1000.0)
1630 -- sprintf (headline, "%s %6.2f %6.2f %d",
1631 -- headline, sx[i],sy[i], sp[i]);
1632 -+ sprintf (headline + strlen(headline), " %6.2f %6.2f %d",
1633 -+ sx[i],sy[i], sp[i]);
1634 - else
1635 -- sprintf (headline, "%s %7.2f %7.2f %d",
1636 -- headline, sx[i],sy[i], sp[i]);
1637 -+ sprintf (headline + strlen(headline), " %7.2f %7.2f %d",
1638 -+ sx[i],sy[i], sp[i]);
1639 - if (wfile)
1640 - fprintf (fd, "%s\n", headline);
1641 - else
1642
1643 diff --git a/sci-astronomy/wcstools/files/wcstools-3.9.2-use_abort.patch b/sci-astronomy/wcstools/files/wcstools-3.9.2-use_abort.patch
1644 deleted file mode 100644
1645 index 4ebc206..0000000
1646 --- a/sci-astronomy/wcstools/files/wcstools-3.9.2-use_abort.patch
1647 +++ /dev/null
1648 @@ -1,14 +0,0 @@
1649 -Author: Ole Streicher <debian@×××××××××.cx>
1650 -Description: If a unrecoverable error occurred, abort() instead of exit()
1651 - to allow the user for tracing the problem.
1652 ---- a/libwcs/poly.c
1653 -+++ b/libwcs/poly.c
1654 -@@ -43,7 +43,7 @@
1655 - void qerror(char *msg1, char *msg2)
1656 - {
1657 - fprintf(stderr, "\n> %s%s\n\n",msg1,msg2);
1658 -- exit(-1);
1659 -+ abort();
1660 - }
1661 -
1662 -
1663
1664 diff --git a/sci-astronomy/wcstools/files/wcstools-3.9.2-wcsinit_crash.patch b/sci-astronomy/wcstools/files/wcstools-3.9.2-wcsinit_crash.patch
1665 deleted file mode 100644
1666 index f8de3da..0000000
1667 --- a/sci-astronomy/wcstools/files/wcstools-3.9.2-wcsinit_crash.patch
1668 +++ /dev/null
1669 @@ -1,20 +0,0 @@
1670 -Author: Ole Streicher <olebole@××××××.net>
1671 -Description: Increase c*type and ptype field string lengths
1672 - This is needed to allow C1TYPE='RA---TAN-SIP'
1673 -Bug: https://bugs.launchpad.net/ubuntu/+source/saods9/+bug/1458333
1674 ---- a/libwcs/wcsinit.c
1675 -+++ b/libwcs/wcsinit.c
1676 -@@ -399,11 +399,11 @@
1677 - }
1678 -
1679 - /* World coordinate system reference coordinate information */
1680 -- if (hgetsc (hstring, "CTYPE1", &mchar, 16, ctype1)) {
1681 -+ if (hgetsc (hstring, "CTYPE1", &mchar, 9, ctype1)) {
1682 -
1683 - /* Read second coordinate type */
1684 - strcpy (ctype2, ctype1);
1685 -- if (!hgetsc (hstring, "CTYPE2", &mchar, 16, ctype2))
1686 -+ if (!hgetsc (hstring, "CTYPE2", &mchar, 9, ctype2))
1687 - twod = 0;
1688 - else
1689 - twod = 1;
1690
1691 diff --git a/sci-astronomy/wcstools/files/wcstools.pc.in b/sci-astronomy/wcstools/files/wcstools.pc.in
1692 deleted file mode 100644
1693 index c8eb8b0..0000000
1694 --- a/sci-astronomy/wcstools/files/wcstools.pc.in
1695 +++ /dev/null
1696 @@ -1,13 +0,0 @@
1697 -prefix=@prefix@
1698 -exec_prefix=@exec_prefix@
1699 -libdir=@libdir@
1700 -includedir=@includedir@
1701 -
1702 -Name: @PACKAGE_NAME@
1703 -Description: World Coordinate System Library and Tools
1704 -Version: @PACKAGE_VERSION@
1705 -URL: http://tdc-www.harvard.edu/wcstools/
1706 -Libs: -L${libdir} -lwcstools
1707 -Libs.private: -lm
1708 -Cflags: -I${includedir}/wcs
1709 -
1710
1711 diff --git a/sci-astronomy/wcstools/metadata.xml b/sci-astronomy/wcstools/metadata.xml
1712 deleted file mode 100644
1713 index 94f4f60..0000000
1714 --- a/sci-astronomy/wcstools/metadata.xml
1715 +++ /dev/null
1716 @@ -1,20 +0,0 @@
1717 -<?xml version="1.0" encoding="UTF-8"?>
1718 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
1719 -<pkgmetadata>
1720 -<maintainer type="project">
1721 - <email>sci-astronomy@g.o</email>
1722 - <name>Gentoo Astronomy Project</name>
1723 -</maintainer>
1724 -<longdescription lang="en">
1725 - Astronomers often need to relate positions on an image of the sky to
1726 - positions on the real sky to identify catalogued objects in images,
1727 - tell other people where to look to find an identified object, or to
1728 - compute motions of planets, satellites, asteroids, or comets. WCSTools
1729 - is a package of programs and a library of utility subroutines for
1730 - setting and using the world coordinate systems (WCS) in the headers of
1731 - the most common astronomical image formats, FITS and IRAF .imh, to
1732 - relate image pixels to sky coordinates.
1733 - The Gentoo package is using GNU autotools to produce portable shared
1734 - and static libraried.
1735 -</longdescription>
1736 -</pkgmetadata>
1737
1738 diff --git a/sci-astronomy/wcstools/wcstools-3.9.2.ebuild b/sci-astronomy/wcstools/wcstools-3.9.2.ebuild
1739 deleted file mode 100644
1740 index 38c7d89..0000000
1741 --- a/sci-astronomy/wcstools/wcstools-3.9.2.ebuild
1742 +++ /dev/null
1743 @@ -1,74 +0,0 @@
1744 -# Copyright 1999-2016 Gentoo Foundation
1745 -# Distributed under the terms of the GNU General Public License v2
1746 -# $Id$
1747 -
1748 -EAPI=5
1749 -
1750 -AUTOTOOLS_AUTORECONF=1
1751 -AUTOTOOLS_IN_SOURCE_BUILD=1
1752 -
1753 -inherit eutils autotools-utils multilib
1754 -
1755 -DESCRIPTION="World Coordinate System library for astronomical FITS images"
1756 -HOMEPAGE="http://tdc-www.harvard.edu/software/wcstools"
1757 -SRC_URI="${HOMEPAGE}/${P}.tar.gz"
1758 -
1759 -LICENSE="GPL-2 LGPL-2.1"
1760 -SLOT="0"
1761 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
1762 -IUSE=""
1763 -
1764 -DOCS=( Readme Programs NEWS )
1765 -
1766 -PATCHES=(
1767 - "${FILESDIR}"/wcstools-3.9.2-compiler_warnings.patch
1768 - "${FILESDIR}"/wcstools-3.9.2-manpages.patch
1769 - "${FILESDIR}"/wcstools-3.9.2-mayhem.patch
1770 - "${FILESDIR}"/wcstools-3.9.2-RASortStars.patch
1771 - "${FILESDIR}"/wcstools-3.9.2-spelling.patch
1772 - "${FILESDIR}"/wcstools-3.9.2-sprintf.patch
1773 - "${FILESDIR}"/wcstools-3.9.2-use_abort.patch
1774 - "${FILESDIR}"/wcstools-3.9.2-wcsinit_crash.patch
1775 -)
1776 -
1777 -src_prepare() {
1778 - einfo "Copying gentoo autotools files"
1779 - local f
1780 - for f in "${FILESDIR}"/{configure.ac,wcstools.pc.in,Makefile.am}; do
1781 - cp ${f} "${S}"/ || die
1782 - done
1783 - cp "${FILESDIR}"/Makefile.libwcs.am "${S}"/libwcs/Makefile.am || die
1784 - # avoid colliding with fixdos, getdate and remap from other packages
1785 - sed -i \
1786 - -e 's/getdate/wcsgetdate/' \
1787 - -e 's/crlf/wcscrlf/' \
1788 - -e 's/remap/wcsremap/' \
1789 - -e "s/3.... Programs/${PV} Programs/" \
1790 - wcstools || die
1791 - autotools-utils_src_prepare
1792 -}
1793 -
1794 -src_test() {
1795 - einfo "Testing various wcstools programs"
1796 - ./newfits -a 10 -j 248 41 -p 0.15 test.fits || die "test newfits failed"
1797 - ./sethead test.fits A=1 B=1 || die "test sethead failed"
1798 - [[ "$(./gethead test.fits RA)" == "16:32:00.0000" ]] \
1799 - || die "test gethead failed"
1800 - rm test.fits
1801 -}
1802 -
1803 -src_install() {
1804 - autotools-utils_src_install
1805 - doman man/man1/*
1806 - newdoc libwcs/NEWS NEWS.libwcs
1807 - newdoc libwcs/Readme Readme.libwcs
1808 -
1809 -}
1810 -
1811 -pkg_postinst() {
1812 - elog "The following execs have been renamed to avoid colliding"
1813 - elog "with other packages:"
1814 - elog " getdate -> wcsgetdate"
1815 - elog " crlf -> wcscrlf"
1816 - elog " remap -> wcsremap"
1817 -}
1818
1819 diff --git a/sci-libs/cfitsio/Manifest b/sci-libs/cfitsio/Manifest
1820 deleted file mode 100644
1821 index d92d091..0000000
1822 --- a/sci-libs/cfitsio/Manifest
1823 +++ /dev/null
1824 @@ -1 +0,0 @@
1825 -DIST cfitsio-3.37.tar.gz 4135218 SHA256 68058d5c805a3a63f3fe62dafcc8cc80afe2e2b34e10e16a9b1fb38376c0acbf SHA512 31ec98cc700dad0deabbb7349b1a018d2d4aa79ae3f70fa28397bb43b1420c7107697443bc2bd43c88b372477676d9f8c22a6731114d51379312faf6d0936752 WHIRLPOOL b18921d174248a35186b3457ede8858a48136568d03cfda37a29d968cc43c817dd956d95e9f18f4d214b1ce36a2c564e9369d2e4fed562e19c7eb48992735783
1826
1827 diff --git a/sci-libs/cfitsio/cfitsio-3.37.ebuild b/sci-libs/cfitsio/cfitsio-3.37.ebuild
1828 deleted file mode 100644
1829 index 17085d1..0000000
1830 --- a/sci-libs/cfitsio/cfitsio-3.37.ebuild
1831 +++ /dev/null
1832 @@ -1,60 +0,0 @@
1833 -# Copyright 1999-2015 Gentoo Foundation
1834 -# Distributed under the terms of the GNU General Public License v2
1835 -# $Id$
1836 -
1837 -EAPI=5
1838 -
1839 -FORTRAN_NEEDED=fortran
1840 -
1841 -inherit autotools-multilib fortran-2
1842 -
1843 -DESCRIPTION="C and Fortran library for manipulating FITS files"
1844 -HOMEPAGE="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html"
1845 -SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz"
1846 -
1847 -LICENSE="MIT"
1848 -SLOT="0/2"
1849 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
1850 -IUSE="bzip2 doc examples fortran static-libs +tools threads"
1851 -
1852 -RDEPEND="
1853 - sys-libs/zlib[${MULTILIB_USEDEP}]
1854 - bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )"
1855 -DEPEND="${RDEPEND}
1856 - fortran? ( dev-lang/cfortran )"
1857 -
1858 -pkg_setup() {
1859 - use fortran && fortran-2_pkg_setup
1860 -}
1861 -
1862 -src_prepare() {
1863 - # avoid internal cfortran
1864 - if use fortran; then
1865 - mv cfortran.h cfortran.h.disabled
1866 - ln -s "${EPREFIX}"/usr/include/cfortran.h . || die
1867 - fi
1868 - autotools-multilib_src_prepare
1869 -}
1870 -
1871 -src_configure() {
1872 - local myeconfargs=(
1873 - $(use_enable fortran)
1874 - $(use_enable threads)
1875 - $(use_enable tools)
1876 - $(use_with bzip2)
1877 - )
1878 - autotools-multilib_src_configure
1879 -}
1880 -
1881 -src_install () {
1882 - autotools-multilib_src_install
1883 - dodoc README README.md CHANGES.md docs/changes.txt docs/cfitsio.doc
1884 - use fortran && dodoc docs/fitsio.doc
1885 - use doc && dodoc docs/{quick,cfitsio,fpackguide}.pdf
1886 - use doc && use fortran && dodoc docs/fitsio.pdf
1887 - if use examples; then
1888 - insinto /usr/share/doc/${PF}/examples
1889 - doins cookbook.c testprog.c speed.c smem.c
1890 - use fortran && doins cookbook.f testf77.f
1891 - fi
1892 -}
1893
1894 diff --git a/sci-libs/cfitsio/metadata.xml b/sci-libs/cfitsio/metadata.xml
1895 deleted file mode 100644
1896 index 3a1d7ee..0000000
1897 --- a/sci-libs/cfitsio/metadata.xml
1898 +++ /dev/null
1899 @@ -1,18 +0,0 @@
1900 -<?xml version="1.0" encoding="UTF-8"?>
1901 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
1902 -<pkgmetadata>
1903 - <herd>sci-astronomy</herd>
1904 - <longdescription lang="en">
1905 - CFITSIO is a library of C and Fortran subroutines for reading and
1906 - writing data files in FITS (Flexible Image Transport System) data
1907 - format. CFITSIO provides simple high-level routines for reading and
1908 - writing FITS files that insulate the programmer from the internal
1909 - complexities of the FITS format. CFITSIO also provides advanced
1910 - features for manipulating and filtering the information in FITS
1911 - files.
1912 -</longdescription>
1913 - <use>
1914 - <flag name="tools">Build execs fpack, funpack, imcopy, fitscopy, listhead
1915 - </flag>
1916 - </use>
1917 -</pkgmetadata>
1918
1919 diff --git a/sci-libs/netcdf-fortran/Manifest b/sci-libs/netcdf-fortran/Manifest
1920 deleted file mode 100644
1921 index 8883ae9..0000000
1922 --- a/sci-libs/netcdf-fortran/Manifest
1923 +++ /dev/null
1924 @@ -1 +0,0 @@
1925 -DIST netcdf-fortran-4.4.2.tar.gz 1007725 SHA256 ad6249b6062df6f62f81d1cb2a072e3a4c595f27f11fe0c5a79726d1dad3143b SHA512 5479f369edd31b593a5dfa540edf4fe19890c26e8a6fcd23c3f8696eccc81de9f7ee8c85356f1da4891d71f1bf095fd0e0c74e4597b259bae0258e6ccf1b31d0 WHIRLPOOL 707c06a088fdde17d7b191e71ecedc67bab8646f1241c3220e7c7433e6cf04ee57a3974df9a6fee354080eb0c883e8c2fce6cd309b96a2a7f49cf22ebe4d1e11
1926
1927 diff --git a/sci-libs/netcdf-fortran/metadata.xml b/sci-libs/netcdf-fortran/metadata.xml
1928 deleted file mode 100644
1929 index 1c9a839..0000000
1930 --- a/sci-libs/netcdf-fortran/metadata.xml
1931 +++ /dev/null
1932 @@ -1,14 +0,0 @@
1933 -<?xml version="1.0" encoding="UTF-8"?>
1934 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
1935 -<pkgmetadata>
1936 -<herd>sci</herd>
1937 -<longdescription lang="en">
1938 - NetCDF (network Common Data Form) is an interface for scientific
1939 - data access and a freely-distributed software library that provides an
1940 - implementation of the interface. The netCDF library also defines a
1941 - machine-independent format for representing scientific data.
1942 - Together, the interface, library, and format support the creation,
1943 - access, and sharing of scientific data.
1944 - This is the FORTRAN 77 and 90 library on top of the C library.
1945 -</longdescription>
1946 -</pkgmetadata>
1947
1948 diff --git a/sci-libs/netcdf-fortran/netcdf-fortran-4.4.2.ebuild b/sci-libs/netcdf-fortran/netcdf-fortran-4.4.2.ebuild
1949 deleted file mode 100644
1950 index fea4f21..0000000
1951 --- a/sci-libs/netcdf-fortran/netcdf-fortran-4.4.2.ebuild
1952 +++ /dev/null
1953 @@ -1,53 +0,0 @@
1954 -# Copyright 1999-2015 Gentoo Foundation
1955 -# Distributed under the terms of the GNU General Public License v2
1956 -# $Id$
1957 -
1958 -EAPI=5
1959 -
1960 -FORTRAN_STANDARD="77 90 2003"
1961 -
1962 -inherit autotools-utils fortran-2
1963 -
1964 -DESCRIPTION="Scientific library and interface for array oriented data access"
1965 -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
1966 -SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz"
1967 -
1968 -LICENSE="UCAR-Unidata"
1969 -SLOT="0/5"
1970 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
1971 -IUSE="doc examples static-libs"
1972 -
1973 -RDEPEND="sci-libs/netcdf"
1974 -DEPEND="${RDEPEND}
1975 - dev-lang/cfortran
1976 - doc? ( app-doc/doxygen[dot] )
1977 -"
1978 -
1979 -src_prepare() {
1980 - # use system cfortran
1981 - rm libsrc/cfortran.h || die
1982 - autotools-utils_src_prepare
1983 -}
1984 -
1985 -src_configure() {
1986 - local myeconfargs=(
1987 - --docdir="${EPREFIX}/usr/share/doc/${PF}"
1988 - --disable-extra-example-tests
1989 - --enable-f03
1990 - $(use_enable doc dot)
1991 - $(use_enable doc doxygen)
1992 - )
1993 - autotools-utils_src_configure
1994 -}
1995 -
1996 -src_test() {
1997 - autotools-utils_src_test -j1
1998 -}
1999 -
2000 -src_install() {
2001 - autotools-utils_src_install
2002 - if use examples; then
2003 - insinto /usr/share/doc/${PF}
2004 - doins -r examples
2005 - fi
2006 -}
2007
2008 diff --git a/sci-libs/netcdf/Manifest b/sci-libs/netcdf/Manifest
2009 deleted file mode 100644
2010 index b947104..0000000
2011 --- a/sci-libs/netcdf/Manifest
2012 +++ /dev/null
2013 @@ -1 +0,0 @@
2014 -DIST netcdf-4.3.3.1.tar.gz 4999463 SHA256 bdde3d8b0e48eed2948ead65f82c5cfb7590313bc32c4cf6c6546e4cea47ba19 SHA512 a14e126ec3dcb4c7c68e82b20cd149f391ff9f2f733f19a93b159c1529e04ee2a66128962a4534cfe1f37e1c8a100f92def4f79069f5359c95a819715f62acef WHIRLPOOL 17d5ea91954fa85d110675066c04695739b4a36bd42eeeb14c678d7927dc1f22aadd075d10f754b3e4655c1cebd242fc80b6999c50b3660ec7334f4180bce3ee
2015
2016 diff --git a/sci-libs/netcdf/metadata.xml b/sci-libs/netcdf/metadata.xml
2017 deleted file mode 100644
2018 index d78394e..0000000
2019 --- a/sci-libs/netcdf/metadata.xml
2020 +++ /dev/null
2021 @@ -1,18 +0,0 @@
2022 -<?xml version="1.0" encoding="UTF-8"?>
2023 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
2024 -<pkgmetadata>
2025 - <herd>sci</herd>
2026 - <longdescription lang="en">
2027 - NetCDF (network Common Data Form) is an interface for scientific
2028 - data access and a freely-distributed software library that provides an
2029 - implementation of the interface. The netCDF library also defines a
2030 - machine-independent format for representing scientific data.
2031 - Together, the interface, library, and format support the creation,
2032 - access, and sharing of scientific data.
2033 -</longdescription>
2034 - <use>
2035 - <flag name="dap">Support for remote data access with the built-in OPeNDAP client</flag>
2036 - <flag name="hdf">Add support for the Hierarchical Data Format v.4 <pkg>sci-libs/hdf</pkg></flag>
2037 - <flag name="tools">Build the utilities nccopy, ncgen and ncdump</flag>
2038 - </use>
2039 -</pkgmetadata>
2040
2041 diff --git a/sci-libs/netcdf/netcdf-4.3.3.1.ebuild b/sci-libs/netcdf/netcdf-4.3.3.1.ebuild
2042 deleted file mode 100644
2043 index 347d2b3..0000000
2044 --- a/sci-libs/netcdf/netcdf-4.3.3.1.ebuild
2045 +++ /dev/null
2046 @@ -1,56 +0,0 @@
2047 -# Copyright 1999-2015 Gentoo Foundation
2048 -# Distributed under the terms of the GNU General Public License v2
2049 -# $Id$
2050 -
2051 -EAPI=5
2052 -
2053 -inherit autotools-utils
2054 -
2055 -DESCRIPTION="Scientific library and interface for array oriented data access"
2056 -HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
2057 -SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz"
2058 -
2059 -LICENSE="UCAR-Unidata"
2060 -SLOT="0/7"
2061 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
2062 -IUSE="+dap doc examples hdf +hdf5 mpi static-libs szip test tools"
2063 -
2064 -RDEPEND="
2065 - dap? ( net-misc/curl:0= )
2066 - hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= )
2067 - hdf5? ( sci-libs/hdf5:0=[mpi=,szip=,zlib] )"
2068 -DEPEND="${RDEPEND}
2069 - doc? ( app-doc/doxygen[dot] )"
2070 -
2071 -REQUIRED_USE="test? ( tools ) szip? ( hdf5 ) mpi? ( hdf5 )"
2072 -
2073 -src_configure() {
2074 - local myeconfargs=(
2075 - --docdir="${EPREFIX}"/usr/share/doc/${PF}
2076 - --disable-examples
2077 - --disable-dap-remote-tests
2078 - $(use_enable dap)
2079 - $(use_enable doc doxygen)
2080 - $(use_enable hdf hdf4)
2081 - $(use_enable hdf5 netcdf-4)
2082 - $(use_enable tools utilities)
2083 - )
2084 - if use mpi; then
2085 - export CC=mpicc
2086 - myeconfargs+=( --enable-parallel )
2087 - use test && myeconfargs+=( --enable-parallel-tests )
2088 - fi
2089 - autotools-utils_src_configure
2090 -}
2091 -
2092 -src_test() {
2093 - autotools-utils_src_test -j1
2094 -}
2095 -
2096 -src_install() {
2097 - autotools-utils_src_install
2098 - if use examples; then
2099 - insinto /usr/share/doc/${PF}
2100 - doins -r examples
2101 - fi
2102 -}