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: greenbone-security-assistant-4.0.1.ebuild ChangeLog
Date: Mon, 01 Jul 2013 10:26:58
Message-Id: 20130701102655.5EDAB2171C@flycatcher.gentoo.org
1 hanno 13/07/01 10:26:55
2
3 Modified: ChangeLog
4 Added: greenbone-security-assistant-4.0.1.ebuild
5 Log:
6 greenbone-security-assistant: Bump, EAPI 5 port, remove old workarounds.
7
8 (Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key 0xA5880072BBB51E42)
9
10 Revision Changes Path
11 1.4 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.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 4 May 2012 06:08:09 -0000 1.3
24 +++ ChangeLog 1 Jul 2013 10:26:55 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-analyzer/greenbone-security-assistant
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.3 2012/05/04 06:08:09 jdhore Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/greenbone-security-assistant/ChangeLog,v 1.4 2013/07/01 10:26:55 hanno Exp $
31 +
32 +*greenbone-security-assistant-4.0.1 (01 Jul 2013)
33 +
34 + 01 Jul 2013; Hanno Boeck <hanno@g.o>
35 + +greenbone-security-assistant-4.0.1.ebuild:
36 + Bump, EAPI 5 port, remove old workarounds.
37
38 04 May 2012; Jeff Horelick <jdhore@g.o>
39 greenbone-security-assistant-2.0.1.ebuild:
40
41
42
43 1.1 net-analyzer/greenbone-security-assistant/greenbone-security-assistant-4.0.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-4.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-4.0.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: greenbone-security-assistant-4.0.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 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-4.0.1.ebuild,v 1.1 2013/07/01 10:26:55 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/1335/${P}.tar.gz"
61
62 SLOT="0"
63 LICENSE="GPL-2"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND=">=net-analyzer/openvas-libraries-6.0.0
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 }