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 024B9138359 for ; Fri, 31 Jul 2020 22:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA81E0949; Fri, 31 Jul 2020 22:51:44 +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 1144CE0949 for ; Fri, 31 Jul 2020 22:51:44 +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 60E2534F2CB for ; Fri, 31 Jul 2020 22:51:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CB55275 for ; Fri, 31 Jul 2020 22:51:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1596235896.2dc29d2c7f780c2bcf10d234fe070ad6ce68d491.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/polkit/polkit-0.115-r4.ebuild sys-auth/polkit/polkit-0.116-r1.ebuild sys-auth/polkit/polkit-0.117.ebuild X-VCS-Directories: sys-auth/polkit/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2dc29d2c7f780c2bcf10d234fe070ad6ce68d491 X-VCS-Branch: master Date: Fri, 31 Jul 2020 22:51:39 +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: cad6070f-2ef3-4d2f-b46d-999df73a96d0 X-Archives-Hash: 9cad56b8051508bd80fece2d0ab602c9 commit: 2dc29d2c7f780c2bcf10d234fe070ad6ce68d491 Author: Lars Wendler gentoo org> AuthorDate: Fri Jul 31 22:51:00 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jul 31 22:51:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc29d2c sys-auth/polkit: QA: insinto/doins -> docinto/dodoc (where appropriate) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> sys-auth/polkit/polkit-0.115-r4.ebuild | 4 ++-- sys-auth/polkit/polkit-0.116-r1.ebuild | 4 ++-- sys-auth/polkit/polkit-0.117.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-auth/polkit/polkit-0.115-r4.ebuild b/sys-auth/polkit/polkit-0.115-r4.ebuild index b55906b724d..675bff79710 100644 --- a/sys-auth/polkit/polkit-0.115-r4.ebuild +++ b/sys-auth/polkit/polkit-0.115-r4.ebuild @@ -131,8 +131,8 @@ src_install() { keepdir /var/lib/polkit-1 if use examples; then - insinto /usr/share/doc/${PF}/examples - doins src/examples/{*.c,*.policy*} + docinto examples + dodoc src/examples/{*.c,*.policy*} fi find "${ED}" -name '*.la' -delete || die diff --git a/sys-auth/polkit/polkit-0.116-r1.ebuild b/sys-auth/polkit/polkit-0.116-r1.ebuild index 313fda9c158..0dd63c22b5a 100644 --- a/sys-auth/polkit/polkit-0.116-r1.ebuild +++ b/sys-auth/polkit/polkit-0.116-r1.ebuild @@ -116,8 +116,8 @@ src_install() { default if use examples; then - insinto /usr/share/doc/${PF}/examples - doins src/examples/{*.c,*.policy*} + docinto examples + dodoc src/examples/{*.c,*.policy*} fi diropts -m 0700 -o polkitd diff --git a/sys-auth/polkit/polkit-0.117.ebuild b/sys-auth/polkit/polkit-0.117.ebuild index 0ffdf57ace0..550786e5534 100644 --- a/sys-auth/polkit/polkit-0.117.ebuild +++ b/sys-auth/polkit/polkit-0.117.ebuild @@ -116,8 +116,8 @@ src_install() { default if use examples; then - insinto /usr/share/doc/${PF}/examples - doins src/examples/{*.c,*.policy*} + docinto examples + dodoc src/examples/{*.c,*.policy*} fi diropts -m 0700 -o polkitd