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.9.ebuild ChangeLog
@ 2013-07-09 12:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2013-07-09 12:48 UTC (permalink / raw
  To: gentoo-commits

jer         13/07/09 12:48:11

  Modified:             smokeping-2.6.9.ebuild ChangeLog
  Log:
  More /var/run => /run.
  
  (Portage version: 2.2.0_alpha187/cvs/Linux x86_64, signed Manifest commit with key A792A613)

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

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

Index: smokeping-2.6.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smokeping-2.6.9.ebuild	9 Jul 2013 12:41:50 -0000	1.1
+++ smokeping-2.6.9.ebuild	9 Jul 2013 12:48:11 -0000	1.2
@@ -1,9 +1,8 @@
 # Copyright 1999-2013 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.1 2013/07/09 12:41:50 jer Exp $
-
-EAPI="4"
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.2 2013/07/09 12:48:11 jer Exp $
 
+EAPI=5
 inherit eutils user systemd
 
 DESCRIPTION="A powerful latency measurement tool."
@@ -66,11 +65,11 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	default
 
-	newinitd "${FILESDIR}/${PN}.init.3" ${PN} || die
-	systemd_dotmpfilesd "${FILESDIR}"/"${PN}".conf || die
-	systemd_dounit "${FILESDIR}"/"${PN}".service || die
+	newinitd "${FILESDIR}/${PN}.init.3" ${PN}
+	systemd_dotmpfilesd "${FILESDIR}"/"${PN}".conf
+	systemd_dounit "${FILESDIR}"/"${PN}".service
 
 	mv "${D}/etc/smokeping/basepage.html.dist" "${D}/etc/smokeping/basepage.html"
 	mv "${D}/etc/smokeping/config.dist" "${D}/etc/smokeping/config"
@@ -81,7 +80,7 @@
 	sed -e '/^imgcache/{s:\(^imgcache[ \t]*=\).*:\1 /var/lib/smokeping/.simg:}' \
 		-e '/^imgurl/{s:\(^imgurl[ \t]*=\).*:\1 ../.simg:}' \
 		-e '/^datadir/{s:\(^datadir[ \t]*=\).*:\1 /var/lib/smokeping:}' \
-		-e '/^piddir/{s:\(^piddir[ \t]*=\).*:\1 /var/run/smokeping:}' \
+		-e '/^piddir/{s:\(^piddir[ \t]*=\).*:\1 /run/smokeping:}' \
 	    -e '/^cgiurl/{s#\(^cgiurl[ \t]*=\).*#\1 http://some.place.xyz/perl/smokeping.pl#}' \
 		-e '/^smokemail/{s:\(^smokemail[ \t]*=\).*:\1 /etc/smokeping/smokemail:}' \
 		-e '/^tmail/{s:\(^tmail[ \t]*=\).*:\1 /etc/smokeping/tmail:}' \
@@ -107,7 +106,7 @@
 
 	if use apache2 ; then
 		insinto /etc/apache2/modules.d
-		doins "${FILESDIR}/79_${PN}.conf" || die
+		doins "${FILESDIR}/79_${PN}.conf"
 	fi
 
 	dodir /var/cache/smokeping



1.48                 net-analyzer/smokeping/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	9 Jul 2013 12:41:49 -0000	1.47
+++ ChangeLog	9 Jul 2013 12:48:11 -0000	1.48
@@ -1,6 +1,9 @@
 # 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.47 2013/07/09 12:41:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.48 2013/07/09 12:48:11 jer Exp $
+
+  09 Jul 2013; Jeroen Roovers <jer@gentoo.org> smokeping-2.6.9.ebuild:
+  More /var/run => /run.
 
 *smokeping-2.6.9 (09 Jul 2013)
 





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: smokeping-2.6.9.ebuild ChangeLog
@ 2013-07-09 12:59 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2013-07-09 12:59 UTC (permalink / raw
  To: gentoo-commits

jer         13/07/09 12:59:35

  Modified:             smokeping-2.6.9.ebuild ChangeLog
  Log:
  Whitespace.
  
  (Portage version: 2.2.0_alpha187/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  net-analyzer/smokeping/smokeping-2.6.9.ebuild

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

Index: smokeping-2.6.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smokeping-2.6.9.ebuild	9 Jul 2013 12:48:11 -0000	1.2
+++ smokeping-2.6.9.ebuild	9 Jul 2013 12:59:35 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.2 2013/07/09 12:48:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.3 2013/07/09 12:59:35 jer Exp $
 
 EAPI=5
 inherit eutils user systemd
@@ -13,7 +13,7 @@
 SLOT="0"
 # dropping hppa and sparc because of way too may dependencies not having
 # keywords in those architectures.
-KEYWORDS=" ~amd64 ~x86"
+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"



1.49                 net-analyzer/smokeping/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	9 Jul 2013 12:48:11 -0000	1.48
+++ ChangeLog	9 Jul 2013 12:59:35 -0000	1.49
@@ -1,6 +1,9 @@
 # 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.48 2013/07/09 12:48:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.49 2013/07/09 12:59:35 jer Exp $
+
+  09 Jul 2013; Jeroen Roovers <jer@gentoo.org> smokeping-2.6.9.ebuild:
+  Whitespace.
 
   09 Jul 2013; Jeroen Roovers <jer@gentoo.org> smokeping-2.6.9.ebuild:
   More /var/run => /run.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: smokeping-2.6.9.ebuild ChangeLog
@ 2013-07-10  5:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-10  5:17 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/10 05:17:36

  Modified:             smokeping-2.6.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #399553
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  net-analyzer/smokeping/smokeping-2.6.9.ebuild

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

Index: smokeping-2.6.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smokeping-2.6.9.ebuild	9 Jul 2013 22:39:43 -0000	1.4
+++ smokeping-2.6.9.ebuild	10 Jul 2013 05:17:36 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.4 2013/07/09 22:39:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.5 2013/07/10 05:17:36 ago Exp $
 
 EAPI=5
 inherit eutils user systemd
@@ -13,7 +13,7 @@
 SLOT="0"
 # dropping hppa and sparc because of way too may dependencies not having
 # keywords in those architectures.
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 
 # removing fcgi useflag as the configure script can't avoid it without patching
 IUSE="apache2 curl dig echoping ipv6 ldap radius ssh telnet"



1.51                 net-analyzer/smokeping/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	9 Jul 2013 22:39:43 -0000	1.50
+++ ChangeLog	10 Jul 2013 05:17:36 -0000	1.51
@@ -1,6 +1,9 @@
 # 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.50 2013/07/09 22:39:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.51 2013/07/10 05:17:36 ago Exp $
+
+  10 Jul 2013; Agostino Sarubbo <ago@gentoo.org> smokeping-2.6.9.ebuild:
+  Stable for amd64, wrt bug #399553
 
   09 Jul 2013; Jeroen Roovers <jer@gentoo.org> smokeping-2.6.9.ebuild:
   Marked ~hppa (bug #475912).





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: smokeping-2.6.9.ebuild ChangeLog
@ 2013-07-10  5:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-10  5:18 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/10 05:18:23

  Modified:             smokeping-2.6.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #399553
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  net-analyzer/smokeping/smokeping-2.6.9.ebuild

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

Index: smokeping-2.6.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- smokeping-2.6.9.ebuild	10 Jul 2013 05:17:36 -0000	1.5
+++ smokeping-2.6.9.ebuild	10 Jul 2013 05:18:23 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.5 2013/07/10 05:17:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.6 2013/07/10 05:18:23 ago Exp $
 
 EAPI=5
 inherit eutils user systemd
@@ -13,7 +13,7 @@
 SLOT="0"
 # dropping hppa and sparc because of way too may dependencies not having
 # keywords in those architectures.
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 
 # removing fcgi useflag as the configure script can't avoid it without patching
 IUSE="apache2 curl dig echoping ipv6 ldap radius ssh telnet"



1.52                 net-analyzer/smokeping/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	10 Jul 2013 05:17:36 -0000	1.51
+++ ChangeLog	10 Jul 2013 05:18:23 -0000	1.52
@@ -1,6 +1,9 @@
 # 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.51 2013/07/10 05:17:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.52 2013/07/10 05:18:23 ago Exp $
+
+  10 Jul 2013; Agostino Sarubbo <ago@gentoo.org> smokeping-2.6.9.ebuild:
+  Stable for x86, wrt bug #399553
 
   10 Jul 2013; Agostino Sarubbo <ago@gentoo.org> smokeping-2.6.9.ebuild:
   Stable for amd64, wrt bug #399553





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: smokeping-2.6.9.ebuild ChangeLog
@ 2014-07-11 12:42 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2014-07-11 12:42 UTC (permalink / raw
  To: gentoo-commits

jer         14/07/11 12:42:00

  Modified:             smokeping-2.6.9.ebuild ChangeLog
  Log:
  Set net-analyzer/fping[suid] (bug #516886). Remove handbook from pkg_postinst().
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.9                  net-analyzer/smokeping/smokeping-2.6.9.ebuild

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

Index: smokeping-2.6.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- smokeping-2.6.9.ebuild	2 Apr 2014 12:59:38 -0000	1.8
+++ smokeping-2.6.9.ebuild	11 Jul 2014 12:41:59 -0000	1.9
@@ -1,6 +1,6 @@
 # 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.8 2014/04/02 12:59:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.9 2014/07/11 12:41:59 jer Exp $
 
 EAPI=5
 inherit eutils user systemd
@@ -34,7 +34,7 @@
 	telnet? ( dev-perl/Net-Telnet )
 	>=dev-lang/perl-5.8.8-r8
 	>=dev-perl/SNMP_Session-1.13
-	>=net-analyzer/fping-2.4_beta2-r2
+	>=net-analyzer/fping-2.4_beta2-r2[suid]
 	>=net-analyzer/rrdtool-1.2[perl]
 	dev-perl/CGI-Session
 	dev-perl/Config-Grammar
@@ -141,26 +141,4 @@
 pkg_postinst() {
 	chown smokeping:smokeping "${ROOT}/var/lib/${PN}"
 	chmod 755 "${ROOT}/var/lib/${PN}"
-	elog
-	elog "Additional steps are needed to get ${PN} up & running:"
-	elog
-	elog "First you need to edit /etc/${PN}/config. After that"
-	elog "you can start ${PN} with '/etc/init.d/${PN} start'."
-	elog
-	if use apache2 ; then
-		elog "For web interface make sure to add -D PERL to APACHE2_OPTS in"
-		elog "/etc/conf.d/apache2 and to restart apache2. To access site from"
-		elog "other places check permissions at /etc/apache2/modules.d/79_${PN}.conf"
-		elog
-	else
-		elog "For web interface configure your web server to serve perl cgi"
-		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 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"
-	elog "'emerge traceroute'."
-	elog
 }



1.56                 net-analyzer/smokeping/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	2 Apr 2014 12:59:38 -0000	1.55
+++ ChangeLog	11 Jul 2014 12:41:59 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/smokeping
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.55 2014/04/02 12:59:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.56 2014/07/11 12:41:59 jer Exp $
+
+  11 Jul 2014; Jeroen Roovers <jer@gentoo.org> smokeping-2.6.9.ebuild:
+  Set net-analyzer/fping[suid] (bug #516886). Remove handbook from
+  pkg_postinst().
 
   02 Apr 2014; Jeroen Roovers <jer@gentoo.org> smokeping-2.6.9.ebuild:
   Whitespace.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: smokeping-2.6.9.ebuild ChangeLog
@ 2014-08-10 21:00 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 21:00 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 21:00:44

  Modified:             smokeping-2.6.9.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.11                 net-analyzer/smokeping/smokeping-2.6.9.ebuild

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

Index: smokeping-2.6.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- smokeping-2.6.9.ebuild	13 Jul 2014 12:49:46 -0000	1.10
+++ smokeping-2.6.9.ebuild	10 Aug 2014 21:00:44 -0000	1.11
@@ -1,11 +1,11 @@
 # 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.10 2014/07/13 12:49:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.11 2014/08/10 21:00:44 slyfox Exp $
 
 EAPI=5
 inherit eutils user systemd
 
-DESCRIPTION="A powerful latency measurement tool."
+DESCRIPTION="A powerful latency measurement tool"
 HOMEPAGE="http://oss.oetiker.ch/smokeping/"
 SRC_URI="http://oss.oetiker.ch/smokeping/pub/${P}.tar.gz"
 



1.58                 net-analyzer/smokeping/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	13 Jul 2014 12:49:46 -0000	1.57
+++ ChangeLog	10 Aug 2014 21:00:44 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/smokeping
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.57 2014/07/13 12:49:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.58 2014/08/10 21:00:44 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> smokeping-2.6.9.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   13 Jul 2014; Jeroen Roovers <jer@gentoo.org> smokeping-2.6.9.ebuild:
   Depend on net-analyzer/rrdtool[graph] (bug #509682 by Marcin Mirosław).





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-08-11 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10  5:18 [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: smokeping-2.6.9.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 21:00 Sergei Trofimovich (slyfox)
2014-07-11 12:42 Jeroen Roovers (jer)
2013-07-10  5:17 Agostino Sarubbo (ago)
2013-07-09 12:59 Jeroen Roovers (jer)
2013-07-09 12:48 Jeroen Roovers (jer)

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