From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 35AF91391DB for ; Sun, 3 Aug 2014 18:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52805E087C; Sun, 3 Aug 2014 18:32:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5143E087C for ; Sun, 3 Aug 2014 18:32:40 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D52AC34043A for ; Sun, 3 Aug 2014 18:32:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id BD53C2004E; Sun, 3 Aug 2014 18:32:34 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: munin-2.0.19-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: munin-2.0.19-r1.ebuild ChangeLog X-VCS-Directories: net-analyzer/munin X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140803183235.BD53C2004E@flycatcher.gentoo.org> Date: Sun, 3 Aug 2014 18:32:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8dc7057a-f9fa-4c91-92b7-ebd62866a320 X-Archives-Hash: cc6c3cdd697d80919b99112c3b7b305f ago 14/08/03 18:32:34 Modified: munin-2.0.19-r1.ebuild ChangeLog Log: Stable for ppc, wrt bug #501392 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision Changes Path 1.5 net-analyzer/munin/munin-2.0.19-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.19-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.19-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.19-r1.ebuild?r1=1.4&r2=1.5 Index: munin-2.0.19-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.19-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- munin-2.0.19-r1.ebuild 20 Jul 2014 09:32:58 -0000 1.4 +++ munin-2.0.19-r1.ebuild 3 Aug 2014 18:32:34 -0000 1.5 @@ -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/munin/munin-2.0.19-r1.ebuild,v 1.4 2014/07/20 09:32:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.19-r1.ebuild,v 1.5 2014/08/03 18:32:34 ago Exp $ EAPI=5 @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ~ppc x86" +KEYWORDS="amd64 ~arm ~mips ppc x86" IUSE="asterisk irc java memcached minimal mysql postgres ssl test cgi ipv6 syslog ipmi http dhcpd doc apache" REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )" 1.159 net-analyzer/munin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.159&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.159&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.158&r2=1.159 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v retrieving revision 1.158 retrieving revision 1.159 diff -u -r1.158 -r1.159 --- ChangeLog 20 Jul 2014 09:32:58 -0000 1.158 +++ ChangeLog 3 Aug 2014 18:32:34 -0000 1.159 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/munin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.158 2014/07/20 09:32:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.159 2014/08/03 18:32:34 ago Exp $ + + 03 Aug 2014; Agostino Sarubbo munin-2.0.19-r1.ebuild: + Stable for ppc, wrt bug #501392 20 Jul 2014; Pacho Ramos munin-2.0.19-r1.ebuild: x86 stable, bug #501392