diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-08-21 13:25:38 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-08-21 13:26:47 -0400 |
commit | 47a5baf8a76a86056010eb21020922ad350b1665 (patch) | |
tree | a982a0dadf75c3d3e3b8459f6ad3ada1cb07fc40 /dev-util | |
parent | dev-util/coccigrep: remove old (diff) | |
download | gentoo-47a5baf8a76a86056010eb21020922ad350b1665.tar.gz gentoo-47a5baf8a76a86056010eb21020922ad350b1665.tar.bz2 gentoo-47a5baf8a76a86056010eb21020922ad350b1665.zip |
dev-util/coccigrep: update to EAPI 6
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/coccigrep/coccigrep-1.13.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/coccigrep/coccigrep-1.13.ebuild b/dev-util/coccigrep/coccigrep-1.13.ebuild index b79553ce41d0..00a59c29530e 100644 --- a/dev-util/coccigrep/coccigrep-1.13.ebuild +++ b/dev-util/coccigrep/coccigrep-1.13.ebuild @@ -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 |