mrueg       14/11/25 13:02:17

  Modified:             ruby_parser-3.1.3.ebuild ruby_parser-3.6.3.ebuild
                        ruby_parser-2.3.1-r1.ebuild ChangeLog
  Removed:              ruby_parser-3.6.2.ebuild ruby_parser-3.6.1.ebuild
  Log:
  Drop jruby target. Cleanup old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.14                 dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild?r1=1.13&r2=1.14

Index: ruby_parser-3.1.3.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ruby_parser-3.1.3.ebuild    5 Aug 2014 16:00:30 -0000       1.13
+++ ruby_parser-3.1.3.ebuild    25 Nov 2014 13:02:17 -0000      1.14
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 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.1.3.ebuild,v 1.13 
2014/08/05 16:00:30 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild,v 1.14 
2014/11/25 13:02:17 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -33,13 +33,3 @@
 
        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
-}



1.2                  dev-ruby/ruby_parser/ruby_parser-3.6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.6.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.6.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.6.3.ebuild?r1=1.1&r2=1.2

Index: ruby_parser-3.6.3.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby_parser-3.6.3.ebuild    30 Sep 2014 05:08:32 -0000      1.1
+++ ruby_parser-3.6.3.ebuild    25 Nov 2014 13:02:17 -0000      1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 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.6.3.ebuild,v 1.1 
2014/09/30 05:08:32 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.6.3.ebuild,v 1.2 
2014/11/25 13:02:17 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -33,13 +33,3 @@
        sed -i -e '/license/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
-}



1.12                 dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild?r1=1.11&r2=1.12

Index: ruby_parser-2.3.1-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ruby_parser-2.3.1-r1.ebuild 5 Aug 2014 16:00:30 -0000       1.11
+++ ruby_parser-2.3.1-r1.ebuild 25 Nov 2014 13:02:17 -0000      1.12
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 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.3.1-r1.ebuild,v 1.11 
2014/08/05 16:00:30 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild,v 1.12 
2014/11/25 13:02:17 mrueg Exp $
 
 EAPI=2
 
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"



1.66                 dev-ruby/ruby_parser/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   30 Sep 2014 05:08:32 -0000      1.65
+++ ChangeLog   25 Nov 2014 13:02:17 -0000      1.66
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.65 
2014/09/30 05:08:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.66 
2014/11/25 13:02:17 mrueg Exp $
+
+  25 Nov 2014; Manuel RĂ¼ger <mr...@gentoo.org> -ruby_parser-3.6.1.ebuild,
+  -ruby_parser-3.6.2.ebuild, ruby_parser-2.3.1-r1.ebuild,
+  ruby_parser-3.1.3.ebuild, ruby_parser-3.6.3.ebuild:
+  Drop jruby target. Cleanup old.
 
 *ruby_parser-3.6.3 (30 Sep 2014)
 




Reply via email to