jlec        14/11/04 12:26:08

  Modified:             ChangeLog
  Added:                openvas-libraries-7.0.5.ebuild
  Log:
  net-analyzer/openvas-libraries: Version Bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   22 Oct 2014 23:12:00 -0000      1.27
+++ ChangeLog   4 Nov 2014 12:26:08 -0000       1.28
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/openvas-libraries
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 
1.27 2014/10/22 23:12:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 
1.28 2014/11/04 12:26:08 jlec Exp $
+
+*openvas-libraries-7.0.5 (04 Nov 2014)
+
+  04 Nov 2014; Justin Lecher <[email protected]> +openvas-libraries-7.0.5.ebuild:
+  Version Bump
 
   22 Oct 2014; Jeroen Roovers <[email protected]>
   openvas-libraries-8.0_beta3.ebuild:



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

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

Index: openvas-libraries-7.0.5.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.5.ebuild,v
 1.1 2014/11/04 12:26:08 jlec Exp $

EAPI=5

inherit cmake-utils

DL_ID=1787

DESCRIPTION="A remote security scanner for Linux (openvas-libraries)"
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="ldap"

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

DOCS="ChangeLog CHANGES README"

PATCHES=(
        "${FILESDIR}"/${PN}-7.0.4-libssh.patch
        "${FILESDIR}"/${PN}-7.0.4-bsdsource.patch
        "${FILESDIR}"/${PN}-7.0.4-run.patch
        )

src_prepare() {
        sed \
                -e '/^install.*OPENVAS_CACHE_DIR.*/d' \
                -i CMakeLists.txt || die
        cmake-utils_src_prepare
}

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




Reply via email to