commit:     1224a3c8f76092a635dc184f90dc4de78268d136
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 07:28:19 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 07:29:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1224a3c8

dev-ruby/pluggaloid: add missing dependencies

Also avoid a dependency on bundler and fix USE=doc. Add ruby23.

Package-Manager: portage-2.2.26

 dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild 
b/dev-ruby/pluggaloid/pluggaloid-1.0.2.ebuild
index 9ea0c42..5b52a4c 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
+}

Reply via email to