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 A0CC7138C9D for ; Sun, 26 Apr 2015 17:21:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43CBEE087B; Sun, 26 Apr 2015 17:21:48 +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 D33E9E087B for ; Sun, 26 Apr 2015 17:21:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 349CC340F24 for ; Sun, 26 Apr 2015 17:21:47 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id EBA7D98A; Sun, 26 Apr 2015 17:21:45 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-augeas: ruby-augeas-0.5.0-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ruby-augeas-0.5.0-r2.ebuild ChangeLog X-VCS-Directories: dev-ruby/ruby-augeas X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150426172145.EBA7D98A@oystercatcher.gentoo.org> Date: Sun, 26 Apr 2015 17:21:45 +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: c0961f66-812d-48b4-be20-3f879840e27e X-Archives-Hash: 381dc08b38f88697a40786ae980ce350 pacho 15/04/26 17:21:45 Modified: ruby-augeas-0.5.0-r2.ebuild ChangeLog Log: ppc stable wrt bug #536168 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4) Revision Changes Path 1.7 dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild?r1=1.6&r2=1.7 Index: ruby-augeas-0.5.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ruby-augeas-0.5.0-r2.ebuild 14 Apr 2015 12:17:16 -0000 1.6 +++ ruby-augeas-0.5.0-r2.ebuild 26 Apr 2015 17:21:45 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild,v 1.6 2015/04/14 12:17:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild,v 1.7 2015/04/26 17:21:45 pacho Exp $ EAPI=5 # jruby -> native extentions @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ia64 ~ppc sparc x86" +KEYWORDS="amd64 hppa ia64 ppc sparc x86" IUSE="" RDEPEND=">=app-admin/augeas-1.1.0" 1.52 dev-ruby/ruby-augeas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 14 Apr 2015 12:17:16 -0000 1.51 +++ ChangeLog 26 Apr 2015 17:21:45 -0000 1.52 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-augeas # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v 1.51 2015/04/14 12:17:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v 1.52 2015/04/26 17:21:45 pacho Exp $ + + 26 Apr 2015; Pacho Ramos ruby-augeas-0.5.0-r2.ebuild: + ppc stable wrt bug #536168 14 Apr 2015; Agostino Sarubbo ruby-augeas-0.5.0-r2.ebuild: Stable for sparc, wrt bug #536168