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 71863138359 for ; Sat, 17 Oct 2020 20:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72EF9E0964; Sat, 17 Oct 2020 20:59:40 +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 5C5ADE0964 for ; Sat, 17 Oct 2020 20:59:40 +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 00FC4340FBB for ; Sat, 17 Oct 2020 20:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 691853A8 for ; Sat, 17 Oct 2020 20:59:37 +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: <1602968371.a4b0c2184cde9f7b9f199adbef83d5851a6c1cde.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.3.3.ebuild X-VCS-Directories: dev-ml/pcre-ocaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4b0c2184cde9f7b9f199adbef83d5851a6c1cde X-VCS-Branch: master Date: Sat, 17 Oct 2020 20:59:37 +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: d1a22216-d009-4d8a-9c2b-4f04a91b3bbd X-Archives-Hash: bb83ef080f02c4a51111d87c1a281438 commit: a4b0c2184cde9f7b9f199adbef83d5851a6c1cde Author: Sam James gentoo org> AuthorDate: Sat Oct 17 20:57:45 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 17 20:59:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b0c218 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.3.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.3.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.3.3.ebuild index 47033ef2b05..d905057c752 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.3.3.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,7 +35,6 @@ src_install() { opam_src_install pcre if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples + dodoc -r examples fi }