diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:11:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:04 +0200 |
commit | 9c74415289c6cbbdbb764adb097e0ad5f2cfc153 (patch) | |
tree | 69fb436b081ff740ed740e8611e9e653be3170fb /net-analyzer | |
parent | media-video/yle-dl: Drop superfluous optfeature header (diff) | |
download | gentoo-9c74415289c6cbbdbb764adb097e0ad5f2cfc153.tar.gz gentoo-9c74415289c6cbbdbb764adb097e0ad5f2cfc153.tar.bz2 gentoo-9c74415289c6cbbdbb764adb097e0ad5f2cfc153.zip |
net-analyzer/gvm: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/gvm/gvm-10.0.1.ebuild | 11 | ||||
-rw-r--r-- | net-analyzer/gvm/gvm-11.0.0.ebuild | 13 | ||||
-rw-r--r-- | net-analyzer/gvm/gvm-20.8.0.ebuild | 9 |
3 files changed, 15 insertions, 18 deletions
diff --git a/net-analyzer/gvm/gvm-10.0.1.ebuild b/net-analyzer/gvm/gvm-10.0.1.ebuild index a72c4460164f..4587ac214cf7 100644 --- a/net-analyzer/gvm/gvm-10.0.1.ebuild +++ b/net-analyzer/gvm/gvm-10.0.1.ebuild @@ -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 } diff --git a/net-analyzer/gvm/gvm-11.0.0.ebuild b/net-analyzer/gvm/gvm-11.0.0.ebuild index 01f284b6ef8a..d8f63107e62a 100644 --- a/net-analyzer/gvm/gvm-11.0.0.ebuild +++ b/net-analyzer/gvm/gvm-11.0.0.ebuild @@ -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 } diff --git a/net-analyzer/gvm/gvm-20.8.0.ebuild b/net-analyzer/gvm/gvm-20.8.0.ebuild index 7685fdffc1bc..d0b25e297509 100644 --- a/net-analyzer/gvm/gvm-20.8.0.ebuild +++ b/net-analyzer/gvm/gvm-20.8.0.ebuild @@ -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 } |