Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ffi/
Date: Tue, 12 Jul 2016 04:38:49
Message-Id: 1468296837.d067951e09855f8a00c36f9a6255dff3eb85fc54.graaff@gentoo
1 commit: d067951e09855f8a00c36f9a6255dff3eb85fc54
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 12 04:13:57 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 12 04:13:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d067951e
7
8 dev-ruby/ffi: use rdoc to generate documentation
9
10 This avoids the dependency complications with yard.
11
12 Package-Manager: portage-2.2.28
13
14 dev-ruby/ffi/ffi-1.9.6-r2.ebuild | 4 +---
15 1 file changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/dev-ruby/ffi/ffi-1.9.6-r2.ebuild b/dev-ruby/ffi/ffi-1.9.6-r2.ebuild
18 index abd5134..f33581f 100644
19 --- a/dev-ruby/ffi/ffi-1.9.6-r2.ebuild
20 +++ b/dev-ruby/ffi/ffi-1.9.6-r2.ebuild
21 @@ -10,7 +10,7 @@ USE_RUBY="ruby19 ruby20 ruby21"
22
23 RUBY_FAKEGEM_RECIPE_TEST="rspec"
24
25 -RUBY_FAKEGEM_RECIPE_DOC="yard"
26 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
27 RUBY_FAKEGEM_DOCDIR="doc"
28 RUBY_FAKEGEM_EXTRADOC="README.md"
29
30 @@ -29,8 +29,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x
31 RDEPEND+=" virtual/libffi"
32 DEPEND+=" virtual/libffi"
33
34 -ruby_add_bdepend "doc? ( dev-ruby/yard )"
35 -
36 all_ruby_prepare() {
37 sed -i -e '/tasks/ s:^:#:' \
38 -e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die