commit:     c35a0c454244f3b85e856a25e6362b3a67fc347c
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sun Mar 30 20:35:39 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 21:30:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35a0c45

sci-libs/nfft: drop 3.5.2

Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/41392
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/nfft/Manifest          |  1 -
 sci-libs/nfft/nfft-3.5.2.ebuild | 45 -----------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/sci-libs/nfft/Manifest b/sci-libs/nfft/Manifest
index b7f91d86ca5d..13fcf772f9ed 100644
--- a/sci-libs/nfft/Manifest
+++ b/sci-libs/nfft/Manifest
@@ -1,2 +1 @@
-DIST nfft-3.5.2.tar.gz 5377870 BLAKE2B 
5a9b79fd2db781f163f3e694e25096f9abfac67ae9e2f0614444e99160ac6ce150356b72130ba44f82c541120f8876723a06e989a5c125e1da1b85976b7ff500
 SHA512 
e5437b358f22807de2251527025accf326d77322e029cfc3df6ee733ccca4d020cbd3c045773735de0641618c71e5cc9b8f4df53becea3b7a7e27750f21fa64e
 DIST nfft-3.5.3.tar.gz 5643780 BLAKE2B 
7aaa4406250154766377f2e8620690d3f78b48f734f78ded7f611eda8c38fc048d3b38402e7c9f8b219629afe79058b5b2b57e0cf59cd869f0713365381e2ca9
 SHA512 
062e89bd621cb2f6e348507cf9892e38a92dde10d2d8afbc2642fd4531ae4d65dbc53196831063e015fc65bb589ecc4603d929eb1f498611f392a8270bf11b5d

diff --git a/sci-libs/nfft/nfft-3.5.2.ebuild b/sci-libs/nfft/nfft-3.5.2.ebuild
deleted file mode 100644
index 066540701d6c..000000000000
--- a/sci-libs/nfft/nfft-3.5.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="library for nonequispaced discrete Fourier transformations"
-HOMEPAGE="https://www-user.tu-chemnitz.de/~potts/nfft/";
-SRC_URI="https://github.com/NFFT/nfft/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc openmp"
-
-RDEPEND="sci-libs/fftw:3.0[threads,openmp?]"
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
-       [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-       [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_configure() {
-       econf \
-               --enable-all \
-               --enable-shared \
-               --disable-static \
-               $(use_enable openmp)
-}
-
-src_install() {
-       default
-
-       if ! use doc; then
-               rm -r "${ED}"/usr/share/doc/${P}/html || die
-       fi
-
-       # no static archives
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to