From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAD2413835A for ; Sun, 24 Jan 2021 13:49:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F26DAE0A7F; Sun, 24 Jan 2021 13:49:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB5B8E0A7F for ; Sun, 24 Jan 2021 13:49:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0A0B341228 for ; Sun, 24 Jan 2021 13:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 452A54B6 for ; Sun, 24 Jan 2021 13:49:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1611496110.389d182617c55da23c56262c81f3695dc755a56b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/nfft/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/nfft/Manifest sci-libs/nfft/nfft-3.3.2.ebuild X-VCS-Directories: sci-libs/nfft/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 389d182617c55da23c56262c81f3695dc755a56b X-VCS-Branch: master Date: Sun, 24 Jan 2021 13:49:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25988971-de77-4f5d-92d8-92c7e2ef6d44 X-Archives-Hash: eb8e1d2b8edc4e5dba18300a2e6a4b94 commit: 389d182617c55da23c56262c81f3695dc755a56b Author: Jakov Smolic sartura hr> AuthorDate: Sun Jan 24 13:48:30 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 24 13:48:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389d1826 sci-libs/nfft: Remove old Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> sci-libs/nfft/Manifest | 1 - sci-libs/nfft/nfft-3.3.2.ebuild | 49 ----------------------------------------- 2 files changed, 50 deletions(-) diff --git a/sci-libs/nfft/Manifest b/sci-libs/nfft/Manifest index 9a74f409f2c..da7de6adcae 100644 --- a/sci-libs/nfft/Manifest +++ b/sci-libs/nfft/Manifest @@ -1,2 +1 @@ -DIST nfft-3.3.2.tar.gz 2821259 BLAKE2B b0029ecb0027a18de84f1a4db058101a26038547642c524125dec66bc6dc1da19873314ff6e4f483c401d39ee7c999cb9225de456be0928d55bca9fb1c1f6e69 SHA512 66bcd2439c9ba27063aa1db01c526a580c5c67938e2db332068ce20035ede1d8766e8f134a0e5dac5263aca14121573ca4f5a906b452c43f218636f5f6161c02 DIST nfft-3.5.2.tar.gz 5377870 BLAKE2B 5a9b79fd2db781f163f3e694e25096f9abfac67ae9e2f0614444e99160ac6ce150356b72130ba44f82c541120f8876723a06e989a5c125e1da1b85976b7ff500 SHA512 e5437b358f22807de2251527025accf326d77322e029cfc3df6ee733ccca4d020cbd3c045773735de0641618c71e5cc9b8f4df53becea3b7a7e27750f21fa64e diff --git a/sci-libs/nfft/nfft-3.3.2.ebuild b/sci-libs/nfft/nfft-3.3.2.ebuild deleted file mode 100644 index 37901af7444..00000000000 --- a/sci-libs/nfft/nfft-3.3.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 static-libs" - -RDEPEND="sci-libs/fftw:3.0[threads,openmp?]" -DEPEND="${RDEPEND}" - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]] && use openmp; then - if ! tc-has-openmp; then - ewarn "OpenMP is not available in your current selected compiler" - - if tc-is-clang; then - ewarn "OpenMP support in sys-devel/clang is provided by sys-libs/libomp," - ewarn "which you will need to build ${CATEGORY}/${PN} with USE=\"openmp\"" - fi - - die "need openmp capable compiler" - fi - fi -} - -src_configure() { - econf \ - --enable-all \ - --enable-shared \ - $(use_enable openmp) \ - $(use_enable static-libs static) -} - -src_install() { - default - use doc || rm -r "${ED}/usr/share/doc/${P}/html" || die - - # infft uses pkg-config to record its private dependencies - find "${ED}" -name '*.la' -delete || die -}