mrueg       14/11/25 11:34:25

  Modified:             thor-0.15.2.ebuild thor-0.18.1.ebuild
                        thor-0.19.1.ebuild ChangeLog
  Log:
  Drop jruby target.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.5                  dev-ruby/thor/thor-0.15.2.ebuild

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

Index: thor-0.15.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.15.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thor-0.15.2.ebuild  12 Aug 2014 21:30:54 -0000      1.4
+++ thor-0.15.2.ebuild  25 Nov 2014 11:34:25 -0000      1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.15.2.ebuild,v 1.4 
2014/08/12 21:30:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.15.2.ebuild,v 1.5 
2014/11/25 11:34:25 mrueg Exp $
 
 EAPI=4
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



1.6                  dev-ruby/thor/thor-0.18.1.ebuild

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

Index: thor-0.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.18.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- thor-0.18.1.ebuild  12 Aug 2014 21:30:54 -0000      1.5
+++ thor-0.18.1.ebuild  25 Nov 2014 11:34:25 -0000      1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.18.1.ebuild,v 1.5 
2014/08/12 21:30:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.18.1.ebuild,v 1.6 
2014/11/25 11:34:25 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
@@ -46,15 +46,3 @@
        # bug 430402
        sed -i -e '/uses maximum terminal width/,/end/ s:^:#:' 
spec/shell/basic_spec.rb || die
 }
-
-each_ruby_prepare() {
-       # Skip two failing specs on thor. Our jruby 1.6 is too old to file
-       # bugs against and the next thor version will no longer work with
-       # this version altogether.
-       case ${RUBY} in
-               *jruby)
-                       sed -i -e '/works with glob characters in the 
path/,/end/ s:^:#:' \
-                               spec/actions/directory_spec.rb || die
-                       ;;
-       esac
-}



1.3                  dev-ruby/thor/thor-0.19.1.ebuild

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

Index: thor-0.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.19.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- thor-0.19.1.ebuild  12 Aug 2014 21:30:54 -0000      1.2
+++ thor-0.19.1.ebuild  25 Nov 2014 11:34:25 -0000      1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.19.1.ebuild,v 1.2 
2014/08/12 21:30:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.19.1.ebuild,v 1.3 
2014/11/25 11:34:25 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
@@ -46,15 +46,3 @@
        # bug 430402
        sed -i -e '/uses maximum terminal width/,/end/ s:^:#:' 
spec/shell/basic_spec.rb || die
 }
-
-each_ruby_prepare() {
-       # Skip two failing specs on thor. Our jruby 1.6 is too old to file
-       # bugs against and the next thor version will no longer work with
-       # this version altogether.
-       case ${RUBY} in
-               *jruby)
-                       sed -i -e '/works with glob characters in the 
path/,/end/ s:^:#:' \
-                               spec/actions/directory_spec.rb || die
-                       ;;
-       esac
-}



1.23                 dev-ruby/thor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   12 Aug 2014 21:30:54 -0000      1.22
+++ ChangeLog   25 Nov 2014 11:34:25 -0000      1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/thor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v 1.22 2014/08/12 
21:30:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v 1.23 2014/11/25 
11:34:25 mrueg Exp $
+
+  25 Nov 2014; Manuel RĂ¼ger <[email protected]> thor-0.15.2.ebuild,
+  thor-0.18.1.ebuild, thor-0.19.1.ebuild:
+  Drop jruby target.
 
   12 Aug 2014; Anthony G. Basile <[email protected]> thor-0.15.2.ebuild,
   thor-0.18.1.ebuild, thor-0.19.1.ebuild:




Reply via email to