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 0390513877A for ; Tue, 12 Aug 2014 18:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FDB7E0D3B; Tue, 12 Aug 2014 18:38:13 +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 A7878E0D3B for ; Tue, 12 Aug 2014 18:38:12 +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 7460034052C for ; Tue, 12 Aug 2014 18:38:11 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 36C412004E; Tue, 12 Aug 2014 18:38:10 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/mocha: mocha-1.0.0.ebuild mocha-1.1.0.ebuild mocha-0.14.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mocha-1.0.0.ebuild mocha-1.1.0.ebuild mocha-0.14.0.ebuild ChangeLog X-VCS-Directories: dev-ruby/mocha X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140812183810.36C412004E@flycatcher.gentoo.org> Date: Tue, 12 Aug 2014 18:38:10 +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: 00f711b3-9b5d-4c45-bd57-bf0a4185144f X-Archives-Hash: 5c4d66ec2b9a10ccee361b5ebea5e7af blueness 14/08/12 18:38:10 Modified: mocha-1.0.0.ebuild mocha-1.1.0.ebuild mocha-0.14.0.ebuild ChangeLog Log: Keyword ~ppc and ~ppc64, bug #519170 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.2 dev-ruby/mocha/mocha-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-1.0.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-1.0.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-1.0.0.ebuild?r1=1.1&r2=1.2 Index: mocha-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.0.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mocha-1.0.0.ebuild 3 Apr 2014 05:56:03 -0000 1.1 +++ mocha-1.0.0.ebuild 12 Aug 2014 18:38:09 -0000 1.2 @@ -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/mocha/mocha-1.0.0.ebuild,v 1.1 2014/04/03 05:56:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.0.0.ebuild,v 1.2 2014/08/12 18:38:09 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" @@ -20,7 +20,7 @@ LICENSE="MIT" SLOT="1.0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64" IUSE="" ruby_add_bdepend " 1.3 dev-ruby/mocha/mocha-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild?r1=1.2&r2=1.3 Index: mocha-1.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mocha-1.1.0.ebuild 22 Jul 2014 16:51:37 -0000 1.2 +++ mocha-1.1.0.ebuild 12 Aug 2014 18:38:09 -0000 1.3 @@ -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/mocha/mocha-1.1.0.ebuild,v 1.2 2014/07/22 16:51:37 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild,v 1.3 2014/08/12 18:38:09 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" @@ -20,7 +20,7 @@ LICENSE="MIT" SLOT="1.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64" IUSE="" ruby_add_bdepend " 1.8 dev-ruby/mocha/mocha-0.14.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-0.14.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-0.14.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-0.14.0.ebuild?r1=1.7&r2=1.8 Index: mocha-0.14.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.14.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mocha-0.14.0.ebuild 22 Jul 2014 16:54:25 -0000 1.7 +++ mocha-0.14.0.ebuild 12 Aug 2014 18:38:09 -0000 1.8 @@ -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/mocha/mocha-0.14.0.ebuild,v 1.7 2014/07/22 16:54:25 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.14.0.ebuild,v 1.8 2014/08/12 18:38:09 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" @@ -20,7 +20,7 @@ LICENSE="MIT" SLOT="0.14" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64" IUSE="" ruby_add_bdepend " 1.119 dev-ruby/mocha/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/ChangeLog?rev=1.119&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/ChangeLog?rev=1.119&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/ChangeLog?r1=1.118&r2=1.119 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- ChangeLog 9 Aug 2014 10:14:35 -0000 1.118 +++ ChangeLog 12 Aug 2014 18:38:09 -0000 1.119 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/mocha # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.118 2014/08/09 10:14:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.119 2014/08/12 18:38:09 blueness Exp $ + + 12 Aug 2014; Anthony G. Basile mocha-0.14.0.ebuild, + mocha-1.0.0.ebuild, mocha-1.1.0.ebuild: + Keyword ~ppc and ~ppc64, bug #519170 09 Aug 2014; Jeroen Roovers mocha-0.10.5-r1.ebuild, mocha-0.12.10.ebuild, mocha-0.13.3-r1.ebuild: