diff options
author | 2014-11-04 12:36:37 +0000 | |
---|---|---|
committer | 2014-11-04 12:36:37 +0000 | |
commit | ec398dac21d863d3646f26a85931b9807b583205 (patch) | |
tree | f6d8c0df0090f42cb50b1b292673e57df4086b5f /net-analyzer/openvas-cli | |
parent | net-analyzer/openvas: Version Bump (diff) | |
download | gentoo-2-ec398dac21d863d3646f26a85931b9807b583205.tar.gz gentoo-2-ec398dac21d863d3646f26a85931b9807b583205.tar.bz2 gentoo-2-ec398dac21d863d3646f26a85931b9807b583205.zip |
net-analyzer/openvas-cli: Version Bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-analyzer/openvas-cli')
-rw-r--r-- | net-analyzer/openvas-cli/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/net-analyzer/openvas-cli/ChangeLog b/net-analyzer/openvas-cli/ChangeLog index 88195124de2d..bb0104845369 100644 --- a/net-analyzer/openvas-cli/ChangeLog +++ b/net-analyzer/openvas-cli/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/openvas-cli # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.9 2014/10/22 08:20:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.10 2014/11/04 12:36:37 jlec Exp $ + +*openvas-cli-1.3.1 (04 Nov 2014) + + 04 Nov 2014; Justin Lecher <jlec@gentoo.org> +openvas-cli-1.3.1.ebuild: + Version Bump 22 Oct 2014; Justin Lecher <jlec@gentoo.org> openvas-cli-1.4_beta3.ebuild: Fix S diff --git a/net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild b/net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild new file mode 100644 index 000000000000..a2a89b3bf33c --- /dev/null +++ b/net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.3.1.ebuild,v 1.1 2014/11/04 12:36:37 jlec Exp $ + +EAPI=5 + +inherit cmake-utils + +DL_ID=1803 + +DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)" +HOMEPAGE="http://www.openvas.org/" +SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND=" + ~net-analyzer/openvas-libraries-7.0.5 + !net-analyzer/openvas-client" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DLOCALSTATEDIR="${EPREFIX}"/var + -DSYSCONFDIR="${EPREFIX}"/etc + ) + cmake-utils_src_configure +} |