net-analyzer/gvm: Drop superfluous optfeature header

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-04-03 13:11:18 +02:00
parent ac09387543
commit 9c74415289
3 changed files with 15 additions and 18 deletions

View File

@@ -22,12 +22,11 @@ RDEPEND="
ospd? ( >=net-analyzer/ospd-2.0.0[extras?] )"
pkg_postinst() {
elog "Additional support for extra checks can be get from"
optfeature "Web server scanning and testing tool" net-analyzer/nikto
optfeature "Portscanner" net-analyzer/nmap
optfeature "web server scanning and testing tool" net-analyzer/nikto
optfeature "port scanner" net-analyzer/nmap
optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
optfeature "Application protocol detection tool" net-analyzer/amap
optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
optfeature "application protocol detection tool" net-analyzer/amap
optfeature "OVALdi — an OVAL Interpreter" app-forensics/ovaldi
optfeature "Linux-kernel-based portscanner" net-analyzer/portbunny
optfeature "Web application attack and audit framework" net-analyzer/w3af
optfeature "web application attack and audit framework" net-analyzer/w3af
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,12 +22,11 @@ RDEPEND="
ospd? ( >=net-analyzer/ospd-2.0.0[extras?] )"
pkg_postinst() {
elog "Additional support for extra checks can be get from"
optfeature "Web server scanning and testing tool" net-analyzer/nikto
optfeature "Portscanner" net-analyzer/nmap
optfeature "web server scanning and testing tool" net-analyzer/nikto
optfeature "port scanner" net-analyzer/nmap
optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
optfeature "Application protocol detection tool" net-analyzer/amap
optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
optfeature "application protocol detection tool" net-analyzer/amap
optfeature "OVALdi — an OVAL Interpreter" app-forensics/ovaldi
optfeature "Linux-kernel-based portscanner" net-analyzer/portbunny
optfeature "Web application attack and audit framework" net-analyzer/w3af
optfeature "web application attack and audit framework" net-analyzer/w3af
}

View File

@@ -22,11 +22,10 @@ RDEPEND="
ospd? ( >=net-analyzer/ospd-20.8.0[extras?] )"
pkg_postinst() {
elog "Additional support for extra checks can be get from"
optfeature "Web server scanning and testing tool" net-analyzer/nikto
optfeature "Portscanner" net-analyzer/nmap
optfeature "web server scanning and testing tool" net-analyzer/nikto
optfeature "port scanner" net-analyzer/nmap
optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
optfeature "OVALdi — an OVAL Interpreter" app-forensics/ovaldi
optfeature "Linux-kernel-based portscanner" net-analyzer/portbunny
optfeature "Web application attack and audit framework" net-analyzer/w3af
optfeature "web application attack and audit framework" net-analyzer/w3af
}