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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98A7D15808B for ; Sun, 13 Feb 2022 21:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 133B9E091A; Sun, 13 Feb 2022 21:08:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7B7FE091C for ; Sun, 13 Feb 2022 21:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73F22343378 for ; Sun, 13 Feb 2022 21:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4BFE2F9 for ; Sun, 13 Feb 2022 21:08:29 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1644786456.c5e8de4798a4bc2ee564a31c204d7ee31ed52607.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cachefilesd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild X-VCS-Directories: sys-fs/cachefilesd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c5e8de4798a4bc2ee564a31c204d7ee31ed52607 X-VCS-Branch: master Date: Sun, 13 Feb 2022 21:08:29 +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: 9e715455-764d-41e4-8df7-e086f5176b0f X-Archives-Hash: 0627ea2ec31c5ebcb0778f627aa94774 commit: c5e8de4798a4bc2ee564a31c204d7ee31ed52607 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Feb 13 00:21:35 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Feb 13 21:07:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e8de47 sys-fs/cachefilesd: fix DeprecatedInsinto Signed-off-by: Conrad Kostecki gentoo.org> sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild | 6 +++--- sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild index 7b7c61767c29..94bbc2597dd0 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,8 +35,8 @@ src_install() { default if use selinux; then - insinto /usr/share/doc/${P} - doins -r selinux + dodoc -r selinux + docompress -x /usr/share/doc/${PF}/selinux fi dodoc howto.txt diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild index 849ad870b21d..3d5bb6f16587 100644 --- a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild +++ b/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,8 +32,8 @@ src_install() { default if use selinux; then - insinto /usr/share/doc/${P} - doins -r selinux + dodoc -r selinux + docompress -x /usr/share/doc/${PF}/selinux fi dodoc howto.txt