summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-19 11:29:09 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-19 11:29:09 +0000
commitafe2470a0f3639c47b094c635f61ad27ee30524f (patch)
tree289d4edcfe3d19ce67b569e196a4409f3321d319 /dev-ruby
parentMove test-unit-2 to its own slot and only force Ruby 1.9 on 1.x series. (diff)
downloadgentoo-2-afe2470a0f3639c47b094c635f61ad27ee30524f.tar.gz
gentoo-2-afe2470a0f3639c47b094c635f61ad27ee30524f.tar.bz2
gentoo-2-afe2470a0f3639c47b094c635f61ad27ee30524f.zip
Move test-unit-2 to its own slot and allow to install it for Ruby 1.8 and Ruby EE as well.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/test-unit/ChangeLog7
-rw-r--r--dev-ruby/test-unit/test-unit-2.0.7.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-ruby/test-unit/ChangeLog b/dev-ruby/test-unit/ChangeLog
index f69ff9f0001f..00ebd2b0a46e 100644
--- a/dev-ruby/test-unit/ChangeLog
+++ b/dev-ruby/test-unit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/test-unit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.16 2010/05/01 10:44:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.17 2010/05/19 11:29:09 flameeyes Exp $
+
+ 19 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ test-unit-2.0.7.ebuild:
+ Move test-unit-2 to its own slot and allow to install it for Ruby 1.8 and
+ Ruby EE as well.
*test-unit-2.0.7 (01 May 2010)
diff --git a/dev-ruby/test-unit/test-unit-2.0.7.ebuild b/dev-ruby/test-unit/test-unit-2.0.7.ebuild
index 524b8ab1aab1..814573306266 100644
--- a/dev-ruby/test-unit/test-unit-2.0.7.ebuild
+++ b/dev-ruby/test-unit/test-unit-2.0.7.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.7.ebuild,v 1.1 2010/05/01 10:44:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.0.7.ebuild,v 1.2 2010/05/19 11:29:09 flameeyes Exp $
EAPI=2
# One test fails on jruby, might be a jruby bug
# When enabled on ruby18 it breaks too many things, so don't enable it for that just yet
-USE_RUBY="ruby19"
+USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
@@ -23,7 +23,7 @@ HOMEPAGE="http://test-unit.rubyforge.org/"
SRC_URI="mirror://rubyforge/${PN}/${P}.tgz"
LICENSE="MIT"
-SLOT="0"
+SLOT="2"
KEYWORDS=""
IUSE=""