[gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-3.2.20.ebuild activesupport-3.2.21.ebuild ChangeLog

2014-11-25 Thread Manuel Rueger (mrueg)
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  ChangesPath
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.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild?r1=1.1r2=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 -  1.1
+++ activesupport-3.2.20.ebuild 25 Nov 2014 11:30:15 -  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.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild?r1=1.1r2=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 -  1.1
+++ activesupport-3.2.21.ebuild 25 Nov 2014 11:30:15 -  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.275dev-ruby/activesupport/ChangeLog

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

[gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-3.2.20.ebuild activesupport-3.2.21.ebuild ChangeLog

2014-11-25 Thread Manuel Rueger (mrueg)
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  ChangesPath
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.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild?r1=1.2r2=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 -  1.2
+++ activesupport-3.2.20.ebuild 26 Nov 2014 02:28:09 -  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.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild?r1=1.2r2=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 -  1.2
+++ activesupport-3.2.21.ebuild 26 Nov 2014 02:28:09 -  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.276dev-ruby/activesupport/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.276view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.276content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.275r2=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 -  1.275
+++ ChangeLog   26 Nov 2014 02:28:09 -  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 mr...@gentoo.org activesupport-3.2.20.ebuild,
+  activesupport-3.2.21.ebuild:
+  Drop jruby traces.
 
   25 Nov 2014; Manuel Rüger mr...@gentoo.org activesupport-3.2.20.ebuild,
   activesupport-3.2.21.ebuild: