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 0146A13800E for ; Thu, 9 Aug 2012 13:51:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBD25E079C; Thu, 9 Aug 2012 13:51:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A06EE079C for ; Thu, 9 Aug 2012 13:51:46 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C437B1B4024 for ; Thu, 9 Aug 2012 13:51:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 7A35A2004B; Thu, 9 Aug 2012 13:51:44 +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/coderay: coderay-1.0.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: coderay-1.0.6.ebuild ChangeLog X-VCS-Directories: dev-ruby/coderay X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120809135144.7A35A2004B@flycatcher.gentoo.org> Date: Thu, 9 Aug 2012 13:51:44 +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: 3a1f1b29-398d-4104-993a-f637895b3bcd X-Archives-Hash: e8354e3bee75e6574ff4eed7bc15e860 blueness 12/08/09 13:51:44 Modified: coderay-1.0.6.ebuild ChangeLog Log: Stable ppc64, bug #427594 (Portage version: 2.1.10.65/cvs/Linux x86_64) Revision Changes Path 1.5 dev-ruby/coderay/coderay-1.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild?r1=1.4&r2=1.5 Index: coderay-1.0.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- coderay-1.0.6.ebuild 3 Aug 2012 19:47:47 -0000 1.4 +++ coderay-1.0.6.ebuild 9 Aug 2012 13:51:44 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild,v 1.4 2012/08/03 19:47:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild,v 1.5 2012/08/09 13:51:44 blueness Exp $ EAPI=4 @@ -25,7 +25,7 @@ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Redcloth is optional but automagically tested, so we add this 1.57 dev-ruby/coderay/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 3 Aug 2012 19:47:47 -0000 1.56 +++ ChangeLog 9 Aug 2012 13:51:44 -0000 1.57 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.56 2012/08/03 19:47:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.57 2012/08/09 13:51:44 blueness Exp $ + + 09 Aug 2012; Anthony G. Basile coderay-1.0.6.ebuild: + Stable ppc64, bug #427594 03 Aug 2012; Agostino Sarubbo coderay-1.0.6.ebuild: Stable for amd64, wrt bug #427594