hanno       14/06/19 13:34:34

  Modified:             ChangeLog
  Added:                openvas-libraries-7.0.2.ebuild
  Log:
  openvas-libraries bump and add missing deps
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA5880072BBB51E42)

Revision  Changes    Path
1.16                 net-analyzer/openvas-libraries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   10 Nov 2013 18:12:28 -0000      1.15
+++ ChangeLog   19 Jun 2014 13:34:34 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/openvas-libraries
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 
1.15 2013/11/10 18:12:28 hanno Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 
1.16 2014/06/19 13:34:34 hanno Exp $
+
+*openvas-libraries-7.0.2 (19 Jun 2014)
+
+  19 Jun 2014; Hanno Boeck <[email protected]> +openvas-libraries-7.0.2.ebuild:
+  Bump and add missing deps openldap and libssh.
 
 *openvas-libraries-6.0.1 (10 Nov 2013)
 



1.1                  
net-analyzer/openvas-libraries/openvas-libraries-7.0.2.ebuild

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

Index: openvas-libraries-7.0.2.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-libraries/openvas-libraries-7.0.2.ebuild,v
 1.1 2014/06/19 13:34:34 hanno Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="A remote security scanner for Linux (openvas-libraries)"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/1671/${P}.tar.gz";

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""

RDEPEND=">=dev-libs/glib-2.12
        net-libs/gnutls
        net-libs/libpcap
        app-crypt/gpgme
        !net-analyzer/openvas-libnasl
        net-nds/openldap
        net-libs/libssh"
DEPEND="${RDEPEND}
        sys-devel/bison
        sys-devel/flex
        virtual/pkgconfig
        dev-util/cmake"

DOCS="ChangeLog CHANGES README"

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

src_install() {
        cmake-utils_src_install
        keepdir /var/cache/openvas/
}




Reply via email to