20 lines
680 B
Bash
20 lines
680 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/openvas-4.ebuild,v 1.1 2011/10/09 17:40:24 hanno Exp $
|
|
|
|
EAPI=4
|
|
|
|
DESCRIPTION="A remote security scanner"
|
|
HOMEPAGE="http://www.openvas.org/"
|
|
DEPEND=">=net-analyzer/openvas-libraries-4.0.5
|
|
>=net-analyzer/openvas-scanner-3.2.4
|
|
>=net-analyzer/openvas-manager-2.0.4
|
|
>=net-analyzer/openvas-administrator-1.1.1
|
|
>=net-analyzer/openvas-cli-1.1.2
|
|
>=net-analyzer/greenbone-security-assistant-2.0.1
|
|
>=net-analyzer/greenbone-security-desktop-1.2.0"
|
|
RDEPEND="${DEPEND}"
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|