dev-util/coccigrep: update to EAPI 6
authorTim Harder <radhermit@gentoo.org>
Sun, 21 Aug 2016 17:25:38 +0000 (13:25 -0400)
committerTim Harder <radhermit@gentoo.org>
Sun, 21 Aug 2016 17:26:47 +0000 (13:26 -0400)
dev-util/coccigrep/coccigrep-1.13.ebuild

index b79553ce41d032c9b03bcf0644e3f49926afb481..00a59c29530ef04a31f573e8287abef25e3bd9b9 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 elisp-common
@@ -33,12 +33,11 @@ python_compile_all() {
 }
 
 python_install_all() {
+       use doc && local HTML_DOCS="doc/_build/html/."
        distutils-r1_python_install_all
 
        doman ${PN}.1
 
-       use doc && dohtml -r doc/_build/html/*
-
        if use emacs ; then
                elisp-install ${PN} editors/*.{el,elc} || die
                elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die