hanno 14/06/19 13:38:59 Modified: ChangeLog Added: openvas-cli-1.3.0.ebuild Log: Bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xA5880072BBB51E42)
Revision Changes Path 1.5 net-analyzer/openvas-cli/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 15 Sep 2013 09:37:36 -0000 1.4 +++ ChangeLog 19 Jun 2014 13:38:59 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/openvas-cli -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.4 2013/09/15 09:37:36 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.5 2014/06/19 13:38:59 hanno Exp $ + +*openvas-cli-1.3.0 (19 Jun 2014) + + 19 Jun 2014; Hanno Boeck <[email protected]> +openvas-cli-1.3.0.ebuild: + Bump. 15 Sep 2013; Markus Meier <[email protected]> openvas-cli-1.2.0.ebuild: add ~arm, bug #389453 1.1 net-analyzer/openvas-cli/openvas-cli-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: openvas-cli-1.3.0.ebuild =================================================================== # 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.0.ebuild,v 1.1 2014/06/19 13:38:59 hanno Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="A remote security scanner for Linux (openvas-cli)" HOMEPAGE="http://www.openvas.org/" SRC_URI="http://wald.intevation.org/frs/download.php/1633/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="" RDEPEND=">=net-analyzer/openvas-libraries-7.0.2 !net-analyzer/openvas-client" DEPEND="${RDEPEND} virtual/pkgconfig dev-util/cmake" src_configure() { local mycmakeargs="-DLOCALSTATEDIR=/var -DSYSCONFDIR=/etc" cmake-utils_src_configure } src_install() { cmake-utils_src_install dodoc ChangeLog CHANGES README || die "dodoc failed" }
