Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/
Date: Fri, 22 May 2020 11:38:12
Message-Id: 1590147474.445b6ef13d07d2fac60301b899723e9e686d7f95.asturm@gentoo
1 commit: 445b6ef13d07d2fac60301b899723e9e686d7f95
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 11:37:38 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 11:37:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445b6ef1
7
8 net-analyzer/nmap: Cleanup IUSE leftovers
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-analyzer/nmap/metadata.xml | 2 --
14 net-analyzer/nmap/nmap-7.80-r1.ebuild | 2 +-
15 net-analyzer/nmap/nmap-9999.ebuild | 2 +-
16 3 files changed, 2 insertions(+), 4 deletions(-)
17
18 diff --git a/net-analyzer/nmap/metadata.xml b/net-analyzer/nmap/metadata.xml
19 index 37088b5933c..717311a0967 100644
20 --- a/net-analyzer/nmap/metadata.xml
21 +++ b/net-analyzer/nmap/metadata.xml
22 @@ -8,11 +8,9 @@
23 <use>
24 <flag name="libssh2">Enable SSH support through <pkg>net-libs/libssh2</pkg></flag>
25 <flag name="ncat">Install the ncat utility</flag>
26 - <flag name="ndiff">Install the ndiff utility</flag>
27 <flag name="nmap-update">Install nmap-update, which uses <pkg>dev-vcs/subversion</pkg> to update nmap scripts in your home directory</flag>
28 <flag name="nping">Install the nping utility</flag>
29 <flag name="nse">Include support for the Nmap Scripting Engine (NSE)</flag>
30 <flag name="system-lua">Use <pkg>dev-lang/lua</pkg> instead of the bundled liblua</flag>
31 - <flag name="zenmap">Install the GTK+ based nmap GUI, zenmap</flag>
32 </use>
33 </pkgmetadata>
34
35 diff --git a/net-analyzer/nmap/nmap-7.80-r1.ebuild b/net-analyzer/nmap/nmap-7.80-r1.ebuild
36 index f17847a96e5..c31710c9585 100644
37 --- a/net-analyzer/nmap/nmap-7.80-r1.ebuild
38 +++ b/net-analyzer/nmap/nmap-7.80-r1.ebuild
39 @@ -16,7 +16,7 @@ SRC_URI="
40 LICENSE="GPL-2"
41 SLOT="0"
42 KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
43 -IUSE="ipv6 libressl libssh2 ncat ndiff nmap-update nping +nse ssl system-lua"
44 +IUSE="ipv6 libressl libssh2 ncat nmap-update nping +nse ssl system-lua"
45 REQUIRED_USE="system-lua? ( nse )"
46
47 RDEPEND="
48
49 diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild
50 index 1c4060d3fe2..f45ed83d38a 100644
51 --- a/net-analyzer/nmap/nmap-9999.ebuild
52 +++ b/net-analyzer/nmap/nmap-9999.ebuild
53 @@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~jer/nmap-logo-64.png"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 -IUSE="ipv6 libressl libssh2 ncat ndiff nmap-update nping +nse ssl system-lua"
58 +IUSE="ipv6 libressl libssh2 ncat nmap-update nping +nse ssl system-lua"
59 REQUIRED_USE="system-lua? ( nse )"
60
61 RDEPEND="