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
-

Reply via email to