diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-07-05 09:10:23 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-07-05 09:10:23 +0000 |
commit | ca972d613472ee8fa6b3e3fd7b889f4ecd060099 (patch) | |
tree | 31c0aaabcae7c758d48172dfb84ef5481b50ef19 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-ca972d613472ee8fa6b3e3fd7b889f4ecd060099.tar.gz gentoo-2-ca972d613472ee8fa6b3e3fd7b889f4ecd060099.tar.bz2 gentoo-2-ca972d613472ee8fa6b3e3fd7b889f4ecd060099.zip |
Remove ruby18 cases.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-3.2.18.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-3.2.19.ebuild | 6 |
3 files changed, 7 insertions, 11 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 5b2e584f61e9..0b55bca730ec 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -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.262 2014/07/03 06:19:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.263 2014/07/05 09:10:23 mrueg Exp $ + + 05 Jul 2014; Manuel Rüger <mrueg@gentoo.org> activesupport-3.2.18.ebuild, + activesupport-3.2.19.ebuild: + Remove ruby18 cases. *activesupport-4.1.4 (03 Jul 2014) diff --git a/dev-ruby/activesupport/activesupport-3.2.18.ebuild b/dev-ruby/activesupport/activesupport-3.2.18.ebuild index da92e5e48ab4..d712c004cd76 100644 --- a/dev-ruby/activesupport/activesupport-3.2.18.ebuild +++ b/dev-ruby/activesupport/activesupport-3.2.18.ebuild @@ -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.18.ebuild,v 1.1 2014/05/06 18:50:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.18.ebuild,v 1.2 2014/07/05 09:10:23 mrueg Exp $ EAPI=5 @@ -58,10 +58,6 @@ all_ruby_prepare() { each_ruby_prepare() { case ${RUBY} in - *ruby18) - # Skip failing ruby18 tests related to JSON serialization - rm test/message_encryptor_test.rb test/message_verifier_test.rb || die - ;; *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:^:#:' \ diff --git a/dev-ruby/activesupport/activesupport-3.2.19.ebuild b/dev-ruby/activesupport/activesupport-3.2.19.ebuild index f19ad6a32015..cbbdbad1b410 100644 --- a/dev-ruby/activesupport/activesupport-3.2.19.ebuild +++ b/dev-ruby/activesupport/activesupport-3.2.19.ebuild @@ -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.19.ebuild,v 1.1 2014/07/03 05:37:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.19.ebuild,v 1.2 2014/07/05 09:10:23 mrueg Exp $ EAPI=5 @@ -58,10 +58,6 @@ all_ruby_prepare() { each_ruby_prepare() { case ${RUBY} in - *ruby18) - # Skip failing ruby18 tests related to JSON serialization - rm test/message_encryptor_test.rb test/message_verifier_test.rb || die - ;; *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:^:#:' \ |