public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-3.2.20.ebuild activesupport-3.2.21.ebuild ChangeLog
@ 2014-11-25 11:30 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-11-25 11:30 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/11/25 11:30:15

  Modified:             activesupport-3.2.20.ebuild
                        activesupport-3.2.21.ebuild ChangeLog
  Log:
  Drop jruby target.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/activesupport/activesupport-3.2.20.ebuild

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

Index: activesupport-3.2.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activesupport-3.2.20.ebuild	31 Oct 2014 08:55:50 -0000	1.1
+++ activesupport-3.2.20.ebuild	25 Nov 2014 11:30:15 -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/activesupport/activesupport-3.2.20.ebuild,v 1.1 2014/10/31 08:55:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild,v 1.2 2014/11/25 11:30:15 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 
@@ -55,17 +55,3 @@
 	# all the test-unit features needed.
 	sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die
 }
-
-each_ruby_prepare() {
-	case ${RUBY} in
-		*jruby)
-			# Ignore failing tests on jruby in the interest of a security update
-			sed -i -e '/test_not_allowed_to_expand_parameter_entities_to_files/,/^    end/ s:^:#:' \
-				-e '/test_exception_thrown_on_expansion_attack/,/^    end/ s:^:#:' \
-				test/xml_mini/jdom_engine_test.rb || die
-			sed -i \
-				-e '/test_exception_thrown_on_expansion_attack/,/^  end/ s:^:#:' \
-				test/xml_mini/nokogiri_engine_test.rb || die
-			;;
-	esac
-}



1.2                  dev-ruby/activesupport/activesupport-3.2.21.ebuild

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

Index: activesupport-3.2.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activesupport-3.2.21.ebuild	17 Nov 2014 20:12:24 -0000	1.1
+++ activesupport-3.2.21.ebuild	25 Nov 2014 11:30:15 -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/activesupport/activesupport-3.2.21.ebuild,v 1.1 2014/11/17 20:12:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild,v 1.2 2014/11/25 11:30:15 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 
@@ -55,17 +55,3 @@
 	# all the test-unit features needed.
 	sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die
 }
-
-each_ruby_prepare() {
-	case ${RUBY} in
-		*jruby)
-			# Ignore failing tests on jruby in the interest of a security update
-			sed -i -e '/test_not_allowed_to_expand_parameter_entities_to_files/,/^    end/ s:^:#:' \
-				-e '/test_exception_thrown_on_expansion_attack/,/^    end/ s:^:#:' \
-				test/xml_mini/jdom_engine_test.rb || die
-			sed -i \
-				-e '/test_exception_thrown_on_expansion_attack/,/^  end/ s:^:#:' \
-				test/xml_mini/nokogiri_engine_test.rb || die
-			;;
-	esac
-}



1.275                dev-ruby/activesupport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -r1.274 -r1.275
--- ChangeLog	18 Nov 2014 13:44:54 -0000	1.274
+++ ChangeLog	25 Nov 2014 11:30:15 -0000	1.275
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.274 2014/11/18 13:44:54 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.275 2014/11/25 11:30:15 mrueg Exp $
+
+  25 Nov 2014; Manuel Rüger <mrueg@gentoo.org> activesupport-3.2.20.ebuild,
+  activesupport-3.2.21.ebuild:
+  Drop jruby target.
 
   18 Nov 2014; Manuel Rüger <mrueg@gentoo.org>
   -files/activesupport-2.3.14-unvendorize.patch,





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-3.2.20.ebuild activesupport-3.2.21.ebuild ChangeLog
@ 2014-11-26  2:28 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-11-26  2:28 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/11/26 02:28:09

  Modified:             activesupport-3.2.20.ebuild
                        activesupport-3.2.21.ebuild ChangeLog
  Log:
  Drop jruby traces.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/activesupport/activesupport-3.2.20.ebuild

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

Index: activesupport-3.2.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activesupport-3.2.20.ebuild	25 Nov 2014 11:30:15 -0000	1.2
+++ activesupport-3.2.20.ebuild	26 Nov 2014 02:28:09 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild,v 1.2 2014/11/25 11:30:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild,v 1.3 2014/11/26 02:28:09 mrueg Exp $
 
 EAPI=5
 
@@ -44,7 +44,7 @@
 
 # libxml is not strictly needed, there are tests using this code. jruby
 # uses a different xml implementation.
-USE_RUBY=${USE_RUBY/jruby/} ruby_add_bdepend "test? ( >=dev-ruby/libxml-2.0.0 )"
+ruby_add_bdepend "test? ( >=dev-ruby/libxml-2.0.0 )"
 
 all_ruby_prepare() {
 	# Set test environment to our hand.



1.3                  dev-ruby/activesupport/activesupport-3.2.21.ebuild

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

Index: activesupport-3.2.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activesupport-3.2.21.ebuild	25 Nov 2014 11:30:15 -0000	1.2
+++ activesupport-3.2.21.ebuild	26 Nov 2014 02:28:09 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild,v 1.2 2014/11/25 11:30:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild,v 1.3 2014/11/26 02:28:09 mrueg Exp $
 
 EAPI=5
 
@@ -44,7 +44,7 @@
 
 # libxml is not strictly needed, there are tests using this code. jruby
 # uses a different xml implementation.
-USE_RUBY=${USE_RUBY/jruby/} ruby_add_bdepend "test? ( >=dev-ruby/libxml-2.0.0 )"
+ruby_add_bdepend "test? ( >=dev-ruby/libxml-2.0.0 )"
 
 all_ruby_prepare() {
 	# Set test environment to our hand.



1.276                dev-ruby/activesupport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- ChangeLog	25 Nov 2014 11:30:15 -0000	1.275
+++ ChangeLog	26 Nov 2014 02:28:09 -0000	1.276
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.275 2014/11/25 11:30:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.276 2014/11/26 02:28:09 mrueg Exp $
+
+  26 Nov 2014; Manuel Rüger <mrueg@gentoo.org> activesupport-3.2.20.ebuild,
+  activesupport-3.2.21.ebuild:
+  Drop jruby traces.
 
   25 Nov 2014; Manuel Rüger <mrueg@gentoo.org> activesupport-3.2.20.ebuild,
   activesupport-3.2.21.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-26  2:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25 11:30 [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-3.2.20.ebuild activesupport-3.2.21.ebuild ChangeLog Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-26  2:28 Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox