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-plugins: ChangeLog openvas-plugins-1.0.4.ebuild
Date: Sun, 02 Nov 2008 06:48:27
Message-Id: E1KwWl6-0007sO-Tp@stork.gentoo.org
1 hanno 08/11/02 06:48:24
2
3 Modified: ChangeLog
4 Added: openvas-plugins-1.0.4.ebuild
5 Log:
6 openvas-plugins bump
7 (Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc2 x86_64)
8
9 Revision Changes Path
10 1.7 net-analyzer/openvas-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 18 Sep 2008 07:34:11 -0000 1.6
23 +++ ChangeLog 2 Nov 2008 06:48:24 -0000 1.7
24 @@ -1,6 +1,13 @@
25 # ChangeLog for net-analyzer/openvas-plugins
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.6 2008/09/18 07:34:11 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.7 2008/11/02 06:48:24 hanno Exp $
29 +
30 +*openvas-plugins-1.0.4 (02 Nov 2008)
31 +
32 + 02 Nov 2008; Hanno Boeck <hanno@g.o>
33 + +files/openvas-plugins-1.0.4-respect-ldflags.diff,
34 + +openvas-plugins-1.0.4.ebuild:
35 + Version bump.
36
37 *openvas-plugins-1.0.3 (18 Sep 2008)
38
39
40
41
42 1.1 net-analyzer/openvas-plugins/openvas-plugins-1.0.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/openvas-plugins/openvas-plugins-1.0.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/openvas-plugins/openvas-plugins-1.0.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: openvas-plugins-1.0.4.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/openvas-plugins-1.0.4.ebuild,v 1.1 2008/11/02 06:48:24 hanno Exp $
52
53 inherit eutils
54
55 DESCRIPTION="A remote security scanner for Linux (openvas-plugins)"
56 HOMEPAGE="http://www.openvas.org/"
57 SRC_URI="http://wald.intevation.org/frs/download.php/523/${P}.tar.gz"
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62 DEPEND="net-analyzer/openvas-server"
63 src_unpack() {
64 unpack ${A}
65 cd "${S}"
66 epatch "${FILESDIR}/${P}-respect-ldflags.diff" || die "epatch failed"
67 }
68
69 src_install() {
70 make DESTDIR="${D}" install || die "make install failed"
71 dodoc docs/*.txt || die "dodoc failed"
72 }