From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-913244-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D2871395E2 for <garchives@archives.gentoo.org>; Fri, 25 Nov 2016 10:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ABE4E0BB0; Fri, 25 Nov 2016 10:43:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8306AE0BB0 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Nov 2016 10:43:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E2E8340F53 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Nov 2016 10:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8919332 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Nov 2016 10:43:33 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org> Message-ID: <1480070598.b5ae252a4d3a5bd5a6915106f93cba6d13f200fe.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/test-unit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild X-VCS-Directories: dev-ruby/test-unit/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b5ae252a4d3a5bd5a6915106f93cba6d13f200fe X-VCS-Branch: master Date: Fri, 25 Nov 2016 10:43:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8a7131d9-ada8-47ef-bbdd-a84ca5271514 X-Archives-Hash: 54a8c48066a812841d181fbbbb836a5f commit: b5ae252a4d3a5bd5a6915106f93cba6d13f200fe Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Nov 25 10:43:18 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Nov 25 10:43:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ae252a dev-ruby/test-unit: drop redcloth dependency altogether since it is no effective for ruby21 and ruby20 will be dropped Package-Manager: portage-2.3.0 dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild b/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild index ee8ca25..7d1a58f 100644 --- a/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild +++ b/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild @@ -16,11 +16,6 @@ inherit ruby-fakegem # bootstrapping ruby21 won't be possible due to the yard dependency # tree. USE_RUBY="${USE_RUBY/ruby21/}" ruby_add_bdepend "doc? ( dev-ruby/yard )" -# redcloth is also needed to build documentation, but not available for -# jruby. Since we build documentation with the main ruby implementation -# only we skip the dependency for jruby in this roundabout way, assuming -# that jruby won't be the main ruby. -USE_RUBY="${USE_RUBY/ruby21/}" ruby_add_bdepend "doc? ( dev-ruby/redcloth )" DESCRIPTION="An improved version of the Test::Unit framework from Ruby 1.8" HOMEPAGE="http://test-unit.rubyforge.org/"