Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/coccigrep/
Date: Sun, 21 Aug 2016 17:27:03
Message-Id: 1471800407.47a5baf8a76a86056010eb21020922ad350b1665.radhermit@gentoo
1 commit: 47a5baf8a76a86056010eb21020922ad350b1665
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 21 17:25:38 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 21 17:26:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a5baf8
7
8 dev-util/coccigrep: update to EAPI 6
9
10 dev-util/coccigrep/coccigrep-1.13.ebuild | 7 +++----
11 1 file changed, 3 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-util/coccigrep/coccigrep-1.13.ebuild b/dev-util/coccigrep/coccigrep-1.13.ebuild
14 index b79553c..00a59c2 100644
15 --- a/dev-util/coccigrep/coccigrep-1.13.ebuild
16 +++ b/dev-util/coccigrep/coccigrep-1.13.ebuild
17 @@ -1,8 +1,8 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25 PYTHON_COMPAT=( python2_7 )
26
27 inherit distutils-r1 elisp-common
28 @@ -33,12 +33,11 @@ python_compile_all() {
29 }
30
31 python_install_all() {
32 + use doc && local HTML_DOCS="doc/_build/html/."
33 distutils-r1_python_install_all
34
35 doman ${PN}.1
36
37 - use doc && dohtml -r doc/_build/html/*
38 -
39 if use emacs ; then
40 elisp-install ${PN} editors/*.{el,elc} || die
41 elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die