commit: 3e455da8e4875793247ddbf271f7c5ff5a514c6f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 14:05:26 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 14:05:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e455da8
dev-perl/mecab-perl: update to EAPI 6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/mecab-perl/mecab-perl-0.996.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
b/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
index 58c968211d7..adbae9099c7 100644
--- a/dev-perl/mecab-perl/mecab-perl-0.996.ebuild
+++ b/dev-perl/mecab-perl/mecab-perl-0.996.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"
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
}