dev-perl/mecab-perl: update to EAPI 6
authorAkinori Hattori <hattya@gentoo.org>
Fri, 20 Jul 2018 14:05:26 +0000 (23:05 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Fri, 20 Jul 2018 14:05:26 +0000 (23:05 +0900)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-perl/mecab-perl/mecab-perl-0.996.ebuild

index 58c968211d739693cee4dbb7cccb129ccbe68259..adbae9099c7d36cda285a767520750a2e66d71ba 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
 
 inherit perl-module
 
@@ -17,8 +17,10 @@ IUSE=""
 DEPEND="~app-text/mecab-${PV}"
 RDEPEND="${DEPEND}"
 
+DOCS=( AUTHORS README test.pl )
+HTML_DOCS=( bindings.html )
+
 src_install() {
        perl-module_src_install
-       dohtml bindings.html
-       dodoc test.pl
+       einstalldocs
 }