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 EA32B1389F5 for ; Sun, 16 Nov 2014 18:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C7AAE0D32; Sun, 16 Nov 2014 18:13:31 +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 0F7D9E0D32 for ; Sun, 16 Nov 2014 18:13:30 +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 341B9340341 for ; Sun, 16 Nov 2014 18:13:30 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id DDA5EA44C; Sun, 16 Nov 2014 18:13:28 +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 dev-ruby/hpricot: hpricot-0.8.6-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: hpricot-0.8.6-r1.ebuild ChangeLog X-VCS-Directories: dev-ruby/hpricot X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141116181328.DDA5EA44C@oystercatcher.gentoo.org> Date: Sun, 16 Nov 2014 18:13:28 +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: a2596b55-1cbe-4303-8f9e-a08a25d3336c X-Archives-Hash: b5357c4947937996ced4fa26830e4f60 ago 14/11/16 18:13:28 Modified: hpricot-0.8.6-r1.ebuild ChangeLog Log: Stable for ppc, wrt bug #493780 (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision Changes Path 1.17 dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?r1=1.16&r2=1.17 Index: hpricot-0.8.6-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- hpricot-0.8.6-r1.ebuild 15 Aug 2014 17:38:44 -0000 1.16 +++ hpricot-0.8.6-r1.ebuild 16 Nov 2014 18:13:28 -0000 1.17 @@ -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/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.16 2014/08/15 17:38:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.17 2014/11/16 18:13:28 ago Exp $ EAPI=4 @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" ruby_add_bdepend "dev-ruby/rake 1.61 dev-ruby/hpricot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 9 Sep 2014 19:06:18 -0000 1.60 +++ ChangeLog 16 Nov 2014 18:13:28 -0000 1.61 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hpricot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.60 2014/09/09 19:06:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.61 2014/11/16 18:13:28 ago Exp $ + + 16 Nov 2014; Agostino Sarubbo hpricot-0.8.6-r1.ebuild: + Stable for ppc, wrt bug #493780 09 Sep 2014; Markus Meier hpricot-0.8.6-r2.ebuild: arm stable, bug #503570