projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b53d7d
)
dev-ruby/rb-inotify: use rdoc to generate documentation
author
Hans de Graaff
<graaff@gentoo.org>
Tue, 12 Jul 2016 04:23:25 +0000
(06:23 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Tue, 12 Jul 2016 04:23:25 +0000
(06:23 +0200)
Avoid the dependency complications with yard.
Package-Manager: portage-2.2.28
dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild
b/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild
index e7ece7910156ccc50fb69adaf65ff4f76bf0e72f..47dbd8e6b947b738eb1db12f5e834e4747b4cc14 100644
(file)
--- a/
dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild
+++ b/
dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild
@@
-8,7
+8,7
@@
USE_RUBY="ruby20 ruby21 ruby22"
RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC="
yard
"
+RUBY_FAKEGEM_TASK_DOC="
rdoc
"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md"
@@
-28,8
+28,6
@@
IUSE=""
ruby_add_rdepend "virtual/ruby-ffi"
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
all_ruby_prepare() {
# Avoid unneeded dependency on jeweler.
sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die