From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47045139694 for ; Mon, 1 May 2017 20:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E7C9E0CF9; Mon, 1 May 2017 20:27:30 +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 2D186E0CF9 for ; Mon, 1 May 2017 20:27:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E04E3415B7 for ; Mon, 1 May 2017 20:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7236D743E for ; Mon, 1 May 2017 20:27:27 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1493670432.26b97f7c9204491aa85e3a94b064286685785c8e.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystonemiddleware/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild X-VCS-Directories: dev-python/keystonemiddleware/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 26b97f7c9204491aa85e3a94b064286685785c8e X-VCS-Branch: master Date: Mon, 1 May 2017 20:27:27 +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: f8b5628f-6953-4b73-bc49-b55dc34df39a X-Archives-Hash: 458a7fa3b311e8357a6162098ec762e6 commit: 26b97f7c9204491aa85e3a94b064286685785c8e Author: Matthew Thode gentoo org> AuthorDate: Mon May 1 20:26:46 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon May 1 20:27:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b97f7c dev-python/keystonemiddleware: removing examples (banned in eapi6) bug 616676 Package-Manager: Portage-2.3.3, Repoman-2.3.2 dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild b/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild index aee980dd87d..8d99ab92d5a 100644 --- a/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild +++ b/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" +IUSE="doc test" CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]" DEPEND=" @@ -79,6 +79,5 @@ python_test() { python_install_all() { use doc && local HTML_DOCS=( doc/build/html/. ) - use examples && local EXAMPLES=( examples/.) distutils-r1_python_install_all }