commit:     b9480a100fdfd7f92cbbe382ac9d8a7a33a0d514
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 14:21:45 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 14:21:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9480a10

dev-ruby/mecab-ruby: update to EAPI 6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild 
b/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild
index 9d96dab3cff..14e17b2d3b0 100644
--- a/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild
+++ b/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
 USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
@@ -19,6 +19,9 @@ IUSE=""
 DEPEND="~app-text/mecab-${PV}"
 RDEPEND="${DEPEND}"
 
+DOCS=( AUTHORS README test.rb )
+HTML_DOCS=( bindings.html )
+
 each_ruby_configure() {
        ${RUBY} extconf.rb || die
 }
@@ -32,6 +35,5 @@ each_ruby_install() {
 }
 
 all_ruby_install() {
-       dodoc AUTHORS README test.rb
-       dohtml bindings.html
+       einstalldocs
 }

Reply via email to