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 39143138334 for ; Sun, 31 Mar 2019 16:39:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1638AE08E8; Sun, 31 Mar 2019 16:39:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E2B0BE08E8 for ; Sun, 31 Mar 2019 16:39:33 +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 26DE9335D10 for ; Sun, 31 Mar 2019 16:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C36B9452 for ; Sun, 31 Mar 2019 16:39:27 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1554050341.33df91fe69fa712caf3dc7f365dbbd5a4086ba0f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ufw/ufw-0.36.ebuild X-VCS-Directories: net-firewall/ufw/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 33df91fe69fa712caf3dc7f365dbbd5a4086ba0f X-VCS-Branch: master Date: Sun, 31 Mar 2019 16:39:27 +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: 651406e1-f69d-46a7-8e2f-5f4efc2d4de4 X-Archives-Hash: da26d18e3539532dac927a982f51cf5e commit: 33df91fe69fa712caf3dc7f365dbbd5a4086ba0f Author: Patrice Clement gentoo org> AuthorDate: Sun Mar 31 16:36:36 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Mar 31 16:39:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33df91fe net-firewall/ufw: change docinto to insinto. Package-Manager: Portage-2.3.43, Repoman-2.3.9 Signed-off-by: Patrice Clement gentoo.org> net-firewall/ufw/ufw-0.36.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild index a625741775a..3afeac0ab6d 100644 --- a/net-firewall/ufw/ufw-0.36.ebuild +++ b/net-firewall/ufw/ufw-0.36.ebuild @@ -144,15 +144,15 @@ python_install_all() { doexe tests/check-requirements # users normally would want it - docinto "/usr/share/doc/${PF}/logging/syslog-ng" + insinto "/usr/share/doc/${PF}/logging/syslog-ng" doins -r "${FILESDIR}"/syslog-ng/* - docinto "/usr/share/doc/${PF}/logging/rsyslog" + insinto "/usr/share/doc/${PF}/logging/rsyslog" doins -r "${FILESDIR}"/rsyslog/* doins doc/rsyslog.example if use examples; then - docinto "/usr/share/doc/${PF}/examples" + insinto "/usr/share/doc/${PF}/examples" doins -r examples/* fi newbashcomp shell-completion/bash "${PN}"