summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-10-15 11:14:11 +0200
committerJeroen Roovers <jer@gentoo.org>2020-10-15 11:53:41 +0200
commitdc7dfa35dfc7dc3b16aa4c0def359b2660e1643b (patch)
treedf653516dddf752f00a1372ef276c6369c4f44bc /net-analyzer/nmap
parentsys-devel/gdb: Works with py39 (diff)
downloadgentoo-dc7dfa35dfc7dc3b16aa4c0def359b2660e1643b.tar.gz
gentoo-dc7dfa35dfc7dc3b16aa4c0def359b2660e1643b.tar.bz2
gentoo-dc7dfa35dfc7dc3b16aa4c0def359b2660e1643b.zip
net-analyzer/nmap: Drop unused eclass, update DESCRIPTION
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r--net-analyzer/nmap/nmap-7.80-r1.ebuild9
-rw-r--r--net-analyzer/nmap/nmap-9999.ebuild5
2 files changed, 5 insertions, 9 deletions
diff --git a/net-analyzer/nmap/nmap-7.80-r1.ebuild b/net-analyzer/nmap/nmap-7.80-r1.ebuild
index c31710c9585a..6136d44ba188 100644
--- a/net-analyzer/nmap/nmap-7.80-r1.ebuild
+++ b/net-analyzer/nmap/nmap-7.80-r1.ebuild
@@ -2,14 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit autotools desktop flag-o-matic toolchain-funcs
-MY_P=${P/_beta/BETA}
-inherit autotools desktop flag-o-matic toolchain-funcs user
-
-DESCRIPTION="A utility for network discovery and security auditing"
+DESCRIPTION="Network exploration tool and security / port scanner"
HOMEPAGE="https://nmap.org/"
SRC_URI="
- https://nmap.org/dist/${MY_P}.tar.bz2
+ https://nmap.org/dist/${P}.tar.bz2
https://dev.gentoo.org/~jer/nmap-logo-64.png
"
@@ -51,7 +49,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-7.31-libnl.patch
"${FILESDIR}"/${PN}-7.80-ac-config-subdirs.patch
)
-S="${WORKDIR}/${MY_P}"
src_prepare() {
rm -r liblinear/ libpcap/ libpcre/ libssh2/ libz/ || die
diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild
index 96c09bd09780..053d71e84662 100644
--- a/net-analyzer/nmap/nmap-9999.ebuild
+++ b/net-analyzer/nmap/nmap-9999.ebuild
@@ -2,11 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-
MY_P=${P/_beta/BETA}
-inherit autotools desktop flag-o-matic git-r3 toolchain-funcs user
+inherit autotools desktop flag-o-matic git-r3 toolchain-funcs
-DESCRIPTION="A utility for network discovery and security auditing"
+DESCRIPTION="Network exploration tool and security / port scanner"
HOMEPAGE="https://nmap.org/"
EGIT_REPO_URI="https://github.com/nmap/nmap"