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 6A410138350 for ; Wed, 26 Feb 2020 16:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83F30E0969; Wed, 26 Feb 2020 16:48:54 +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 65A2FE0969 for ; Wed, 26 Feb 2020 16:48:54 +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 E6BD634F28B for ; Wed, 26 Feb 2020 16:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8343310B for ; Wed, 26 Feb 2020 16:48:50 +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: <1582735726.6b92b8be6ff3974d6b9378c57395072099f22bcc.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/ppp/ppp-2.4.8.ebuild X-VCS-Directories: net-dialup/ppp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6b92b8be6ff3974d6b9378c57395072099f22bcc X-VCS-Branch: master Date: Wed, 26 Feb 2020 16:48:50 +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: 8534fa72-9c6e-4194-bb9a-e39e79f37dbc X-Archives-Hash: cac9a1362bbc5d5ed0305e19f440edb0 commit: 6b92b8be6ff3974d6b9378c57395072099f22bcc Author: Lars Wendler gentoo org> AuthorDate: Wed Feb 26 16:48:30 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Feb 26 16:48:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b92b8be net-dialup/ppp: Fixed QA issues with insinto and dodoc Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> net-dialup/ppp/ppp-2.4.8.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-dialup/ppp/ppp-2.4.8.ebuild b/net-dialup/ppp/ppp-2.4.8.ebuild index 50d429aa38c..dbe8ff2eee9 100644 --- a/net-dialup/ppp/ppp-2.4.8.ebuild +++ b/net-dialup/ppp/ppp-2.4.8.ebuild @@ -175,10 +175,9 @@ src_install() { doman scripts/pon.1 # Adding misc. specialized scripts to doc dir - insinto /usr/share/doc/${PF}/scripts/chatchat - doins scripts/chatchat/* - insinto /usr/share/doc/${PF}/scripts - doins scripts/* + dodoc -r scripts + docinto scripts + dodoc -r scripts/chatchat if use gtk ; then dosbin contrib/pppgetpass/{pppgetpass.vt,pppgetpass.gtk}