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 D865B138010 for ; Sun, 28 Oct 2012 17:21:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F3C5E0512; Sun, 28 Oct 2012 17:21:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A6F57E0512 for ; Sun, 28 Oct 2012 17:21: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 1A5FB33D979 for ; Sun, 28 Oct 2012 17:21:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2160) id CBD6621600; Sun, 28 Oct 2012 17:21:44 +0000 (UTC) From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.0.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ruby_parser-2.0.5.ebuild ChangeLog X-VCS-Directories: dev-ruby/ruby_parser X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121028172144.CBD6621600@flycatcher.gentoo.org> Date: Sun, 28 Oct 2012 17:21: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: 9f85edb4-2989-40f9-ba93-0edfca249144 X-Archives-Hash: 0e36cf6e124fcc6236edaad91c2afdf4 armin76 12/10/28 17:21:44 Modified: ruby_parser-2.0.5.ebuild ChangeLog Log: alpha stable, add ~alpha/~ia64/~sparc, etc (Portage version: 2.1.11.9/cvs/Linux x86_64, RepoMan options: --force) Revision Changes Path 1.13 dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild?r1=1.12&r2=1.13 Index: ruby_parser-2.0.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ruby_parser-2.0.5.ebuild 16 Aug 2012 03:57:01 -0000 1.12 +++ ruby_parser-2.0.5.ebuild 28 Oct 2012 17:21:44 -0000 1.13 @@ -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/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.12 2012/08/16 03:57:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.5.ebuild,v 1.13 2012/10/28 17:21:44 armin76 Exp $ EAPI=2 @@ -21,7 +21,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/sexp_processor-3.0.1" 1.39 dev-ruby/ruby_parser/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 16 Aug 2012 03:57:01 -0000 1.38 +++ ChangeLog 28 Oct 2012 17:21:44 -0000 1.39 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby_parser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.38 2012/08/16 03:57:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.39 2012/10/28 17:21:44 armin76 Exp $ + + 28 Oct 2012; Raúl Porcel ruby_parser-2.0.5.ebuild: + alpha stable 16 Aug 2012; Diego E. Pettenò ruby_parser-2.0.5.ebuild, ruby_parser-2.3.0.ebuild, ruby_parser-2.3.1.ebuild: