Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/
Date: Sat, 03 Apr 2021 15:57:21
Message-Id: 1617465303.814f95e9ceba083345c0a49ee3bcdd44c490caf8.sam@gentoo
1 commit: 814f95e9ceba083345c0a49ee3bcdd44c490caf8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 01:32:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:55:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814f95e9
7
8 net-analyzer/nmap: drop unused desktop, flag-o-matic
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/nmap/nmap-7.80-r2.ebuild | 2 +-
13 net-analyzer/nmap/nmap-7.91-r1.ebuild | 2 +-
14 net-analyzer/nmap/nmap-7.91-r2.ebuild | 2 +-
15 net-analyzer/nmap/nmap-9999.ebuild | 4 ++--
16 4 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/net-analyzer/nmap/nmap-7.80-r2.ebuild b/net-analyzer/nmap/nmap-7.80-r2.ebuild
19 index 5f48909bca0..4ce4485f5c7 100644
20 --- a/net-analyzer/nmap/nmap-7.80-r2.ebuild
21 +++ b/net-analyzer/nmap/nmap-7.80-r2.ebuild
22 @@ -6,7 +6,7 @@ EAPI=7
23 LUA_COMPAT=( lua5-3 )
24 LUA_REQ_USE="deprecated"
25
26 -inherit autotools desktop flag-o-matic lua-single toolchain-funcs
27 +inherit autotools lua-single toolchain-funcs
28
29 DESCRIPTION="Network exploration tool and security / port scanner"
30 HOMEPAGE="https://nmap.org/"
31
32 diff --git a/net-analyzer/nmap/nmap-7.91-r1.ebuild b/net-analyzer/nmap/nmap-7.91-r1.ebuild
33 index 8b08d910d67..ab9ed8c0ddb 100644
34 --- a/net-analyzer/nmap/nmap-7.91-r1.ebuild
35 +++ b/net-analyzer/nmap/nmap-7.91-r1.ebuild
36 @@ -6,7 +6,7 @@ EAPI=7
37 LUA_COMPAT=( lua5-3 )
38 LUA_REQ_USE="deprecated"
39
40 -inherit autotools flag-o-matic lua-single toolchain-funcs
41 +inherit autotools lua-single toolchain-funcs
42
43 DESCRIPTION="Network exploration tool and security / port scanner"
44 HOMEPAGE="https://nmap.org/"
45
46 diff --git a/net-analyzer/nmap/nmap-7.91-r2.ebuild b/net-analyzer/nmap/nmap-7.91-r2.ebuild
47 index 09c622523f3..587628f5722 100644
48 --- a/net-analyzer/nmap/nmap-7.91-r2.ebuild
49 +++ b/net-analyzer/nmap/nmap-7.91-r2.ebuild
50 @@ -6,7 +6,7 @@ EAPI=7
51 LUA_COMPAT=( lua5-3 )
52 LUA_REQ_USE="deprecated"
53
54 -inherit autotools flag-o-matic lua-single toolchain-funcs
55 +inherit autotools lua-single toolchain-funcs
56
57 DESCRIPTION="Network exploration tool and security / port scanner"
58 HOMEPAGE="https://nmap.org/"
59
60 diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild
61 index 782f91bf13e..0b9f3ddf365 100644
62 --- a/net-analyzer/nmap/nmap-9999.ebuild
63 +++ b/net-analyzer/nmap/nmap-9999.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2020 Gentoo Authors
66 +# Copyright 1999-2021 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=7
70 @@ -6,7 +6,7 @@ EAPI=7
71 LUA_COMPAT=( lua5-3 )
72 LUA_REQ_USE="deprecated"
73
74 -inherit autotools flag-o-matic git-r3 lua-single toolchain-funcs
75 +inherit autotools git-r3 lua-single toolchain-funcs
76
77 DESCRIPTION="Network exploration tool and security / port scanner"
78 HOMEPAGE="https://nmap.org/"