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.7.ebuild openvas-plugins-1.0.4.ebuild
Date: Fri, 24 Jul 2009 19:39:13
Message-Id: E1MUQbm-0004mh-Lc@stork.gentoo.org
1 hanno 09/07/24 19:39:10
2
3 Modified: ChangeLog
4 Added: openvas-plugins-1.0.7.ebuild
5 Removed: openvas-plugins-1.0.4.ebuild
6 Log:
7 openvas-plugins bump
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 net-analyzer/openvas-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 20 Dec 2008 23:53:22 -0000 1.8
24 +++ ChangeLog 24 Jul 2009 19:39:10 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-analyzer/openvas-plugins
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.8 2008/12/20 23:53:22 hanno Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.9 2009/07/24 19:39:10 hanno Exp $
31 +
32 +*openvas-plugins-1.0.7 (24 Jul 2009)
33 +
34 + 24 Jul 2009; Hanno Boeck <hanno@g.o> +openvas-plugins-1.0.7.ebuild:
35 + Version bump.
36
37 *openvas-plugins-1.0.5 (20 Dec 2008)
38
39
40
41
42 1.1 net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: openvas-plugins-1.0.7.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.7.ebuild,v 1.1 2009/07/24 19:39:10 hanno Exp $
52
53 DESCRIPTION="A remote security scanner for Linux (openvas-plugins)"
54 HOMEPAGE="http://www.openvas.org/"
55 SRC_URI="http://wald.intevation.org/frs/download.php/588/${P}.tar.gz"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""
60 DEPEND="net-analyzer/openvas-server"
61 RDEPEND="${DEPEND}"
62
63 src_install() {
64 make DESTDIR="${D}" install || die "make install failed"
65 dodoc docs/*.txt || die "dodoc failed"
66 }