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 C2718138334 for ; Fri, 1 Jun 2018 14:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1A45E0858; Fri, 1 Jun 2018 14:05:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 99ABDE0858 for ; Fri, 1 Jun 2018 14:05:31 +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 02FFB335C60 for ; Fri, 1 Jun 2018 14:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1FD2C0 for ; Fri, 1 Jun 2018 14:05:27 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527861916.a53cda5bbc27a242101047f27ac1fc86216720ca.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pedro/pedro-1.6.ebuild X-VCS-Directories: net-misc/pedro/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a53cda5bbc27a242101047f27ac1fc86216720ca X-VCS-Branch: master Date: Fri, 1 Jun 2018 14:05: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-Archives-Salt: f4f36307-d6fb-4063-b4c6-5ff0a5852e83 X-Archives-Hash: 2e19d433d063fc23ffe93c2bb90d59f1 commit: a53cda5bbc27a242101047f27ac1fc86216720ca Author: Aaron Bauman gentoo org> AuthorDate: Fri Jun 1 13:59:47 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jun 1 14:05:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53cda5b net-misc/pedro: insinto -> docinto; doins -> dodoc Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/pedro/pedro-1.6.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/pedro/pedro-1.6.ebuild b/net-misc/pedro/pedro-1.6.ebuild index a3983f5619e..428ab0412b8 100644 --- a/net-misc/pedro/pedro-1.6.ebuild +++ b/net-misc/pedro/pedro-1.6.ebuild @@ -28,13 +28,13 @@ src_install() { fi if use examples ; then - insinto /usr/share/doc/${PF}/examples - doins src/examples/*.{c,tcl} + docinto /usr/share/doc/${PF}/examples + dodoc src/examples/*.{c,tcl} - insinto /usr/share/doc/${PF}/examples/java_api - doins src/java_api/*.java + docinto /usr/share/doc/${PF}/examples/java_api + dodoc src/java_api/*.java - insinto /usr/share/doc/${PF}/examples/python_api - doins src/python_api/*.py + docinto /usr/share/doc/${PF}/examples/python_api + dodoc src/python_api/*.py fi }