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: ChangeLog munin-1.3.4-r1.ebuild
Date: Tue, 24 Jun 2008 06:13:24
Message-Id: E1KB1mI-0001tl-Ga@stork.gentoo.org
1 robbat2 08/06/24 06:13:18
2
3 Modified: ChangeLog munin-1.3.4-r1.ebuild
4 Log:
5 Update for newer postgres.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc5-00497-gfdd374f ppc64)
7
8 Revision Changes Path
9 1.15 net-analyzer/munin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -p -w -b -B -u -u -r1.14 -r1.15
21 --- ChangeLog 12 Jun 2008 04:01:55 -0000 1.14
22 +++ ChangeLog 24 Jun 2008 06:13:18 -0000 1.15
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-analyzer/munin
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.14 2008/06/12 04:01:55 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.15 2008/06/24 06:13:18 robbat2 Exp $
28 +
29 + 24 Jun 2008; Robin H. Johnson <robbat2@g.o> munin-1.3.4-r1.ebuild:
30 + Update for newer postgres.
31
32 *munin-1.3.4-r1 (09 Jun 2008)
33
34
35
36
37 1.2 net-analyzer/munin/munin-1.3.4-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild?r1=1.1&r2=1.2
42
43 Index: munin-1.3.4-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -p -w -b -B -u -u -r1.1 -r1.2
49 --- munin-1.3.4-r1.ebuild 12 Jun 2008 04:01:55 -0000 1.1
50 +++ munin-1.3.4-r1.ebuild 24 Jun 2008 06:13:18 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.1 2008/06/12 04:01:55 robbat2 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r1.ebuild,v 1.2 2008/06/24 06:13:18 robbat2 Exp $
56
57 inherit eutils
58
59 @@ -19,7 +19,7 @@ DEPEND_COM="dev-lang/perl
60 sys-process/procps
61 ssl? ( dev-perl/Net-SSLeay )
62 mysql? ( virtual/mysql )
63 - postgres? ( dev-perl/DBD-Pg dev-db/postgresql )
64 + postgres? ( dev-perl/DBD-Pg virtual/postgresql-base )
65 irc? ( dev-perl/Net-IRC )
66 dev-perl/DateManip
67 dev-perl/Net-Netmask
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list