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 70866138359 for ; Thu, 22 Oct 2020 07:18:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E2AAE08D3; Thu, 22 Oct 2020 07:18:22 +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 814DEE08D3 for ; Thu, 22 Oct 2020 07:18:22 +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 8D25D340E06 for ; Thu, 22 Oct 2020 07:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32E9733A for ; Thu, 22 Oct 2020 07:18:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1603351088.932a63e6b621c301f6f6ed1326db18b443519c60.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild X-VCS-Directories: dev-ml/pcre-ocaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 932a63e6b621c301f6f6ed1326db18b443519c60 X-VCS-Branch: master Date: Thu, 22 Oct 2020 07:18:20 +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: 0bee63b0-738d-4390-939e-5dc952ff23d3 X-Archives-Hash: 7065e7d65932af022421f755b4f3dab5 commit: 932a63e6b621c301f6f6ed1326db18b443519c60 Author: Sam James gentoo org> AuthorDate: Wed Oct 21 04:36:45 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 22 07:18:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932a63e6 dev-ml/pcre-ocaml: fix DeprecatedInsinto Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild index a35bab372f2..eb845aa29a3 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.3.ebuild @@ -24,7 +24,7 @@ DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" ) src_install() { oasis_src_install if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples + docinto examples + dodoc -r examples fi }