Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: munin-2.0.5-r2.ebuild ChangeLog
Date: Wed, 29 Aug 2012 18:04:24
Message-Id: 20120829180407.4D6DE20B81@flycatcher.gentoo.org
1 flameeyes 12/08/29 18:04:07
2
3 Modified: munin-2.0.5-r2.ebuild ChangeLog
4 Log:
5 Add a reload command to munin-node init script; make virtual/awk dependency unconditional (used by the init scripts), and only depend on freeipmi at runtime.
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-analyzer/munin/munin-2.0.5-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.5-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.5-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.5-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: munin-2.0.5-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.5-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- munin-2.0.5-r2.ebuild 24 Aug 2012 22:13:22 -0000 1.2
23 +++ munin-2.0.5-r2.ebuild 29 Aug 2012 18:04:07 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.5-r2.ebuild,v 1.2 2012/08/24 22:13:22 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.5-r2.ebuild,v 1.3 2012/08/29 18:04:07 flameeyes Exp $
29
30 EAPI=4
31
32 @@ -37,10 +37,6 @@
33 memcached? ( dev-perl/Cache-Memcached )
34 cgi? ( dev-perl/FCGI )
35 syslog? ( virtual/perl-Sys-Syslog )
36 - ipmi? (
37 - >=sys-libs/freeipmi-1.1.6-r1
38 - virtual/awk
39 - )
40 http? ( dev-perl/libwww-perl )
41 dev-perl/DBI
42 dev-perl/DateManip
43 @@ -75,6 +71,8 @@
44 dev-perl/IO-Socket-INET6
45 )"
46 RDEPEND="${DEPEND_COM}
47 + virtual/awk
48 + ipmi? ( >=sys-libs/freeipmi-1.1.6-r1 )
49 java? (
50 >=virtual/jre-1.5
51 || ( net-analyzer/netcat6 net-analyzer/netcat )
52
53
54
55 1.98 net-analyzer/munin/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.98&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.98&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.97&r2=1.98
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
64 retrieving revision 1.97
65 retrieving revision 1.98
66 diff -u -r1.97 -r1.98
67 --- ChangeLog 24 Aug 2012 22:13:22 -0000 1.97
68 +++ ChangeLog 29 Aug 2012 18:04:07 -0000 1.98
69 @@ -1,6 +1,12 @@
70 # ChangeLog for net-analyzer/munin
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.97 2012/08/24 22:13:22 flameeyes Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.98 2012/08/29 18:04:07 flameeyes Exp $
74 +
75 + 29 Aug 2012; Diego E. Pettenò <flameeyes@g.o>
76 + files/munin-node_init.d_2.0.5, munin-2.0.5-r2.ebuild:
77 + Add a reload command to munin-node init script; make virtual/awk dependency
78 + unconditional (used by the init scripts), and only depend on freeipmi at
79 + runtime.
80
81 24 Aug 2012; Diego E. Pettenò <flameeyes@g.o> files/localstart-munin,
82 files/munin-node_init.d_2.0.5, munin-2.0.5-r2.ebuild: