* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.1.0.ebuild ChangeLog
@ 2011-08-20 9:10 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-08-20 9:10 UTC (permalink / raw
To: gentoo-commits
graaff 11/08/20 09:10:24
Modified: ChangeLog
Added: ruby_parser-2.1.0.ebuild
Log:
Version bump.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.27 dev-ruby/ruby_parser/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 10 Jul 2011 23:01:38 -0000 1.26
+++ ChangeLog 20 Aug 2011 09:10:24 -0000 1.27
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby_parser
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.26 2011/07/10 23:01:38 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.27 2011/08/20 09:10:24 graaff Exp $
+
+*ruby_parser-2.1.0 (20 Aug 2011)
+
+ 20 Aug 2011; Hans de Graaff <graaff@gentoo.org> +ruby_parser-2.1.0.ebuild:
+ Version bump.
10 Jul 2011; Mark Loeser <halcy0n@gentoo.org> ruby_parser-2.0.5.ebuild:
Stable for ppc64; bug #355299
1.1 dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild?rev=1.1&content-type=text/plain
Index: ruby_parser-2.1.0.ebuild
===================================================================
# Copyright 1999-2011 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.1.0.ebuild,v 1.1 2011/08/20 09:10:24 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
# Don't run tests, since they require the testcase from ParseTree;
# ParseTree _is_ the testcase for ruby_parse
RUBY_FAKEGEM_TASK_TEST=""
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="http://parsetree.rubyforge.org/"
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"
IUSE=""
ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.1.0.ebuild ChangeLog
@ 2011-08-20 9:18 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-08-20 9:18 UTC (permalink / raw
To: gentoo-commits
graaff 11/08/20 09:18:53
Modified: ruby_parser-2.1.0.ebuild ChangeLog
Log:
Depend on newer sexp-processor for tests so that we can run them. Add jruby.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild?r1=1.1&r2=1.2
Index: ruby_parser-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby_parser-2.1.0.ebuild 20 Aug 2011 09:10:24 -0000 1.1
+++ ruby_parser-2.1.0.ebuild 20 Aug 2011 09:18:53 -0000 1.2
@@ -1,14 +1,10 @@
# Copyright 1999-2011 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.1.0.ebuild,v 1.1 2011/08/20 09:10:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.1.0.ebuild,v 1.2 2011/08/20 09:18:53 graaff Exp $
EAPI=2
-USE_RUBY="ruby18 ree18"
-
-# Don't run tests, since they require the testcase from ParseTree;
-# ParseTree _is_ the testcase for ruby_parse
-RUBY_FAKEGEM_TASK_TEST=""
+USE_RUBY="ruby18 ree18 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
@@ -26,6 +22,7 @@
ruby_add_rdepend ">=dev-ruby/sexp-processor-3.0.1"
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
+ruby_add_bdepend "test? ( virtual/ruby-test-unit >=dev-ruby/sexp-processor-3.0.6 )"
all_ruby_prepare() {
# Remove reference to perforce method that is not in a released
1.28 dev-ruby/ruby_parser/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 20 Aug 2011 09:10:24 -0000 1.27
+++ ChangeLog 20 Aug 2011 09:18:53 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby_parser
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.27 2011/08/20 09:10:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.28 2011/08/20 09:18:53 graaff Exp $
+
+ 20 Aug 2011; Hans de Graaff <graaff@gentoo.org> ruby_parser-2.1.0.ebuild:
+ Depend on newer sexp-processor for tests so that we can run them. Add jruby.
*ruby_parser-2.1.0 (20 Aug 2011)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-20 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20 9:10 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ruby_parser-2.1.0.ebuild ChangeLog Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2011-08-20 9:18 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox