From: Hans de Graaff Date: Fri, 5 Feb 2016 07:28:19 +0000 (+0100) Subject: dev-ruby/pluggaloid: add missing dependencies X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1224a3c8f76092a635dc184f90dc4de78268d136;p=gentoo.git dev-ruby/pluggaloid: add missing dependencies Also avoid a dependency on bundler and fix USE=doc. Add ruby23. Package-Manager: portage-2.2.26 --- diff --git a/dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild b/dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild index 9ea0c425ee93..5b52a4cbdc77 100644 --- a/dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild +++ b/dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" +RUBY_FAKEGEM_RECIPE_DOC="doc" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem @@ -16,3 +17,12 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + +ruby_add_rdepend " + dev-ruby/delayer + dev-ruby/instance_storage:0 +" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile test/*_test.rb || die +}