public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: smokeping-2.6.8.ebuild metadata.xml ChangeLog
@ 2012-10-29  8:08 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-10-29  8:08 UTC (permalink / raw
  To: gentoo-commits

patrick     12/10/29 08:08:19

  Modified:             smokeping-2.6.8.ebuild metadata.xml ChangeLog
  Log:
  Bump for #404277 using ebuild from entoo/smokeping-overlay as a base
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  net-analyzer/smokeping/smokeping-2.6.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.8.ebuild?r1=1.1&r2=1.2

Index: smokeping-2.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smokeping-2.6.8.ebuild	29 Aug 2012 08:26:37 -0000	1.1
+++ smokeping-2.6.8.ebuild	29 Oct 2012 08:08:19 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.8.ebuild,v 1.1 2012/08/29 08:26:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.8.ebuild,v 1.2 2012/10/29 08:08:19 patrick Exp $
 
 EAPI="4"
 
-inherit eutils
+inherit eutils user
 
 DESCRIPTION="A powerful latency measurement tool."
 HOMEPAGE="http://oss.oetiker.ch/smokeping/"
@@ -14,8 +14,10 @@
 SLOT="0"
 # dropping hppa and sparc because of way too may dependencies not having
 # keywords in those architectures.
-KEYWORDS=""
-IUSE="apache2 curl dig echoping fcgi ipv6 ldap telnet"
+KEYWORDS="~amd64 ~x86"
+
+# removing fcgi useflag as the configure script can't avoid it without patching
+IUSE="apache2 curl dig echoping ipv6 ldap radius ssh telnet"
 
 DEPEND="!apache2? ( virtual/httpd-cgi )
 		>=dev-lang/perl-5.8.8-r8
@@ -28,7 +30,7 @@
 		dev-perl/CGI-Session
 		dev-perl/Config-Grammar
 		dev-perl/Digest-HMAC
-		fcgi? ( dev-perl/FCGI )
+		dev-perl/FCGI
 		dev-perl/IO-Socket-SSL
 		dev-perl/Net-DNS
 		dev-perl/libwww-perl
@@ -36,6 +38,8 @@
 		echoping? ( >=net-analyzer/echoping-6.0.2 )
 		ipv6? ( >=dev-perl/Socket6-0.20 )
 		ldap? ( dev-perl/perl-ldap )
+		radius? ( dev-perl/RadiusPerl )
+		ssh? ( dev-perl/Net-OpenSSH )
 		telnet? ( dev-perl/Net-Telnet )
 		virtual/perl-libnet"
 
@@ -48,7 +52,6 @@
 
 src_prepare() {
 	rm -r lib/{BER.pm,SNMP_Session.pm,SNMP_util.pm} # dev-perl/SNMP_Session
-	epatch "${FILESDIR}/smokeping_fping-3.3.patch"
 
 }
 
@@ -141,7 +144,7 @@
 		elog "script at /var/www/localhost/perl/"
 	fi
 	elog "To make cropper working you just need to copy /var/www/localhost/smokeping/cropper"
-	elog "into you htdocs (or create symlink and allow webserver to follow symlinks)."
+	elog "into your htdocs (or create symlink and allow webserver to follow symlinks)."
 	elog
 	elog "We install all files required for smoketrace, but you have to"
 	elog "configure it manually. Just read 'man smoketrace'. Also you need to"



1.7                  net-analyzer/smokeping/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/metadata.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/metadata.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml	29 Aug 2012 08:26:37 -0000	1.6
+++ metadata.xml	29 Oct 2012 08:08:19 -0000	1.7
@@ -12,8 +12,8 @@
 	functionality</flag>
 	<flag name='echoping'>Install <pkg>net-analyzer/echoping</pkg> for echoping 
 	functionality</flag>
-	<flag name='fcgi'>Use <pkg>dev-perl/FCGI</pkg> for CGI</flag>
 	<flag name='telnet'>Install <pkg>dev-perl/Net-Telnet</pkg> for telnet 
 	functionality</flag>
+	<flag name='ssh'>Install ssh functionality</flag>
 </use>
 </pkgmetadata>



1.43                 net-analyzer/smokeping/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	29 Aug 2012 13:34:31 -0000	1.42
+++ ChangeLog	29 Oct 2012 08:08:19 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/smokeping
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.42 2012/08/29 13:34:31 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.43 2012/10/29 08:08:19 patrick Exp $
+
+  29 Oct 2012; Patrick Lauer <patrick@gentoo.org> metadata.xml,
+  smokeping-2.6.8.ebuild:
+  Bump for #404277 using ebuild from entoo/smokeping-overlay as a base
 
   29 Aug 2012; Tobias Klausmann <klausman@gentoo.org> +files/smokeping.init.3:
   Add missing init script. Also, CVS is dumb and should be hated.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-29  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29  8:08 [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: smokeping-2.6.8.ebuild metadata.xml ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox