hanno       14/06/19 13:38:01

  Modified:             ChangeLog
  Added:                greenbone-security-assistant-5.0.1.ebuild
  Log:
  Bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xA5880072BBB51E42)

Revision  Changes    Path
1.7                  net-analyzer/greenbone-security-assistant/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 Nov 2013 18:36:29 -0000      1.6
+++ ChangeLog   19 Jun 2014 13:38:01 -0000      1.7
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/greenbone-security-assistant
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 
1.6 2013/11/10 18:36:29 hanno Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 
1.7 2014/06/19 13:38:01 hanno Exp $
+
+*greenbone-security-assistant-5.0.1 (19 Jun 2014)
+
+  19 Jun 2014; Hanno Boeck <[email protected]>
+  +greenbone-security-assistant-5.0.1.ebuild:
+  Bump.
 
 *greenbone-security-assistant-4.0.2 (10 Nov 2013)
 



1.1                  
net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.1.ebuild?rev=1.1&content-type=text/plain

Index: greenbone-security-assistant-5.0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.1.ebuild,v
 1.1 2014/06/19 13:38:01 hanno Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="Greenbone Security Assistant for openvas"
HOMEPAGE="http://www.openvas.org/";
SRC_URI="http://wald.intevation.org/frs/download.php/1675/${P}.tar.gz";

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

RDEPEND=">=net-analyzer/openvas-libraries-7.0.2
        dev-libs/libxslt
        net-libs/libmicrohttpd[messages]"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

DOCS="ChangeLog CHANGES README"

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

src_install() {
        cmake-utils_src_install
        doinitd "${FILESDIR}"/gsad
}




Reply via email to