Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/greenbone-security-assistant: ChangeLog greenbone-security-assistant-5.0.1.ebuild
Date: Thu, 19 Jun 2014 13:38:05
Message-Id: 20140619133801.D7FEA2004E@flycatcher.gentoo.org
1 hanno 14/06/19 13:38:01
2
3 Modified: ChangeLog
4 Added: greenbone-security-assistant-5.0.1.ebuild
5 Log:
6 Bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xA5880072BBB51E42)
9
10 Revision Changes Path
11 1.7 net-analyzer/greenbone-security-assistant/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 10 Nov 2013 18:36:29 -0000 1.6
24 +++ ChangeLog 19 Jun 2014 13:38:01 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-analyzer/greenbone-security-assistant
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.6 2013/11/10 18:36:29 hanno Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.7 2014/06/19 13:38:01 hanno Exp $
31 +
32 +*greenbone-security-assistant-5.0.1 (19 Jun 2014)
33 +
34 + 19 Jun 2014; Hanno Boeck <hanno@g.o>
35 + +greenbone-security-assistant-5.0.1.ebuild:
36 + Bump.
37
38 *greenbone-security-assistant-4.0.2 (10 Nov 2013)
39
40
41
42
43 1.1 net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.1.ebuild
44
45 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
46 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
47
48 Index: greenbone-security-assistant-5.0.1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI=5
55
56 inherit cmake-utils
57
58 DESCRIPTION="Greenbone Security Assistant for openvas"
59 HOMEPAGE="http://www.openvas.org/"
60 SRC_URI="http://wald.intevation.org/frs/download.php/1675/${P}.tar.gz"
61
62 SLOT="0"
63 LICENSE="GPL-2"
64 KEYWORDS="~amd64 ~arm ~x86"
65 IUSE=""
66
67 RDEPEND=">=net-analyzer/openvas-libraries-7.0.2
68 dev-libs/libxslt
69 net-libs/libmicrohttpd[messages]"
70 DEPEND="${RDEPEND}
71 virtual/pkgconfig"
72
73 DOCS="ChangeLog CHANGES README"
74
75 src_configure() {
76 local mycmakeargs=(
77 "-DLOCALSTATEDIR=${EPREFIX}/var"
78 "-DSYSCONFDIR=${EPREFIX}/etc"
79 )
80 cmake-utils_src_configure
81 }
82
83 src_install() {
84 cmake-utils_src_install
85 doinitd "${FILESDIR}"/gsad
86 }