ruby-fakegem.eclass: change default DOC recipe to use rdoc
authorHans de Graaff <graaff@gentoo.org>
Thu, 25 Jul 2019 06:36:28 +0000 (08:36 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sat, 27 Jul 2019 07:13:16 +0000 (09:13 +0200)
commit8ee49f9a9daecba9257697b1181ac6159c60d9f1
tree73264df92f9d860a421c7dad85a838a60a21f9d0
parentbb9baa5145a89fbdf86ead00d3b82d1ae4d08f34
ruby-fakegem.eclass: change default DOC recipe to use rdoc

The previous default was "rake" but this turned out to be a poor
choice because many packages do not implement "rake doc" and even if
they do there are usually many local development environment
assumption attached to that task. Using a consistent "rdoc" call that
is handled by the eclass gets more consistent results at the code of
missing out on specific rdoc options set by packages.

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
eclass/ruby-fakegem.eclass