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 266821381F3 for ; Wed, 4 Sep 2013 13:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0682E10D8; Wed, 4 Sep 2013 13:01:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38FAFE10D8 for ; Wed, 4 Sep 2013 13:01:36 +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 303E833EAF9 for ; Wed, 4 Sep 2013 13:01:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id EA13D2004C; Wed, 4 Sep 2013 13:01:33 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ChangeLog ruby_parser-3.2.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog ruby_parser-3.2.2.ebuild X-VCS-Directories: dev-ruby/ruby_parser X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130904130133.EA13D2004C@flycatcher.gentoo.org> Date: Wed, 4 Sep 2013 13:01:33 +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: 10901545-388d-43f5-8583-5dea568b7431 X-Archives-Hash: 6c30f74b43596b2b6af3e6ec215c262c graaff 13/09/04 13:01:33 Modified: ChangeLog Added: ruby_parser-3.2.2.ebuild Log: Version bump. (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.44 dev-ruby/ruby_parser/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 31 May 2013 18:14:48 -0000 1.43 +++ ChangeLog 4 Sep 2013 13:01:33 -0000 1.44 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ruby_parser # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.43 2013/05/31 18:14:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.44 2013/09/04 13:01:33 graaff Exp $ + +*ruby_parser-3.2.2 (04 Sep 2013) + + 04 Sep 2013; Hans de Graaff +ruby_parser-3.2.2.ebuild: + Version bump. *ruby_parser-2.3.1-r1 (31 May 2013) 1.1 dev-ruby/ruby_parser/ruby_parser-3.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.2.2.ebuild?rev=1.1&content-type=text/plain Index: ruby_parser-3.2.2.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.2.2.ebuild,v 1.1 2013/09/04 13:01:33 graaff Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 jruby" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" inherit ruby-fakegem DESCRIPTION="A ruby parser written in pure ruby." HOMEPAGE="https://github.com/seattlerb/ruby_parser" LICENSE="MIT" SLOT="3" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/sexp_processor-4.1:4 !=dev-ruby/hoe-2.9.1 )" ruby_add_bdepend "test? ( >=dev-ruby/minitest-4.3 )" all_ruby_prepare() { # Remove reference to perforce method that is not in a released # version of hoe-seattlerb. #sed -i -e '/perforce/d' Rakefile || die sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die } each_ruby_prepare() { case ${RUBY} in *jruby) # Disable tests failing on jruby related to //n regexp # https://github.com/seattlerb/ruby_parser/issues/117 rm test/test_ruby_parser.rb || die ;; esac }