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 764BC138350 for ; Sun, 9 Feb 2020 19:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA1BAE077A; Sun, 9 Feb 2020 19:40:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C18DE077A for ; Sun, 9 Feb 2020 19:40:22 +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 45C0534E8F3 for ; Sun, 9 Feb 2020 19:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB9D998 for ; Sun, 9 Feb 2020 19:40:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581277211.40896339037bf291eee2896540a6158937c4fbba.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rootpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rootpy/rootpy-1.0.1-r1.ebuild X-VCS-Directories: dev-python/rootpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 40896339037bf291eee2896540a6158937c4fbba X-VCS-Branch: master Date: Sun, 9 Feb 2020 19:40:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f49b3e5-5f55-464f-9739-14855c8ba309 X-Archives-Hash: b9239c279d04d1596901a8d863c4b2b8 commit: 40896339037bf291eee2896540a6158937c4fbba Author: Michał Górny gentoo org> AuthorDate: Sun Feb 9 19:26:02 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 19:40:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40896339 dev-python/rootpy: Use dodoc Signed-off-by: Michał Górny gentoo.org> dev-python/rootpy/rootpy-1.0.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/rootpy/rootpy-1.0.1-r1.ebuild b/dev-python/rootpy/rootpy-1.0.1-r1.ebuild index f1b3bbd7379..6b13cc9333d 100644 --- a/dev-python/rootpy/rootpy-1.0.1-r1.ebuild +++ b/dev-python/rootpy/rootpy-1.0.1-r1.ebuild @@ -46,7 +46,6 @@ python_test() { python_install_all() { distutils-r1_python_install_all if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples + dodoc -r examples fi }