projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0cb8c
)
dev-python/pylint: Don't use EXAMPLES in EAPI-6 ebuilds.
author
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 6 Feb 2017 07:43:15 +0000
(08:43 +0100)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 6 Feb 2017 07:43:15 +0000
(08:43 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/pylint/pylint-1.6.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pylint/pylint-1.6.5.ebuild
b/dev-python/pylint/pylint-1.6.5.ebuild
index c3a3e05d23dbaedf2a36c54f2fb48ea134ec7c20..6ec5a01f09c8f68f1d88825f7f8edb1185c287e0 100644
(file)
--- a/
dev-python/pylint/pylint-1.6.5.ebuild
+++ b/
dev-python/pylint/pylint-1.6.5.ebuild
@@
-50,7
+50,10
@@
python_test() {
python_install_all() {
doman man/{pylint,pyreverse}.1
- use examples && local EXAMPLES=( examples/. )
+ if use examples ; then
+ docinto examples
+ dodoc -r examples/.
+ fi
use doc && local HTML_DOCS=( doc/_build/singlehtml/. )
distutils-r1_python_install_all
}