commit:     55625baddf58533609d5b1f55ed55bc262fac3c0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 05:51:21 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 05:56:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55625bad

net-analyzer/iptraf-ng: drop 9999

Low upstream activity and maintainer-needed essentially.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild | 60 ----------------------------
 1 file changed, 60 deletions(-)

diff --git a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild 
b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild
deleted file mode 100644
index d15aa1492515..000000000000
--- a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit flag-o-matic git-r3 toolchain-funcs
-
-DESCRIPTION="A console-based network monitoring utility"
-HOMEPAGE="https://github.com/iptraf-ng/iptraf-ng";
-EGIT_REPO_URI="https://github.com/iptraf-ng/iptraf-ng";
-EGIT_BRANCH="dev"
-
-LICENSE="GPL-2 doc? ( FDL-1.1 )"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc"
-
-RDEPEND="
-       >=sys-libs/ncurses-5.7-r7:0=
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/os-headers
-"
-RESTRICT="test"
-
-src_prepare() {
-       sed -i \
-               -e '/^CC =/d' \
-               -e '/^CFLAGS/s:= -g -O2:+= :' \
-               -e '/^LDFLAGS =/d' \
-               -e 's|$(QUIET_[[:alpha:]]*)||g' \
-               Makefile || die
-       sed -i \
-               -e 's|IPTRAF|&-NG|g' \
-               -e 's|IPTraf|&-NG|g' \
-               -e 's|iptraf|&-ng|g' \
-               src/*.8 || die
-
-       default
-}
-
-src_configure() {
-       # The configure script does not do very much we do not already control
-       append-cppflags '-DLOCKDIR=\"/run/lock/iptraf-ng\"'
-       tc-export CC
-}
-
-src_install() {
-       dosbin ${PN}
-
-       doman src/*.8
-       dodoc AUTHORS CHANGES* FAQ README*
-
-       if use doc; then
-               docinto html
-               dodoc -r Documentation/*
-       fi
-
-       keepdir /var/{lib,log}/iptraf-ng #376157
-}

Reply via email to