diff options
author | Hanno Böck <hanno@gentoo.org> | 2014-06-19 13:39:24 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2014-06-19 13:39:24 +0000 |
commit | 7991a7d0d120808a73159e0b7bac0584cc31a15d (patch) | |
tree | b48701b04c719953f023d2f2cf146e001539e807 /net-analyzer | |
parent | Bump. (diff) | |
download | gentoo-2-7991a7d0d120808a73159e0b7bac0584cc31a15d.tar.gz gentoo-2-7991a7d0d120808a73159e0b7bac0584cc31a15d.tar.bz2 gentoo-2-7991a7d0d120808a73159e0b7bac0584cc31a15d.zip |
Bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xA5880072BBB51E42)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/openvas/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/openvas/openvas-7.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/net-analyzer/openvas/ChangeLog b/net-analyzer/openvas/ChangeLog index 4430b1b06492..1e1460088478 100644 --- a/net-analyzer/openvas/ChangeLog +++ b/net-analyzer/openvas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/openvas -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v 1.12 2013/11/10 18:42:52 hanno Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v 1.13 2014/06/19 13:39:24 hanno Exp $ + +*openvas-7 (19 Jun 2014) + + 19 Jun 2014; Hanno Boeck <hanno@gentoo.org> +openvas-7.ebuild: + Bump. *openvas-6_p1 (10 Nov 2013) diff --git a/net-analyzer/openvas/openvas-7.ebuild b/net-analyzer/openvas/openvas-7.ebuild new file mode 100644 index 000000000000..871cc1de2261 --- /dev/null +++ b/net-analyzer/openvas/openvas-7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/openvas-7.ebuild,v 1.1 2014/06/19 13:39:24 hanno Exp $ + +EAPI=5 + +DESCRIPTION="A remote security scanner" +HOMEPAGE="http://www.openvas.org/" +DEPEND=">=net-analyzer/openvas-libraries-7.0.2 + >=net-analyzer/openvas-scanner-4.0.1 + >=net-analyzer/openvas-manager-5.0.2 + >=net-analyzer/openvas-cli-1.3.0 + >=net-analyzer/greenbone-security-assistant-5.0.1" +# greenbone-security-desktop is broken and unsupported upstream +RDEPEND="${DEPEND}" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" |