From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1729260-garchives=archives.gentoo.org@lists.gentoo.org> 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 AFA6B1584F2 for <garchives@archives.gentoo.org>; Wed, 19 Mar 2025 00:33:42 +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 98ACE34326E for <garchives@archives.gentoo.org>; Wed, 19 Mar 2025 00:33:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DDA6C1103C8; Wed, 19 Mar 2025 00:33:38 +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 D5DFC1103C7 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Mar 2025 00:33:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6209B343168 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Mar 2025 00:33:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0E222834 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Mar 2025 00:33:36 +0000 (UTC) From: "Louis Sautier" <sbraz@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" <sbraz@gentoo.org> Message-ID: <1742342637.5212d0f42d0141829a20f4aa9a7f423c60be8c3a.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/nzbget/files/nzbget-24.5-build-with-par2-turbo-offline.patch net-nntp/nzbget/files/nzbget-24.6-fix-build-without-parcheck.patch X-VCS-Directories: net-nntp/nzbget/files/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 5212d0f42d0141829a20f4aa9a7f423c60be8c3a X-VCS-Branch: master Date: Wed, 19 Mar 2025 00:33:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23048c7c-5f61-4a00-9224-373e5e77ba8c X-Archives-Hash: 0964a0b866ea3174067ad35eaed3dcaa commit: 5212d0f42d0141829a20f4aa9a7f423c60be8c3a Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Tue Mar 18 23:56:02 2025 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Wed Mar 19 00:03:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5212d0f4 net-nntp/nzbget: remove unused patches Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> ...nzbget-24.5-build-with-par2-turbo-offline.patch | 17 --------------- .../nzbget-24.6-fix-build-without-parcheck.patch | 25 ---------------------- 2 files changed, 42 deletions(-) diff --git a/net-nntp/nzbget/files/nzbget-24.5-build-with-par2-turbo-offline.patch b/net-nntp/nzbget/files/nzbget-24.5-build-with-par2-turbo-offline.patch deleted file mode 100644 index 2d34c583c4bf..000000000000 --- a/net-nntp/nzbget/files/nzbget-24.5-build-with-par2-turbo-offline.patch +++ /dev/null @@ -1,17 +0,0 @@ -Patch the build system to support par2-turbo downloaded into the source -directory. ---- a/cmake/par2-turbo.cmake -+++ b/cmake/par2-turbo.cmake -@@ -27,11 +27,7 @@ endif() - ExternalProject_add( - par2-turbo - PREFIX par2-turbo -- GIT_REPOSITORY https://github.com/nzbgetcom/par2cmdline-turbo.git -- GIT_TAG v1.1.1-nzbget-20241128 -- TLS_VERIFY TRUE -- GIT_SHALLOW TRUE -- GIT_PROGRESS TRUE -+ URL par2-turbo - DOWNLOAD_EXTRACT_TIMESTAMP TRUE - CMAKE_ARGS ${CMAKE_ARGS} - INSTALL_COMMAND "" diff --git a/net-nntp/nzbget/files/nzbget-24.6-fix-build-without-parcheck.patch b/net-nntp/nzbget/files/nzbget-24.6-fix-build-without-parcheck.patch deleted file mode 100644 index 267e9859ff75..000000000000 --- a/net-nntp/nzbget/files/nzbget-24.6-fix-build-without-parcheck.patch +++ /dev/null @@ -1,25 +0,0 @@ -Otherwise, the build fails with "error: ‘setfill’ is not a member of -‘std’" when -DDISABLE_PARCHECK=yes is used. ---- a/daemon/nntp/ArticleWriter.cpp -+++ b/daemon/nntp/ArticleWriter.cpp -@@ -22,6 +22,7 @@ - #include "nzbget.h" - - #include <sstream> -+#include <iomanip> - #include "ArticleWriter.h" - #include "DiskState.h" - #include "Options.h" ---- a/daemon/queue/DirectRenamer.cpp -+++ b/daemon/queue/DirectRenamer.cpp -@@ -23,6 +23,7 @@ - - #include <sstream> - #include <iostream> -+#include <iomanip> - #include "DirectRenamer.h" - #include "Options.h" - #include "FileSystem.h" --- -2.48.1 -