Skip to content

Commit

Permalink
dev-util/coccigrep: update to EAPI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Aug 21, 2016
1 parent 6e43a0d commit 47a5baf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dev-util/coccigrep/coccigrep-1.13.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 47a5baf

Please sign in to comment.