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 BCD2E138334 for ; Tue, 19 Nov 2019 16:26:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4998E089C; Tue, 19 Nov 2019 16:26:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 89A7BE089C for ; Tue, 19 Nov 2019 16:26:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5D76F34D0B4 for ; Tue, 19 Nov 2019 16:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 935F7888 for ; Tue, 19 Nov 2019 16:26:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1574180793.d70b67b892c8a230301cf5981d195518cb567a7a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/scponly/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/scponly/scponly-4.8-r6.ebuild X-VCS-Directories: net-misc/scponly/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d70b67b892c8a230301cf5981d195518cb567a7a X-VCS-Branch: master Date: Tue, 19 Nov 2019 16:26:41 +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: 9109846e-9375-449f-8abe-332efef95332 X-Archives-Hash: 81f2548bc99fd8b6a5e007377b9e1a3a commit: d70b67b892c8a230301cf5981d195518cb567a7a Author: Ulrich Müller gentoo org> AuthorDate: Tue Nov 19 16:15:45 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Nov 19 16:26:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70b67b8 net-misc/scponly: Use dodoc to install documentation. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller gentoo.org> net-misc/scponly/scponly-4.8-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/scponly/scponly-4.8-r6.ebuild b/net-misc/scponly/scponly-4.8-r6.ebuild index b3068376ead..c7b2b8ba88d 100644 --- a/net-misc/scponly/scponly-4.8-r6.ebuild +++ b/net-misc/scponly/scponly-4.8-r6.ebuild @@ -73,9 +73,9 @@ src_install() { dodoc AUTHOR BUILDING-JAILS.TXT CHANGELOG CONTRIB README SECURITY TODO + ( docinto chroot; dodoc setup_chroot.sh config.h ) # don't compress setup-script, so it is usable if necessary - insinto /usr/share/doc/${PF}/chroot - doins setup_chroot.sh config.h + docompress -x /usr/share/doc/${PF}/chroot readme.gentoo_create_doc }