From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- sci-libs/getdata/Manifest | 3 -- .../files/getdata-0.9.0-remove-python-test.patch | 13 ----- sci-libs/getdata/getdata-0.9.0-r3.ebuild | 61 ---------------------- 3 files changed, 77 deletions(-) delete mode 100644 sci-libs/getdata/files/getdata-0.9.0-remove-python-test.patch delete mode 100644 sci-libs/getdata/getdata-0.9.0-r3.ebuild (limited to 'sci-libs/getdata') diff --git a/sci-libs/getdata/Manifest b/sci-libs/getdata/Manifest index b2db6b2c7fdf..53a07bb07deb 100644 --- a/sci-libs/getdata/Manifest +++ b/sci-libs/getdata/Manifest @@ -1,6 +1,3 @@ -AUX getdata-0.9.0-remove-python-test.patch 257 BLAKE2B bc60176d361d2cb891742c0ee8b443d0cb5c1350478bec1047e56d6a38b50021096ad8bab6ed4b1205744785f002227b22a80a4ab888c4bd52d517de8503e12b SHA512 7a8b5e8e1f2164fca9caba81c7b24f705c6caac036f8f2a3c6dd436961311e4dc34aa6a669eb0bd9e50fb50c09a8b22d32fe04961085c983a29da00e438cbc7c DIST getdata-0.11.0.tar.xz 1060324 BLAKE2B b758447429f95d53d6ce3e32eb5591d0141c218f5b3a3c391fb713722f8dc12fba2add078d75be1b2957b2d27b7d843cb51450fc49394da130548721f5df9384 SHA512 cf301449288c2b0e337a356f03ac8d295a4f5a32eb6c2a29c15c6fcc434a9eea8661a8070defbbf1d751e64e1f616e4353863b13d350fa8df6837631d86bc932 -DIST getdata-0.9.0.tar.xz 920652 BLAKE2B d5f0659474dfab9f4e589a28a7788b5a51de3c0064b58de37bdb11dad27b56daa05d8e705da743c5da271bd8c4e1343ac6ac41adfdfabfcaef0006e46c45d2bf SHA512 28d720141e34cc56a5166594d0a6ac293144d123706988ed170e40dd9d7aaf13b920305e8bd8343ecd7cbe43eee5d83720e3e5f5d2da0cdccdc1444725cc6844 EBUILD getdata-0.11.0.ebuild 1326 BLAKE2B 06e622338dbb24b15b59efa7c969a101c8289d27d85910cbd69df9520f9cf502de421d22625468215ef9f5571b9af058f121559396b2c423b8174b6229fb3e79 SHA512 9ae6ed1f14dfd7f4c1abdeb52f6c0ece8041fed040eb89fb73391507751fbc7a0893711f7f3a560ad7d960b1707f3743bfc1e9eac899f403ffcdc82b128e6870 -EBUILD getdata-0.9.0-r3.ebuild 1383 BLAKE2B 931c18c18d5574dc15f5c2f84273a8e8f7a5acc7186008bd220ac5000c476412b8ffb47bf6030090a71ed45b0acb4e5a7a06c88cf587ec1593de5e2fd089f288 SHA512 71f543bc927435e080df36db6ec59e7bafa0033bb4763207425e0832549e32cd638b4b89d1c6c22c79455d62de5cbf84dd4b18c320a028d43ae17e7c3f62a096 MISC metadata.xml 661 BLAKE2B 982315bbce2f794d62accad5153357defa40a530eb9ab58aea2754cfe64c13084417be013ee05188d9f0ccd93fe4f8a432ca658313912e23123e41d839496137 SHA512 267db8fd5b4068163da6f81242950935a38f25c38a1630bfcc48fabdca7e726742e65a6f5319bde83b8a5b52dff82ed3b0efef9aee601f62e067860e535823ce 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 deleted file mode 100644 index 98da89dfb8ec..000000000000 --- a/sci-libs/getdata/files/getdata-0.9.0-remove-python-test.patch +++ /dev/null @@ -1,13 +0,0 @@ -Remove python test suite. - ---- getdata-0.9.0/bindings/python/Makefile.am -+++ getdata-0.9.0/bindings/python/Makefile.am -@@ -20,8 +20,6 @@ - # - AUTOMAKE_OPTIONS = foreign - --SUBDIRS=test -- - nodist_python_SCRIPTS = pygetdata.so - - BUILT_SOURCES = pyconstants.c diff --git a/sci-libs/getdata/getdata-0.9.0-r3.ebuild b/sci-libs/getdata/getdata-0.9.0-r3.ebuild deleted file mode 100644 index 118a1e4daced..000000000000 --- a/sci-libs/getdata/getdata-0.9.0-r3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -FORTRAN_STANDARD="95" -FORTRAN_NEEDED=fortran -inherit autotools fortran-2 flag-o-matic - -DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data" -HOMEPAGE="http://getdata.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.xz" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 cxx debug flac fortran lzma perl static-libs" - -DEPEND=" - bzip2? ( app-arch/bzip2 ) - lzma? ( app-arch/xz-utils ) - perl? ( dev-lang/perl ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-remove-python-test.patch" ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - # GCC 10 workaround - # bug #723076 - append-fflags $(test-flags-FC -fallow-argument-mismatch) - - econf \ - --disable-idl \ - --disable-matlab \ - --disable-php \ - --with-libz \ - --without-libslim \ - --without-libzzip \ - $(use_with bzip2 libbz2) \ - $(use_enable cxx cplusplus) \ - $(use_enable debug) \ - $(use_with flac libFLAC) \ - $(use_enable fortran) \ - $(use_enable fortran fortran95) \ - $(use_with lzma liblzma) \ - $(use_enable perl) \ - $(usex perl --with-perl-dir=vendor) \ - --disable-python \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} -- cgit v1.2.3