commit: b7ea86384af63c221b298629d5f74adac43f1041 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Sep 29 16:09:26 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Sep 30 19:37:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ea8638
net-libs/libnipper: treeclean Closes: https://bugs.gentoo.org/951888 (pkgremoved) Closes: https://bugs.gentoo.org/957258 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/libnipper/Manifest | 1 - .../files/libnipper-0.12.6-gcc12-time.patch | 11 ----------- .../libnipper/files/libnipper-0.12.6-gcc47.patch | 16 ---------------- .../files/libnipper-0.12.6-glibc-2.10.patch | 13 ------------- .../files/libnipper-0.12.6-multilib-strict.patch | 13 ------------- .../files/libnipper-0.12.6-wformat-security.patch | 11 ----------- net-libs/libnipper/libnipper-0.12.6-r2.ebuild | 22 ---------------------- net-libs/libnipper/metadata.xml | 8 -------- profiles/package.mask | 5 ----- 9 files changed, 100 deletions(-) diff --git a/net-libs/libnipper/Manifest b/net-libs/libnipper/Manifest deleted file mode 100644 index 2922bea3fff8..000000000000 --- a/net-libs/libnipper/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libnipper-0.12.6.tgz 444578 BLAKE2B 66a9d9158a132a447e5acfb2da51618c2be09f51a8bea3b47bb953a8734e5be5666a6d330e20ec9b5ad6455ac98fbc651a673dd4c47045f916cc3894ff40f5c2 SHA512 eb6eabce06a71463f8dad59a2aca13583e9ae8113b6997a7946b9bbafe54cd0668189c915f917ffcb7ffe3b5dc6dbbf7d37874ec226e5bd8cdd3c8999f9e10b0 diff --git a/net-libs/libnipper/files/libnipper-0.12.6-gcc12-time.patch b/net-libs/libnipper/files/libnipper-0.12.6-gcc12-time.patch deleted file mode 100644 index b07c640a37d1..000000000000 --- a/net-libs/libnipper/files/libnipper-0.12.6-gcc12-time.patch +++ /dev/null @@ -1,11 +0,0 @@ -https://bugs.gentoo.org/851666 ---- a/report/report-text.cpp -+++ b/report/report-text.cpp -@@ -34,6 +34,7 @@ - #include "../device/general/general.h" - #include "report.h" - -+#include <ctime> - - int Report::writeText(const char *theText, Device::paragraphStruct *paragraph, bool expandAbbreviations, bool hideMarkup) - { diff --git a/net-libs/libnipper/files/libnipper-0.12.6-gcc47.patch b/net-libs/libnipper/files/libnipper-0.12.6-gcc47.patch deleted file mode 100644 index 45b65b5e0383..000000000000 --- a/net-libs/libnipper/files/libnipper-0.12.6-gcc47.patch +++ /dev/null @@ -1,16 +0,0 @@ - https://bugs.gentoo.org/423813 - - - device/device.cpp | 1 + - 1 file changed, 1 insertion(+) - ---- a/device/device.cpp -+++ b/device/device.cpp -@@ -31,6 +31,7 @@ - - - // Includes... -+#include <unistd.h> - #include "../globaldefs.h" - #include "errortext.h" - #include "device.h" diff --git a/net-libs/libnipper/files/libnipper-0.12.6-glibc-2.10.patch b/net-libs/libnipper/files/libnipper-0.12.6-glibc-2.10.patch deleted file mode 100644 index 332276e14329..000000000000 --- a/net-libs/libnipper/files/libnipper-0.12.6-glibc-2.10.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/device/common/misc.cpp b/device/common/misc.cpp -index 7b3a7fb..612aacd 100644 ---- a/device/common/misc.cpp -+++ b/device/common/misc.cpp -@@ -198,7 +198,7 @@ const char *Device::cidrToNetmask(const char *cidr) - unsigned int Device::ipAddressToNum(const char *address) - { - // Variables... -- char *addressPointer = 0; -+ const char *addressPointer = 0; - unsigned int returnAddress = 0; - int tempInt = 0; - diff --git a/net-libs/libnipper/files/libnipper-0.12.6-multilib-strict.patch b/net-libs/libnipper/files/libnipper-0.12.6-multilib-strict.patch deleted file mode 100644 index 471236b84f92..000000000000 --- a/net-libs/libnipper/files/libnipper-0.12.6-multilib-strict.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4cc6260..d4518fb 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -319,7 +319,7 @@ SET(libnipper_SRC - ADD_LIBRARY(nipper SHARED ${libnipper_SRC}) - - # Install... --INSTALL(TARGETS nipper LIBRARY DESTINATION /usr/lib) -+INSTALL(TARGETS nipper LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) - INSTALL(FILES nipper.conf DESTINATION /etc) - INSTALL(FILES libnipper.h config.h DESTINATION /usr/include/libnipper/) - INSTALL(FILES man/nipper.conf.5 DESTINATION /usr/share/man/man5) diff --git a/net-libs/libnipper/files/libnipper-0.12.6-wformat-security.patch b/net-libs/libnipper/files/libnipper-0.12.6-wformat-security.patch deleted file mode 100644 index d2bf917a9c59..000000000000 --- a/net-libs/libnipper/files/libnipper-0.12.6-wformat-security.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/report/report-table.cpp -+++ b/report/report-table.cpp -@@ -359,7 +359,7 @@ int Report::writeTable(Device::paragraphStruct *paragraph) - else if (config->reportFormat == Config::XML) - fprintf(outFile, ">"); - if (cellPointer->cellData.empty()) -- fprintf(outFile, config->emptyTableCell); -+ fprintf(outFile, "%s", config->emptyTableCell); - else - errorCode = writeText(cellPointer->cellData.c_str(), paragraph); - if (errorCode != 0) diff --git a/net-libs/libnipper/libnipper-0.12.6-r2.ebuild b/net-libs/libnipper/libnipper-0.12.6-r2.ebuild deleted file mode 100644 index fa255e96a8f0..000000000000 --- a/net-libs/libnipper/libnipper-0.12.6-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="A router configuration security analysis library" -HOMEPAGE="http://nipper.titania.co.uk/" -SRC_URI="https://downloads.sourceforge.net/nipper/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -PATCHES=( - "${FILESDIR}/${P}-glibc-2.10.patch" - "${FILESDIR}/${P}-gcc47.patch" - "${FILESDIR}/${P}-multilib-strict.patch" - "${FILESDIR}/${P}-gcc12-time.patch" - "${FILESDIR}/${P}-wformat-security.patch" -) diff --git a/net-libs/libnipper/metadata.xml b/net-libs/libnipper/metadata.xml deleted file mode 100644 index 5750c1f52ca0..000000000000 --- a/net-libs/libnipper/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">nipper</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index eacb382adc3f..3bae3f6a953a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -196,11 +196,6 @@ dev-python/spur # Bug #955270. Removal on 2025-10-05. sci-libs/silo -# Andreas Sturmlechner <[email protected]> (2025-09-01) -# EAPI-7 cmake.eclass, no revdeps, no one else is packaging this. -# Bugs #951888, #957258. Removal on 2025-10-01. -net-libs/libnipper - # Eli Schwartz <[email protected]> (2025-09-01) # Effectively unmaintained in Gentoo. Upstream dead for 8 years. Stuck # on py3.11, but no testsuite and still has py2-specific source code so
