jlec        14/10/22 08:11:50

  Modified:             ChangeLog openvas-cli-1.3.0-r1.ebuild
  Added:                openvas-cli-1.4_beta3.ebuild
  Removed:              openvas-cli-1.3.0.ebuild
  Log:
  net-analyzer/openvas-cli: Update to latest beta; drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   1 Oct 2014 11:30:13 -0000       1.7
+++ ChangeLog   22 Oct 2014 08:11:50 -0000      1.8
@@ -1,6 +1,12 @@
 # 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.7 
2014/10/01 11:30:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/ChangeLog,v 1.8 
2014/10/22 08:11:50 jlec Exp $
+
+*openvas-cli-1.4_beta3 (22 Oct 2014)
+
+  22 Oct 2014; Justin Lecher <j...@gentoo.org> -openvas-cli-1.3.0.ebuild,
+  openvas-cli-1.3.0-r1.ebuild, +openvas-cli-1.4_beta3.ebuild:
+  Update to latest beta; drop old
 
 *openvas-cli-1.3.0-r1 (01 Oct 2014)
 



1.2                  net-analyzer/openvas-cli/openvas-cli-1.3.0-r1.ebuild

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

Index: openvas-cli-1.3.0-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.3.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openvas-cli-1.3.0-r1.ebuild 1 Oct 2014 11:30:13 -0000       1.1
+++ openvas-cli-1.3.0-r1.ebuild 22 Oct 2014 08:11:50 -0000      1.2
@@ -1,21 +1,23 @@
 # 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-r1.ebuild,v 
1.1 2014/10/01 11:30:13 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/openvas-cli/openvas-cli-1.3.0-r1.ebuild,v 
1.2 2014/10/22 08:11:50 jlec Exp $
 
 EAPI=5
 
 inherit cmake-utils
 
-DESCRIPTION="A remote security scanner for Linux (openvas-cli)"
+DL_ID=1633
+
+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";
+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.2
+       >=net-analyzer/openvas-libraries-7.0.4
        !net-analyzer/openvas-client"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"



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

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

Index: openvas-cli-1.4_beta3.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.4_beta3.ebuild,v 
1.1 2014/10/22 08:11:50 jlec Exp $

EAPI=5

inherit cmake-utils

DL_ID=1779

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_beta3
        !net-analyzer/openvas-client"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

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




Reply via email to