commit: 9256afcfd6d5d1f6a47887bb21ac5c0fb8f8229f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 19:00:32 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 19:00:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9256afcf
net-analyzer/zniper: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
.../zniper/{zniper-1.0-r2.ebuild => zniper-1.0-r3.ebuild} | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/net-analyzer/zniper/zniper-1.0-r2.ebuild
b/net-analyzer/zniper/zniper-1.0-r3.ebuild
similarity index 89%
rename from net-analyzer/zniper/zniper-1.0-r2.ebuild
rename to net-analyzer/zniper/zniper-1.0-r3.ebuild
index e96de82264d..0e1f35b7ba2 100644
--- a/net-analyzer/zniper/zniper-1.0-r2.ebuild
+++ b/net-analyzer/zniper/zniper-1.0-r3.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
+
inherit toolchain-funcs
DESCRIPTION="Displays and kill active TCP connections seen by the selected
interface"
HOMEPAGE="http://www.signedness.org/tools/"
SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tgz"
+S="${WORKDIR}/zniper"
LICENSE="BSD"
SLOT="0"
@@ -16,14 +18,11 @@ RDEPEND="
net-libs/libpcap
sys-libs/ncurses:=
"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-
-S=${WORKDIR}/"zniper"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
+ default
sed -i \
-e 's| -o | $(LDFLAGS)&|g' \
-e 's|@make|@$(MAKE)|g' \