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 C118413835A for ; Fri, 28 May 2021 21:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16331E0863; Fri, 28 May 2021 21:48:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F2916E0863 for ; Fri, 28 May 2021 21:48:38 +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 2C49B340EB2 for ; Fri, 28 May 2021 21:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD8F079C for ; Fri, 28 May 2021 21:48:34 +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: <1622238489.8dc70f74f21955f8c5a183c6ae03cc7dc00eb6a8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild X-VCS-Directories: dev-python/sphinxcontrib-newsfeed/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8dc70f74f21955f8c5a183c6ae03cc7dc00eb6a8 X-VCS-Branch: master Date: Fri, 28 May 2021 21:48:34 +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: 54cef1ae-1c9c-4ff1-83ce-c3ade6464454 X-Archives-Hash: 5d278bcfde04141c17231af97f167e72 commit: 8dc70f74f21955f8c5a183c6ae03cc7dc00eb6a8 Author: Zamarin Arthur gmail com> AuthorDate: Fri May 28 15:59:19 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 28 21:48:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc70f74 dev-python/sphinxcontrib-newsfeed: fix insinto warning Signed-off-by: Zamarin Arthur gmail.com> Signed-off-by: Michał Górny gentoo.org> dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild index a69ff7fa08b..de97fa45983 100644 --- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild +++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild @@ -23,8 +23,8 @@ python_install_all() { distutils-r1_python_install_all find "${ED}" -name '*.pth' -delete || die if use examples; then - insinto /usr/share/doc/${PF}/examples - doins -r demo/. + docinto examples + dodoc -r demo/. docompress -x /usr/share/doc/${PF}/examples fi }