mrueg       14/11/26 02:07:59

  Modified:             multi_json-1.10.1.ebuild multi_json-1.6.1-r1.ebuild
                        multi_json-1.8.4.ebuild multi_json-1.5.0.ebuild
                        multi_json-1.9.3.ebuild ChangeLog
  Log:
  Drop jruby target.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/multi_json/multi_json-1.10.1.ebuild

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

Index: multi_json-1.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- multi_json-1.10.1.ebuild    15 Aug 2014 16:56:41 -0000      1.2
+++ multi_json-1.10.1.ebuild    26 Nov 2014 02:07:25 -0000      1.3
@@ -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/multi_json/multi_json-1.10.1.ebuild,v 1.2 
2014/08/15 16:56:41 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.10.1.ebuild,v 1.3 
2014/11/26 02:07:25 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="yard"
@@ -28,9 +28,8 @@
 
 ruby_add_bdepend "doc? ( dev-ruby/rspec:2 dev-ruby/yard )"
 
-ruby_add_bdepend "test? ( dev-ruby/json )"
-
-USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
+ruby_add_bdepend "test? ( dev-ruby/json
+       dev-ruby/yajl-ruby )"
 
 all_ruby_prepare() {
        sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable 
to remove bundler."
@@ -55,17 +54,6 @@
        rm spec/{gson,jr_jackson,oj}_adapter_spec.rb || die
 }
 
