summaryrefslogtreecommitdiff
path: root/net-analyzer/openvas/openvas-9.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/openvas/openvas-9.0.0.ebuild')
-rw-r--r--net-analyzer/openvas/openvas-9.0.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-analyzer/openvas/openvas-9.0.0.ebuild b/net-analyzer/openvas/openvas-9.0.0.ebuild
deleted file mode 100644
index b9d86a8e6da4..000000000000
--- a/net-analyzer/openvas/openvas-9.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils
-
-DESCRIPTION="A remote security scanner"
-HOMEPAGE="http://www.openvas.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cli +extras +gsa ldap +ospd radius"
-
-RDEPEND="
- >=net-analyzer/openvas-libraries-9.0.3[extras?]
- >=net-analyzer/openvas-manager-7.0.3[extras?]
- ~net-analyzer/openvas-scanner-5.1.3[extras?]
- cli? ( >=net-analyzer/gvm-tools-1.4.1 )
- gsa? ( ~net-analyzer/greenbone-security-assistant-7.0.3[extras?] )
- ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] )
- ospd? ( >=net-analyzer/ospd-1.3.2[extras?] )
- radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] )"
-
-pkg_postinst() {
- elog "----------------------------IMPORTANT----------------------------"
- elog " Please read important notes > /usr/share/openvas/OPENVAS.gentoo "
- elog "-----------------------------------------------------------------"
- 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 "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 "Linux-kernel-based portscanner" net-analyzer/portbunny
- optfeature "Web application attack and audit framework" net-analyzer/w3af
-}