Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/, sci-libs/getdata/files/
Date: Sat, 26 Feb 2022 18:18:31
Message-Id: 1645899486.494b066fd589817b148775c8a9104e9aa4be7a41.asturm@gentoo
1 commit: 494b066fd589817b148775c8a9104e9aa4be7a41
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 18:17:39 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 18:18:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494b066f
7
8 sci-libs/getdata: Drop 0.6.0, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/811978
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 sci-libs/getdata/Manifest | 1 -
15 .../files/getdata-0.9.0-remove-python-test.patch | 13 -----
16 sci-libs/getdata/getdata-0.9.0-r3.ebuild | 61 ----------------------
17 3 files changed, 75 deletions(-)
18
19 diff --git a/sci-libs/getdata/Manifest b/sci-libs/getdata/Manifest
20 index 90756e50ea07..32dc82103efa 100644
21 --- a/sci-libs/getdata/Manifest
22 +++ b/sci-libs/getdata/Manifest
23 @@ -1,2 +1 @@
24 DIST getdata-0.11.0.tar.xz 1060324 BLAKE2B b758447429f95d53d6ce3e32eb5591d0141c218f5b3a3c391fb713722f8dc12fba2add078d75be1b2957b2d27b7d843cb51450fc49394da130548721f5df9384 SHA512 cf301449288c2b0e337a356f03ac8d295a4f5a32eb6c2a29c15c6fcc434a9eea8661a8070defbbf1d751e64e1f616e4353863b13d350fa8df6837631d86bc932
25 -DIST getdata-0.9.0.tar.xz 920652 BLAKE2B d5f0659474dfab9f4e589a28a7788b5a51de3c0064b58de37bdb11dad27b56daa05d8e705da743c5da271bd8c4e1343ac6ac41adfdfabfcaef0006e46c45d2bf SHA512 28d720141e34cc56a5166594d0a6ac293144d123706988ed170e40dd9d7aaf13b920305e8bd8343ecd7cbe43eee5d83720e3e5f5d2da0cdccdc1444725cc6844
26
27 diff --git a/sci-libs/getdata/files/getdata-0.9.0-remove-python-test.patch b/sci-libs/getdata/files/getdata-0.9.0-remove-python-test.patch
28 deleted file mode 100644
29 index 98da89dfb8ec..000000000000
30 --- a/sci-libs/getdata/files/getdata-0.9.0-remove-python-test.patch
31 +++ /dev/null
32 @@ -1,13 +0,0 @@
33 -Remove python test suite.
34 -
35 ---- getdata-0.9.0/bindings/python/Makefile.am
36 -+++ getdata-0.9.0/bindings/python/Makefile.am
37 -@@ -20,8 +20,6 @@
38 - #
39 - AUTOMAKE_OPTIONS = foreign
40 -
41 --SUBDIRS=test
42 --
43 - nodist_python_SCRIPTS = pygetdata.so
44 -
45 - BUILT_SOURCES = pyconstants.c
46
47 diff --git a/sci-libs/getdata/getdata-0.9.0-r3.ebuild b/sci-libs/getdata/getdata-0.9.0-r3.ebuild
48 deleted file mode 100644
49 index 118a1e4daced..000000000000
50 --- a/sci-libs/getdata/getdata-0.9.0-r3.ebuild
51 +++ /dev/null
52 @@ -1,61 +0,0 @@
53 -# Copyright 1999-2021 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=6
57 -
58 -FORTRAN_STANDARD="95"
59 -FORTRAN_NEEDED=fortran
60 -inherit autotools fortran-2 flag-o-matic
61 -
62 -DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
63 -HOMEPAGE="http://getdata.sourceforge.net/"
64 -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.xz"
65 -
66 -SLOT="0"
67 -LICENSE="LGPL-2.1"
68 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
69 -IUSE="bzip2 cxx debug flac fortran lzma perl static-libs"
70 -
71 -DEPEND="
72 - bzip2? ( app-arch/bzip2 )
73 - lzma? ( app-arch/xz-utils )
74 - perl? ( dev-lang/perl )
75 -"
76 -RDEPEND="${DEPEND}"
77 -
78 -PATCHES=( "${FILESDIR}/${P}-remove-python-test.patch" )
79 -
80 -src_prepare() {
81 - default
82 - eautoreconf
83 -}
84 -
85 -src_configure() {
86 - # GCC 10 workaround
87 - # bug #723076
88 - append-fflags $(test-flags-FC -fallow-argument-mismatch)
89 -
90 - econf \
91 - --disable-idl \
92 - --disable-matlab \
93 - --disable-php \
94 - --with-libz \
95 - --without-libslim \
96 - --without-libzzip \
97 - $(use_with bzip2 libbz2) \
98 - $(use_enable cxx cplusplus) \
99 - $(use_enable debug) \
100 - $(use_with flac libFLAC) \
101 - $(use_enable fortran) \
102 - $(use_enable fortran fortran95) \
103 - $(use_with lzma liblzma) \
104 - $(use_enable perl) \
105 - $(usex perl --with-perl-dir=vendor) \
106 - --disable-python \
107 - $(use_enable static-libs static)
108 -}
109 -
110 -src_install() {
111 - default
112 - find "${D}" -name '*.la' -delete || die
113 -}