summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-02-19 10:41:29 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-02-19 10:41:29 +0000
commiteaa8e6abfabe8d6361c76bfd59961dd2025329cb (patch)
tree8fb313ee477c83fbeb969fd10705f8842cee1121 /dev-ruby/color
parentVersion bump, don't mask as it seems to work oute quite fine anyway. We still... (diff)
downloadgentoo-2-eaa8e6abfabe8d6361c76bfd59961dd2025329cb.tar.gz
gentoo-2-eaa8e6abfabe8d6361c76bfd59961dd2025329cb.tar.bz2
gentoo-2-eaa8e6abfabe8d6361c76bfd59961dd2025329cb.zip
Fix up dependencies: since we don't have to strictly follow the gem-specified dependencies, we can stop depending on hoe at runtime, and stop depending on archive-tar-minitar altogether. Enable Ruby 1.9 and JRuby support.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/color')
-rw-r--r--dev-ruby/color/ChangeLog8
-rw-r--r--dev-ruby/color/color-1.4.1.ebuild10
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-ruby/color/ChangeLog b/dev-ruby/color/ChangeLog
index e73e5337e279..bd1eb1cfab15 100644
--- a/dev-ruby/color/ChangeLog
+++ b/dev-ruby/color/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/color
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.8 2010/02/08 19:43:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.9 2010/02/19 10:41:29 flameeyes Exp $
+
+ 19 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> color-1.4.1.ebuild:
+ Fix up dependencies: since we don't have to strictly follow the
+ gem-specified dependencies, we can stop depending on hoe at runtime, and
+ stop depending on archive-tar-minitar altogether. Enable Ruby 1.9 and
+ JRuby support.
*color-1.4.1 (08 Feb 2010)
diff --git a/dev-ruby/color/color-1.4.1.ebuild b/dev-ruby/color/color-1.4.1.ebuild
index f954f77dc241..ee1a238af852 100644
--- a/dev-ruby/color/color-1.4.1.ebuild
+++ b/dev-ruby/color/color-1.4.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild,v 1.1 2010/02/08 19:43:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild,v 1.2 2010/02/19 10:41:29 flameeyes Exp $
EAPI="2"
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
@@ -18,7 +18,5 @@ SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""
-ruby_add_bdepend test virtual/ruby-test-unit
-
-ruby_add_rdepend ">=dev-ruby/hoe-2.5.0
- >=dev-ruby/archive-tar-minitar-0.5.1"
+ruby_add_bdepend doc '>=dev-ruby/hoe-2.5.0'
+ruby_add_bdepend test '>=dev-ruby/hoe-2.5.0 virtual/ruby-test-unit'