Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: munin-1.4.3.ebuild ChangeLog munin-1.4.4.ebuild munin-1.3.4-r2.ebuild
Date: Sun, 02 May 2010 22:33:31
Message-Id: 20100502223329.B022A2C289@corvid.gentoo.org
1 robbat2 10/05/02 22:33:29
2
3 Modified: munin-1.4.3.ebuild ChangeLog munin-1.4.4.ebuild
4 munin-1.3.4-r2.ebuild
5 Log:
6 Bug #304449: Always bring in dev-perl/DBI as lots of the plugins need it.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-analyzer/munin/munin-1.4.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild?r1=1.3&r2=1.4
15
16 Index: munin-1.4.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -p -w -b -B -u -u -r1.3 -r1.4
22 --- munin-1.4.3.ebuild 10 Feb 2010 16:38:14 -0000 1.3
23 +++ munin-1.4.3.ebuild 2 May 2010 22:33:29 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild,v 1.3 2010/02/10 16:38:14 darkside Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild,v 1.4 2010/05/02 22:33:29 robbat2 Exp $
29
30 EAPI="2"
31
32 @@ -31,6 +31,7 @@ DEPEND_COM="dev-lang/perl
33 dev-perl/Net-SNMP
34 dev-perl/libwww-perl
35 dev-perl/net-server
36 + dev-perl/DBI
37 virtual/perl-Digest-MD5
38 virtual/perl-Getopt-Long
39 virtual/perl-MIME-Base64
40
41
42
43 1.36 net-analyzer/munin/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.36&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.36&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.35&r2=1.36
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
52 retrieving revision 1.35
53 retrieving revision 1.36
54 diff -p -w -b -B -u -u -r1.35 -r1.36
55 --- ChangeLog 28 Mar 2010 05:23:49 -0000 1.35
56 +++ ChangeLog 2 May 2010 22:33:29 -0000 1.36
57 @@ -1,6 +1,10 @@
58 # ChangeLog for net-analyzer/munin
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.35 2010/03/28 05:23:49 darkside Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.36 2010/05/02 22:33:29 robbat2 Exp $
62 +
63 + 02 May 2010; Robin H. Johnson <robbat2@g.o> munin-1.3.4-r2.ebuild,
64 + munin-1.4.3.ebuild, munin-1.4.4.ebuild:
65 + Bug #304449: Always bring in dev-perl/DBI as lots of the plugins need it.
66
67 *munin-1.4.4 (28 Mar 2010)
68
69
70
71
72 1.2 net-analyzer/munin/munin-1.4.4.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.4.4.ebuild?rev=1.2&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.4.4.ebuild?rev=1.2&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.4.4.ebuild?r1=1.1&r2=1.2
77
78 Index: munin-1.4.4.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.4.ebuild,v
81 retrieving revision 1.1
82 retrieving revision 1.2
83 diff -p -w -b -B -u -u -r1.1 -r1.2
84 --- munin-1.4.4.ebuild 28 Mar 2010 05:23:49 -0000 1.1
85 +++ munin-1.4.4.ebuild 2 May 2010 22:33:29 -0000 1.2
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2010 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.4.ebuild,v 1.1 2010/03/28 05:23:49 darkside Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.4.ebuild,v 1.2 2010/05/02 22:33:29 robbat2 Exp $
91
92 EAPI=2
93
94 @@ -32,6 +32,7 @@ DEPEND_COM="dev-lang/perl
95 dev-perl/Net-SNMP
96 dev-perl/libwww-perl
97 dev-perl/net-server
98 + dev-perl/DBI
99 virtual/perl-Digest-MD5
100 virtual/perl-Getopt-Long
101 virtual/perl-MIME-Base64
102
103
104
105 1.10 net-analyzer/munin/munin-1.3.4-r2.ebuild
106
107 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r2.ebuild?rev=1.10&view=markup
108 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r2.ebuild?rev=1.10&content-type=text/plain
109 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r2.ebuild?r1=1.9&r2=1.10
110
111 Index: munin-1.3.4-r2.ebuild
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r2.ebuild,v
114 retrieving revision 1.9
115 retrieving revision 1.10
116 diff -p -w -b -B -u -u -r1.9 -r1.10
117 --- munin-1.3.4-r2.ebuild 11 Jan 2010 07:41:55 -0000 1.9
118 +++ munin-1.3.4-r2.ebuild 2 May 2010 22:33:29 -0000 1.10
119 @@ -1,6 +1,6 @@
120 # Copyright 1999-2010 Gentoo Foundation
121 # Distributed under the terms of the GNU General Public License v2
122 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r2.ebuild,v 1.9 2010/01/11 07:41:55 hollow Exp $
123 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r2.ebuild,v 1.10 2010/05/02 22:33:29 robbat2 Exp $
124
125 EAPI="2"
126
127 @@ -29,6 +29,7 @@ DEPEND_COM="dev-lang/perl
128 dev-perl/Net-SNMP
129 dev-perl/libwww-perl
130 dev-perl/net-server
131 + dev-perl/DBI
132 virtual/perl-Digest-MD5
133 virtual/perl-Getopt-Long
134 virtual/perl-MIME-Base64