-each_ruby_prepare() {
-       case ${RUBY} in
-               *jruby)
-                       # Compiled code is not supported for jruby 1.6
-                       rm spec/json_gem_adapter_spec.rb || die
-                       # jr_jackson is not supported but needed for the common 
tests.
-                       rm spec/multi_json_spec.rb || die
-                       ;;
-       esac
-}
-
 each_ruby_test() {
        for t in spec/*_spec.rb; do
                ${RUBY} -S rspec ${t} || die



1.7                  dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild?r1=1.6&r2=1.7

Index: multi_json-1.6.1-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- multi_json-1.6.1-r1.ebuild  30 Aug 2014 10:27:56 -0000      1.6
+++ multi_json-1.6.1-r1.ebuild  26 Nov 2014 02:07:59 -0000      1.7
@@ -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/multi_json/multi_json-1.6.1-r1.ebuild,v 1.6 
2014/08/30 10:27:56 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild,v 1.7 
2014/11/26 02:07:59 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="yard"
@@ -28,9 +28,8 @@
 
 ruby_add_bdepend "doc? ( dev-ruby/rspec:2 dev-ruby/yard )"
 
-ruby_add_bdepend "test? ( dev-ruby/json )"
-
-USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
+ruby_add_bdepend "test? ( dev-ruby/json
+       dev-ruby/yajl-ruby )"
 
 all_ruby_prepare() {
        sed -i -e '/[Bb]undler/d' Rakefile spec/helper.rb || die "Unable to 
remove bundler."



1.5                  dev-ruby/multi_json/multi_json-1.8.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild?r1=1.4&r2=1.5

Index: multi_json-1.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- multi_json-1.8.4.ebuild     15 Aug 2014 16:56:41 -0000      1.4
+++ multi_json-1.8.4.ebuild     26 Nov 2014 02:07:59 -0000      1.5
@@ -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/multi_json/multi_json-1.8.4.ebuild,v 1.4 
2014/08/15 16:56:41 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild,v 1.5 
2014/11/26 02:07:59 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="yard"
@@ -28,9 +28,8 @@
 
 ruby_add_bdepend "doc? ( dev-ruby/rspec:2 dev-ruby/yard )"
 
-ruby_add_bdepend "test? ( dev-ruby/json )"
-
-USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
+ruby_add_bdepend "test? ( dev-ruby/json
+       dev-ruby/yajl-ruby )"
 
 all_ruby_prepare() {
        sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable 
to remove bundler."
@@ -56,17 +55,6 @@
        rm spec/{gson,jr_jackson,oj}_adapter_spec.rb || die
 }
 
-each_ruby_prepare() {
-       case ${RUBY} in
-               *jruby)
-                       # Compiled code is not supported for jruby 1.6
-                       rm spec/json_gem_adapter_spec.rb || die
-                       # jr_jackson is not supported but needed for the common 
tests.
-                       rm spec/multi_json_spec.rb || die
-                       ;;
-       esac
-}
-
 each_ruby_test() {
        for t in spec/*_spec.rb; do
                ${RUBY} -S rspec ${t} || die



1.8                  dev-ruby/multi_json/multi_json-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild?r1=1.7&r2=1.8

Index: multi_json-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- multi_json-1.5.0.ebuild     15 Aug 2014 16:56:41 -0000      1.7
+++ multi_json-1.5.0.ebuild     26 Nov 2014 02:07:59 -0000      1.8
@@ -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/multi_json/multi_json-1.5.0.ebuild,v 1.7 
2014/08/15 16:56:41 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild,v 1.8 
2014/11/26 02:07:59 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
@@ -28,9 +28,8 @@
 
 ruby_add_bdepend "doc? ( dev-ruby/rspec:2 )"
 
-ruby_add_bdepend "test? ( dev-ruby/json )"
-
-USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
+ruby_add_bdepend "test? ( dev-ruby/json
+       dev-ruby/yajl-ruby )"
 
 all_ruby_prepare() {
        sed -i -e '/[Bb]undler/d' Rakefile spec/helper.rb || die "Unable to 
remove bundler."



1.3                  dev-ruby/multi_json/multi_json-1.9.3.ebuild

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

Index: multi_json-1.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.9.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- multi_json-1.9.3.ebuild     15 Aug 2014 16:56:41 -0000      1.2
+++ multi_json-1.9.3.ebuild     26 Nov 2014 02:07:59 -0000      1.3
@@ -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/multi_json/multi_json-1.9.3.ebuild,v 1.2 
2014/08/15 16:56:41 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.9.3.ebuild,v 1.3 
2014/11/26 02:07:59 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="yard"
@@ -28,9 +28,8 @@
 
 ruby_add_bdepend "doc? ( dev-ruby/rspec:2 dev-ruby/yard )"
 
-ruby_add_bdepend "test? ( dev-ruby/json )"
-
-USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
+ruby_add_bdepend "test? ( dev-ruby/json
+       dev-ruby/yajl-ruby )"
 
 all_ruby_prepare() {
        sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable 
to remove bundler."
@@ -56,17 +55,6 @@
        rm spec/{gson,jr_jackson,oj}_adapter_spec.rb || die
 }
 
-each_ruby_prepare() {
-       case ${RUBY} in
-               *jruby)
-                       # Compiled code is not supported for jruby 1.6
-                       rm spec/json_gem_adapter_spec.rb || die
-                       # jr_jackson is not supported but needed for the common 
tests.
-                       rm spec/multi_json_spec.rb || die
-                       ;;
-       esac
-}
-
 each_ruby_test() {
        for t in spec/*_spec.rb; do
                ${RUBY} -S rspec ${t} || die



1.47                 dev-ruby/multi_json/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   30 Aug 2014 11:28:01 -0000      1.46
+++ ChangeLog   26 Nov 2014 02:07:59 -0000      1.47
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/multi_json
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.46 
2014/08/30 11:28:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.47 
2014/11/26 02:07:59 mrueg Exp $
+
+  26 Nov 2014; Manuel Rüger <[email protected]> multi_json-1.10.1.ebuild,
+  multi_json-1.5.0.ebuild, multi_json-1.6.1-r1.ebuild, multi_json-1.8.4.ebuild,
+  multi_json-1.9.3.ebuild:
+  Drop jruby target.
 
   30 Aug 2014; Manuel Rüger <[email protected]> -multi_json-1.10.0.ebuild,
   -multi_json-1.6.1.ebuild, -multi_json-1.9.2.ebuild:




Reply via email to