From: Ming Dai Date: Mon, 18 Apr 2016 14:05:29 +0000 (+0800) Subject: dev-python/elasticsearch-py: Do not use banned EXAMPLES in EAPI 6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=107e48542855e8238d0ac75cf31d2586692bf68c;p=gentoo.git 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 --- 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 b846f6102feb..746f3ac724dd 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 ca2a9407f9ff..1e92e88dc8e1 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 }