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 196D71384B4 for ; Wed, 9 Dec 2015 15:26:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F7CE08D2; Wed, 9 Dec 2015 15:26:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76AFDE08D2 for ; Wed, 9 Dec 2015 15:26:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFEF3340564 for ; Wed, 9 Dec 2015 15:25:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E30DC6A for ; Wed, 9 Dec 2015 15:25:56 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449674749.e4ffc37a290783eca1736c9dc357efcf4cea3943.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bokeh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bokeh/bokeh-0.10.0.ebuild X-VCS-Directories: dev-python/bokeh/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e4ffc37a290783eca1736c9dc357efcf4cea3943 X-VCS-Branch: master Date: Wed, 9 Dec 2015 15:25:56 +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: c70d84a6-ed4e-4f32-943f-8dc8b5d0c0cc X-Archives-Hash: 5cf09d7a1ca305d2bbb31645bb598ba4 commit: e4ffc37a290783eca1736c9dc357efcf4cea3943 Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 9 15:25:49 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 9 15:25:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ffc37a dev-python/bokeh: Drop README.gentoo Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/bokeh/bokeh-0.10.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/bokeh/bokeh-0.10.0.ebuild b/dev-python/bokeh/bokeh-0.10.0.ebuild index efd512c..c70bc41 100644 --- a/dev-python/bokeh/bokeh-0.10.0.ebuild +++ b/dev-python/bokeh/bokeh-0.10.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -inherit distutils-r1 readme.gentoo +inherit distutils-r1 DESCRIPTION="Statistical and novel interactive HTML plots for Python" HOMEPAGE="http://bokeh.pydata.org/ http://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh" @@ -56,8 +56,6 @@ python_test() { } python_install_all() { - readme.gentoo_create_doc - use examples && local EXAMPLES=( examples/. ) distutils-r1_python_install_all