jer         14/07/30 14:49:12

  Added:                symon-2.86-perl-5.18.patch
  Log:
  Fix building against dev-lang/perl-5.18. Move configuration logic to 
src_configure().
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  net-analyzer/symon/files/symon-2.86-perl-5.18.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/symon/files/symon-2.86-perl-5.18.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/symon/files/symon-2.86-perl-5.18.patch?rev=1.1&content-type=text/plain

Index: symon-2.86-perl-5.18.patch
===================================================================
--- a/client/SymuxClient.pm
+++ b/client/SymuxClient.pm
@@ -267,23 +267,35 @@
 
 =head2 METHODS
 
+=over 4
+
 =item getitem (host, stream, item)
 
+=back
+
 Refresh the measured data and get an item from a stream for a particular
 host. Note that successive calls for this function deal with successive
 measurements of B<symon>. Set C<host> to '*' if data about any host is of
 interest. Any errors are sent out on STDOUT prepended with 'error: '.
 
+=over 4
+
 =item getcacheditem (host, stream, item)
 
+=back
+
 Get an item from a stream for a particular host. Returns C<undef> if no data is
 cached, or if the data cached does not match the B<host>. Can be called
 multiple times to obtain items from the same measurement. Set C<host> to '*' if
 data about any host is of interest. Any errors are sent out on STDOUT prepended
 with 'error: '.
 
+=over 4
+
 =item getsource ()
 
+=back
+
 Get the symon source host of the currently cached information. Usefull to see
 what host's data getcacheditem is working on.
 




Reply via email to