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: ChangeLog openvas-libraries-6.0.0.ebuild
Date: Mon, 01 Jul 2013 10:19:23
Message-Id: 20130701101917.468012171C@flycatcher.gentoo.org
1 hanno 13/07/01 10:19:17
2
3 Modified: ChangeLog
4 Added: openvas-libraries-6.0.0.ebuild
5 Log:
6 openvas-libraries: 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.13 net-analyzer/openvas-libraries/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 4 May 2012 06:08:09 -0000 1.12
24 +++ ChangeLog 1 Jul 2013 10:19:17 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-analyzer/openvas-libraries
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 1.12 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/openvas-libraries/ChangeLog,v 1.13 2013/07/01 10:19:17 hanno Exp $
31 +
32 +*openvas-libraries-6.0.0 (01 Jul 2013)
33 +
34 + 01 Jul 2013; Hanno Boeck <hanno@g.o> +openvas-libraries-6.0.0.ebuild:
35 + Bump, EAPI 5 port, remove old workarounds.
36
37 04 May 2012; Jeff Horelick <jdhore@g.o>
38 openvas-libraries-4.0.5.ebuild:
39
40
41
42 1.1 net-analyzer/openvas-libraries/openvas-libraries-6.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-6.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-6.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: openvas-libraries-6.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 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-6.0.0.ebuild,v 1.1 2013/07/01 10:19:17 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/1303/${P}.tar.gz"
60
61 SLOT="0"
62 LICENSE="GPL-2"
63 KEYWORDS="~amd64 ~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 DEPEND="${RDEPEND}
72 sys-devel/bison
73 sys-devel/flex
74 virtual/pkgconfig
75 dev-util/cmake"
76
77 DOCS="ChangeLog CHANGES README"
78
79 src_configure() {
80 local mycmakeargs=(
81 "-DLOCALSTATEDIR=${EPREFIX}/var"
82 "-DSYSCONFDIR=${EPREFIX}/etc"
83 )
84 cmake-utils_src_configure
85 }
86
87 src_install() {
88 cmake-utils_src_install
89 keepdir /var/cache/openvas/
90 }