From da4cfd3f4e9d8dbd9c1bd0ad399259c8c238a219 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 7 Dec 2015 09:54:02 +0100 Subject: net-analyzer/openvas: Add missing redis dep Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567194 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher --- net-analyzer/openvas/openvas-8.0.5-r1.ebuild | 43 ++++++++++++++++++++++++++++ net-analyzer/openvas/openvas-8.0.5.ebuild | 43 ---------------------------- 2 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 net-analyzer/openvas/openvas-8.0.5-r1.ebuild delete mode 100644 net-analyzer/openvas/openvas-8.0.5.ebuild (limited to 'net-analyzer') diff --git a/net-analyzer/openvas/openvas-8.0.5-r1.ebuild b/net-analyzer/openvas/openvas-8.0.5-r1.ebuild new file mode 100644 index 000000000000..921963be24db --- /dev/null +++ b/net-analyzer/openvas/openvas-8.0.5-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit readme.gentoo + +DESCRIPTION="A remote security scanner" +HOMEPAGE="http://www.openvas.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="+pdf" + +RDEPEND=" + dev-db/redis + >=net-analyzer/openvas-libraries-8.0.5 + >=net-analyzer/openvas-scanner-5.0.4 + >=net-analyzer/openvas-manager-6.0.6 + >=net-analyzer/openvas-cli-1.4.3 + net-analyzer/openvas-tools + pdf? ( + app-text/htmldoc + dev-texlive/texlive-latexextra + virtual/latex-base + )" + +S="${WORKDIR}" + +pkg_postinst() { + elog "Additional support for extra checks can be get from" + optfeature "Nikto — a web server scanning and testing tool" net-analyzer/nikto + optfeature "NMAP — a portscanner" net-analyzer/nmap + optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan + optfeature "amap — an application protocol detection tool" net-analyzer/amap + optfeature "ldapsearch from OpenLDAP utilities — retrieves information from LDAP dictionaries" net-nds/openldap + optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi + optfeature "portbunny — a Linux-kernel-based portscanner" net-analyzer/portbunny + optfeature "w3af — a web application attack and audit framework" net-analyzer/w3af + optfeature "The Greenbone Security Assistant as alternative to the plain scanner" net-analyzer/greebone-security-assistant +} diff --git a/net-analyzer/openvas/openvas-8.0.5.ebuild b/net-analyzer/openvas/openvas-8.0.5.ebuild deleted file mode 100644 index c6129d5979a6..000000000000 --- a/net-analyzer/openvas/openvas-8.0.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit readme.gentoo - -DESCRIPTION="A remote security scanner" -HOMEPAGE="http://www.openvas.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS=" ~amd64 ~x86" -IUSE="+pdf" - -DEPEND=" - >=net-analyzer/openvas-libraries-8.0.5 - >=net-analyzer/openvas-scanner-5.0.4 - >=net-analyzer/openvas-manager-6.0.6 - >=net-analyzer/openvas-cli-1.4.3 - net-analyzer/openvas-tools - pdf? ( - app-text/htmldoc - dev-texlive/texlive-latexextra - virtual/latex-base - )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -pkg_postinst() { - elog "Additional support for extra checks can be get from" - optfeature "Nikto — a web server scanning and testing tool" net-analyzer/nikto - optfeature "NMAP — a portscanner" net-analyzer/nmap - optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan - optfeature "amap — an application protocol detection tool" net-analyzer/amap - optfeature "ldapsearch from OpenLDAP utilities — retrieves information from LDAP dictionaries" net-nds/openldap - optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi - optfeature "portbunny — a Linux-kernel-based portscanner" net-analyzer/portbunny - optfeature "w3af — a web application attack and audit framework" net-analyzer/w3af - optfeature "The Greenbone Security Assistant as alternative to the plain scanner" net-analyzer/greebone-security-assistant -} -- cgit v1.2.3-65-gdbad