From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C48111582EF for ; Wed, 26 Feb 2025 09:02:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AE6353432B0 for ; Wed, 26 Feb 2025 09:02:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 30692110470; Wed, 26 Feb 2025 09:02:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2B1ED110470 for ; Wed, 26 Feb 2025 09:02:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D790B342F9E for ; Wed, 26 Feb 2025 09:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D8F02803 for ; Wed, 26 Feb 2025 09:02:13 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1740560517.3b64cc7e1683a087df22629caedf232fd4897847.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/wsjtx/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch X-VCS-Directories: media-radio/wsjtx/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 3b64cc7e1683a087df22629caedf232fd4897847 X-VCS-Branch: master Date: Wed, 26 Feb 2025 09:02:13 +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: df4ca97f-b862-4461-8b77-8bd38e0c51c1 X-Archives-Hash: 51601604b1d01249ffe11b460e18d19f commit: 3b64cc7e1683a087df22629caedf232fd4897847 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Feb 25 07:08:36 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Feb 26 09:01:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b64cc7e media-radio/wsjtx: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/40745 Signed-off-by: Ionen Wolkens gentoo.org> media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch b/media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch deleted file mode 100644 index 83b3c779de26..000000000000 --- a/media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch +++ /dev/null @@ -1,13 +0,0 @@ -# See https://sourceforge.net/p/wsjt/mailman/message/58778025/ -diff --git a/qmap/libqmap/decode0.f90 b/qmap/libqmap/decode0.f90 -index 55a58dc..ed58cd2 100755 ---- a/qmap/libqmap/decode0.f90 -+++ b/qmap/libqmap/decode0.f90 -@@ -2,6 +2,7 @@ subroutine decode0(dd,ss,savg) - - use timer_module, only: timer - parameter (NSMAX=60*96000) -+ parameter (NFFT=32768) - - real*4 dd(2,NSMAX),ss(400,NFFT),savg(NFFT) - real*8 fcenter