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/openvas-libraries: openvas-libraries-7.0.2.ebuild ChangeLog
Date: Thu, 19 Jun 2014 13:36:05
Message-Id: 20140619133434.3F7882004E@flycatcher.gentoo.org
1 hanno 14/06/19 13:34:34
2
3 Modified: ChangeLog
4 Added: openvas-libraries-7.0.2.ebuild
5 Log:
6 openvas-libraries bump and add missing deps
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xA5880072BBB51E42)
9
10 Revision Changes Path
11 1.16 net-analyzer/openvas-libraries/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 10 Nov 2013 18:12:28 -0000 1.15
24 +++ ChangeLog 19 Jun 2014 13:34:34 -0000 1.16
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-analyzer/openvas-libraries
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 1.15 2013/11/10 18:12:28 hanno Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 1.16 2014/06/19 13:34:34 hanno Exp $
31 +
32 +*openvas-libraries-7.0.2 (19 Jun 2014)
33 +
34 + 19 Jun 2014; Hanno Boeck <hanno@g.o> +openvas-libraries-7.0.2.ebuild:
35 + Bump and add missing deps openldap and libssh.
36
37 *openvas-libraries-6.0.1 (10 Nov 2013)
38
39
40
41
42 1.1 net-analyzer/openvas-libraries/openvas-libraries-7.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-7.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-7.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: openvas-libraries-7.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-7.0.2.ebuild,v 1.1 2014/06/19 13:34:34 hanno Exp $
52
53 EAPI=5
54
55 inherit cmake-utils
56
57 DESCRIPTION="A remote security scanner for Linux (openvas-libraries)"
58 HOMEPAGE="http://www.openvas.org/"
59 SRC_URI="http://wald.intevation.org/frs/download.php/1671/${P}.tar.gz"
60
61 SLOT="0"
62 LICENSE="GPL-2"
63 KEYWORDS="~amd64 ~arm ~ppc ~x86"
64 IUSE=""
65
66 RDEPEND=">=dev-libs/glib-2.12
67 net-libs/gnutls
68 net-libs/libpcap
69 app-crypt/gpgme
70 !net-analyzer/openvas-libnasl
71 net-nds/openldap
72 net-libs/libssh"
73 DEPEND="${RDEPEND}
74 sys-devel/bison
75 sys-devel/flex
76 virtual/pkgconfig
77 dev-util/cmake"
78
79 DOCS="ChangeLog CHANGES README"
80
81 src_configure() {
82 local mycmakeargs=(
83 "-DLOCALSTATEDIR=${EPREFIX}/var"
84 "-DSYSCONFDIR=${EPREFIX}/etc"
85 )
86 cmake-utils_src_configure
87 }
88
89 src_install() {
90 cmake-utils_src_install
91 keepdir /var/cache/openvas/
92 }