Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/greenbone-security-assistant: metadata.xml ChangeLog greenbone-security-assistant-5.0.3.ebuild
Date: Sun, 28 Sep 2014 18:23:37
Message-Id: 20140928182334.65E6D643C@oystercatcher.gentoo.org
1 jlec 14/09/28 18:23:34
2
3 Modified: metadata.xml ChangeLog
4 Added: greenbone-security-assistant-5.0.3.ebuild
5 Log:
6 net-analyzer/greenbone-security-assistant: Version Bump
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.2 net-analyzer/greenbone-security-assistant/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 9 Oct 2011 17:29:41 -0000 1.1
24 +++ metadata.xml 28 Sep 2014 18:23:34 -0000 1.2
25 @@ -1,5 +1,7 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<maintainer><email>hanno@g.o</email></maintainer>
30 + <maintainer>
31 + <email>hanno@g.o</email>
32 + </maintainer>
33 </pkgmetadata>
34
35
36
37 1.8 net-analyzer/greenbone-security-assistant/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.8&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?r1=1.7&r2=1.8
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v
46 retrieving revision 1.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- ChangeLog 19 Jun 2014 13:38:01 -0000 1.7
50 +++ ChangeLog 28 Sep 2014 18:23:34 -0000 1.8
51 @@ -1,6 +1,12 @@
52 # ChangeLog for net-analyzer/greenbone-security-assistant
53 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.7 2014/06/19 13:38:01 hanno Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.8 2014/09/28 18:23:34 jlec Exp $
56 +
57 +*greenbone-security-assistant-5.0.3 (28 Sep 2014)
58 +
59 + 28 Sep 2014; Justin Lecher <jlec@g.o>
60 + +greenbone-security-assistant-5.0.3.ebuild, metadata.xml:
61 + Version Bump
62
63 *greenbone-security-assistant-5.0.1 (19 Jun 2014)
64
65
66
67
68 1.1 net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.3.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.3.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.3.ebuild?rev=1.1&content-type=text/plain
72
73 Index: greenbone-security-assistant-5.0.3.ebuild
74 ===================================================================
75 # Copyright 1999-2014 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-5.0.3.ebuild,v 1.1 2014/09/28 18:23:34 jlec Exp $
78
79 EAPI=5
80
81 inherit cmake-utils
82
83 DESCRIPTION="Greenbone Security Assistant for openvas"
84 HOMEPAGE="http://www.openvas.org/"
85 SRC_URI="http://wald.intevation.org/frs/download.php/1734/${P}.tar.gz"
86
87 SLOT="0"
88 LICENSE="GPL-2"
89 KEYWORDS="~amd64 ~arm ~x86"
90 IUSE=""
91
92 RDEPEND="
93 >=net-analyzer/openvas-libraries-7.0.4
94 dev-libs/libxslt
95 net-libs/libmicrohttpd[messages]"
96 DEPEND="${RDEPEND}
97 virtual/pkgconfig"
98
99 DOCS="ChangeLog CHANGES README"
100
101 src_configure() {
102 local mycmakeargs=(
103 "-DLOCALSTATEDIR=${EPREFIX}/var"
104 "-DSYSCONFDIR=${EPREFIX}/etc"
105 )
106 cmake-utils_src_configure
107 }
108
109 src_install() {
110 cmake-utils_src_install
111 doinitd "${FILESDIR}"/gsad
112 }