commit: 107e48542855e8238d0ac75cf31d2586692bf68c Author: Ming Dai <radaiming <AT> gmail <DOT> com> AuthorDate: Mon Apr 18 14:05:29 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Mon Apr 18 16:15:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107e4854
dev-python/elasticsearch-py: Do not use banned EXAMPLES in EAPI 6 Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1299 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org> dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild | 2 +- dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild index b846f61..746f3ac 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild @@ -80,7 +80,7 @@ python_compile_all() { python_install_all() { use doc && HTML_DOCS=( docs/_build/html/. ) - use examples && local EXAMPLES=( example/. ) + use examples && dodoc -r example doman docs/_build/man/* distutils-r1_python_install_all } diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild index ca2a940..1e92e88 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild @@ -84,7 +84,7 @@ python_compile_all() { python_install_all() { use doc && HTML_DOCS=( docs/_build/html/. ) - use examples && local EXAMPLES=( example/. ) + use examples && dodoc -r example doman docs/_build/man/* distutils-r1_python_install_all }
