jlec        15/02/03 10:26:07

  Modified:             ChangeLog
  Added:                openvas-cli-1.4_beta5.ebuild
  Log:
  net-analyzer/openvas-cli: Version BUmp
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.12                 net-analyzer/openvas-cli/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   1 Dec 2014 16:54:36 -0000       1.11
+++ ChangeLog   3 Feb 2015 10:26:07 -0000       1.12
@@ -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.11 
2014/12/01 16:54:36 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.12 
2015/02/03 10:26:07 jlec Exp $
+
+*openvas-cli-1.4_beta5 (03 Feb 2015)
+
+  03 Feb 2015; Justin Lecher <j...@gentoo.org> +openvas-cli-1.4_beta5.ebuild:
+  Version BUmp
 
 *openvas-cli-1.4_beta4 (01 Dec 2014)
 



1.1                  net-analyzer/openvas-cli/openvas-cli-1.4_beta5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.4_beta5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.4_beta5.ebuild?rev=1.1&content-type=text/plain

Index: openvas-cli-1.4_beta5.ebuild
===================================================================
# Copyright 1999-2015 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.4_beta5.ebuild,v 
1.1 2015/02/03 10:26:07 jlec Exp $

EAPI=5

inherit cmake-utils

DL_ID=1882

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/_beta/+beta}.tar.gz";
SLOT="0"
LICENSE="GPL-2"
KEYWORDS=""
IUSE=""

RDEPEND="
        >=net-analyzer/openvas-libraries-8.0_beta4
        !net-analyzer/openvas-client"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

S="${WORKDIR}"/${P/_beta/+beta}

src_configure() {
        local mycmakeargs=(
                -DLOCALSTATEDIR="${EPREFIX}"/var
                -DSYSCONFDIR="${EPREFIX}"/etc
        )
        cmake-utils_src_configure
}




Reply via email to