diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-04-02 00:37:57 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-04-02 00:37:57 +0000 |
commit | ffcc8e707ef73e0a20937151c0fbe3d912ba46a5 (patch) | |
tree | 2f67fa9f029e59e47eb3fcef4fc27c82a57bce88 | |
parent | Fix typo. (diff) | |
download | gentoo-2-ffcc8e707ef73e0a20937151c0fbe3d912ba46a5.tar.gz gentoo-2-ffcc8e707ef73e0a20937151c0fbe3d912ba46a5.tar.bz2 gentoo-2-ffcc8e707ef73e0a20937151c0fbe3d912ba46a5.zip |
Fix syntax error in lib/Smokeping.pm (bug #506358 by mbe).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r-- | net-analyzer/smokeping/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/smokeping/files/smokeping-2.6.9-pod.patch | 11 | ||||
-rw-r--r-- | net-analyzer/smokeping/smokeping-2.6.9.ebuild | 5 |
3 files changed, 20 insertions, 4 deletions
diff --git a/net-analyzer/smokeping/ChangeLog b/net-analyzer/smokeping/ChangeLog index 7586cd00e595..1f7436edea60 100644 --- a/net-analyzer/smokeping/ChangeLog +++ b/net-analyzer/smokeping/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/smokeping -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.53 2013/07/10 11:14:37 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.54 2014/04/02 00:37:56 jer Exp $ + + 02 Apr 2014; Jeroen Roovers <jer@gentoo.org> smokeping-2.6.9.ebuild, + +files/smokeping-2.6.9-pod.patch: + Fix syntax error in lib/Smokeping.pm (bug #506358 by mbe). 10 Jul 2013; Jeroen Roovers <jer@gentoo.org> -files/config.dist, -files/smokeping.init.2, -files/smokeping_fping-3.3.patch, diff --git a/net-analyzer/smokeping/files/smokeping-2.6.9-pod.patch b/net-analyzer/smokeping/files/smokeping-2.6.9-pod.patch new file mode 100644 index 000000000000..81a1e053b4f8 --- /dev/null +++ b/net-analyzer/smokeping/files/smokeping-2.6.9-pod.patch @@ -0,0 +1,11 @@ +--- a/lib/Smokeping.pm ++++ b/lib/Smokeping.pm +@@ -2631,7 +2631,7 @@ + The base directory where SmokePing keeps the files related to the DYNAMIC function. + This directory must be writeable by the WWW server. It is also used for temporary + storage of slave polling results by the master in +-L<the master/slave mode|smokeping_master_slave>. ++L<the masterE<sol>slave mode|smokeping_master_slave>. + + If this variable is not specified, the value of C<datadir> will be used instead. + DOC diff --git a/net-analyzer/smokeping/smokeping-2.6.9.ebuild b/net-analyzer/smokeping/smokeping-2.6.9.ebuild index ce9f2e0670d7..32efcc7ac31f 100644 --- a/net-analyzer/smokeping/smokeping-2.6.9.ebuild +++ b/net-analyzer/smokeping/smokeping-2.6.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.6 2013/07/10 05:18:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.7 2014/04/02 00:37:56 jer Exp $ EAPI=5 inherit eutils user systemd @@ -52,6 +52,7 @@ pkg_setup() { src_prepare() { rm -r lib/{BER.pm,SNMP_Session.pm,SNMP_util.pm} # dev-perl/SNMP_Session + epatch "${FILESDIR}"/${P}-pod.patch } src_configure() { |