Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: munin-1.4.3.ebuild ChangeLog
Date: Wed, 10 Feb 2010 16:38:17
Message-Id: E1NfFZv-0000V4-6a@stork.gentoo.org
1 darkside 10/02/10 16:38:15
2
3 Modified: munin-1.4.3.ebuild ChangeLog
4 Log:
5 Fix build with -ssl, bug 303733
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-analyzer/munin/munin-1.4.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild?r1=1.2&r2=1.3
14
15 Index: munin-1.4.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- munin-1.4.3.ebuild 3 Feb 2010 19:10:07 -0000 1.2
22 +++ munin-1.4.3.ebuild 10 Feb 2010 16:38:14 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.3.ebuild,v 1.2 2010/02/03 19:10:07 jer Exp $
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
29 EAPI="2"
30
31 @@ -76,7 +76,7 @@
32 if ! use ssl; then
33 echo "tls disabled" >> ${S}/build/node/munin-node.conf \
34 || die "Fixing munin-node.conf Failed!"
35 - echo "tls disabled" >> ${S}/build/server/munin.conf \
36 + echo "tls disabled" >> ${S}/build/master/munin.conf \
37 || die "Fixing munin.conf Failed!"
38 fi
39
40
41
42
43 1.34 net-analyzer/munin/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.34&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.34&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.33&r2=1.34
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
52 retrieving revision 1.33
53 retrieving revision 1.34
54 diff -u -r1.33 -r1.34
55 --- ChangeLog 3 Feb 2010 19:10:07 -0000 1.33
56 +++ ChangeLog 10 Feb 2010 16:38:14 -0000 1.34
57 @@ -1,6 +1,9 @@
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.33 2010/02/03 19:10:07 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.34 2010/02/10 16:38:14 darkside Exp $
62 +
63 + 10 Feb 2010; Jeremy Olexa <darkside@g.o> munin-1.4.3.ebuild:
64 + Fix build with -ssl, bug 303733
65
66 03 Feb 2010; Jeroen Roovers <jer@g.o> munin-1.4.3.ebuild:
67 Marked ~ppc (bug #303347).