blob: 0b1d748d9f6e3f3e09e08cdcb3e6d7aa7cd9366e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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=""
|