Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: ChangeLog smokeping-2.6.9.ebuild
Date: Wed, 02 Apr 2014 00:38:02
Message-Id: 20140402003757.1B5BA2005E@flycatcher.gentoo.org
1 jer 14/04/02 00:37:57
2
3 Modified: ChangeLog smokeping-2.6.9.ebuild
4 Log:
5 Fix syntax error in lib/Smokeping.pm (bug #506358 by mbe).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.54 net-analyzer/smokeping/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 10 Jul 2013 11:14:37 -0000 1.53
23 +++ ChangeLog 2 Apr 2014 00:37:56 -0000 1.54
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-analyzer/smokeping
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.53 2013/07/10 11:14:37 jer Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.54 2014/04/02 00:37:56 jer Exp $
30 +
31 + 02 Apr 2014; Jeroen Roovers <jer@g.o> smokeping-2.6.9.ebuild,
32 + +files/smokeping-2.6.9-pod.patch:
33 + Fix syntax error in lib/Smokeping.pm (bug #506358 by mbe).
34
35 10 Jul 2013; Jeroen Roovers <jer@g.o> -files/config.dist,
36 -files/smokeping.init.2, -files/smokeping_fping-3.3.patch,
37
38
39
40 1.7 net-analyzer/smokeping/smokeping-2.6.9.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild?r1=1.6&r2=1.7
45
46 Index: smokeping-2.6.9.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- smokeping-2.6.9.ebuild 10 Jul 2013 05:18:23 -0000 1.6
53 +++ smokeping-2.6.9.ebuild 2 Apr 2014 00:37:56 -0000 1.7
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.6 2013/07/10 05:18:23 ago Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.7 2014/04/02 00:37:56 jer Exp $
60
61 EAPI=5
62 inherit eutils user systemd
63 @@ -52,6 +52,7 @@
64 src_prepare() {
65 rm -r lib/{BER.pm,SNMP_Session.pm,SNMP_util.pm} # dev-perl/SNMP_Session
66
67 + epatch "${FILESDIR}"/${P}-pod.patch
68 }
69
70 src_configure() {