summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-26 02:28:09 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-26 02:28:09 +0000
commit342bfd312c11995fecdc58de805d9aaeca66e051 (patch)
tree72300b3fc284ac10616d94e6275ea752cfbd8e9a /dev-ruby
parentDrop jruby target. (diff)
downloadgentoo-2-342bfd312c11995fecdc58de805d9aaeca66e051.tar.gz
gentoo-2-342bfd312c11995fecdc58de805d9aaeca66e051.tar.bz2
gentoo-2-342bfd312c11995fecdc58de805d9aaeca66e051.zip
Drop jruby traces.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activesupport/ChangeLog6
-rw-r--r--dev-ruby/activesupport/activesupport-3.2.20.ebuild4
-rw-r--r--dev-ruby/activesupport/activesupport-3.2.21.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index f14b05bdb6bb..e335055aa6c6 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.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:
diff --git a/dev-ruby/activesupport/activesupport-3.2.20.ebuild b/dev-ruby/activesupport/activesupport-3.2.20.ebuild
index 532282bf3a30..3f15b23d0e38 100644
--- a/dev-ruby/activesupport/activesupport-3.2.20.ebuild
+++ b/dev-ruby/activesupport/activesupport-3.2.20.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.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 @@ ruby_add_bdepend "test? (
# 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.
diff --git a/dev-ruby/activesupport/activesupport-3.2.21.ebuild b/dev-ruby/activesupport/activesupport-3.2.21.ebuild
index 821c6a0ff3f9..dc6de8fb67a2 100644
--- a/dev-ruby/activesupport/activesupport-3.2.21.ebuild
+++ b/dev-ruby/activesupport/activesupport-3.2.21.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.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 @@ ruby_add_bdepend "test? (
# 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.