From 81e9e6bd4d301827ec3b32410d2e38c4303fee37 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Thu, 8 Dec 2011 19:50:44 +0000 Subject: Version bump, remove JRuby support due to the known-broken tests; drop ruby 1.9 support from coderay 0.9.8 so that we can ask stable. Replace the old syntax for ruby_add_bdepend. Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64 --- dev-ruby/coderay/coderay-0.9.8.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'dev-ruby/coderay/coderay-0.9.8.ebuild') diff --git a/dev-ruby/coderay/coderay-0.9.8.ebuild b/dev-ruby/coderay/coderay-0.9.8.ebuild index 67c4061b8938..d3a3d7923f77 100644 --- a/dev-ruby/coderay/coderay-0.9.8.ebuild +++ b/dev-ruby/coderay/coderay-0.9.8.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.8.ebuild,v 1.1 2011/05/01 07:30:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.8.ebuild,v 1.2 2011/12/08 19:50:44 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" +USE_RUBY="ruby18 ree18 jruby" RUBY_FAKEGEM_TASK_DOC="doc" RUBY_FAKEGEM_DOCDIR="doc" @@ -25,6 +25,4 @@ IUSE="" # dependency to ensure that we get at least a version that works: bug # 330621. We use this convoluted way because redcloth isn't available # yet for jruby. -USE_RUBY=ruby18 ruby_add_bdepend "ruby_targets_ruby18 test" ">=dev-ruby/redcloth-4.2.2" -USE_RUBY=ruby19 ruby_add_bdepend "ruby_targets_ruby19 test" ">=dev-ruby/redcloth-4.2.2" -USE_RUBY=ree18 ruby_add_bdepend "ruby_targets_ree18 test" ">=dev-ruby/redcloth-4.2.2" +USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( >=dev-ruby/redcloth-4.2.2 )" -- cgit v1.2.3-65-gdbad