From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 164AC59CB3 for ; Mon, 18 Apr 2016 16:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DA0C21C01E; Mon, 18 Apr 2016 16:16:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88D5421C01E for ; Mon, 18 Apr 2016 16:16:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6831F340B07 for ; Mon, 18 Apr 2016 16:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBAD31897 for ; Mon, 18 Apr 2016 16:16:04 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1460996151.107e48542855e8238d0ac75cf31d2586692bf68c.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/elasticsearch-py/elasticsearch-py-2.2.0.ebuild dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild X-VCS-Directories: dev-python/elasticsearch-py/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 107e48542855e8238d0ac75cf31d2586692bf68c X-VCS-Branch: master Date: Mon, 18 Apr 2016 16:16:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4052faf9-8c88-4b22-a306-c182ee42671e X-Archives-Hash: 1eaf37a85a82b981af000a539dc91880 commit: 107e48542855e8238d0ac75cf31d2586692bf68c Author: Ming Dai gmail com> AuthorDate: Mon Apr 18 14:05:29 2016 +0000 Commit: Ian Delaney gentoo 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 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 }