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 5CEF6138350 for ; Sun, 5 Apr 2020 09:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7350AE09CC; Sun, 5 Apr 2020 09:43:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5997AE09CC for ; Sun, 5 Apr 2020 09:43:44 +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 2A42B34EF32 for ; Sun, 5 Apr 2020 09:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 933CE1AC for ; Sun, 5 Apr 2020 09:43:41 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1586079813.e7884216021e4a95a3ac2148fb6f4aa7273a4f62.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ruby/ruby-2.4.10.ebuild dev-lang/ruby/ruby-2.5.8.ebuild dev-lang/ruby/ruby-2.6.6.ebuild X-VCS-Directories: dev-lang/ruby/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e7884216021e4a95a3ac2148fb6f4aa7273a4f62 X-VCS-Branch: master Date: Sun, 5 Apr 2020 09:43:41 +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: f8baf90e-ab65-4443-a8ab-86e3cebdaced X-Archives-Hash: d3d90fdd450a4883851b54bc3136addf commit: e7884216021e4a95a3ac2148fb6f4aa7273a4f62 Author: Hans de Graaff gentoo org> AuthorDate: Sun Apr 5 09:40:06 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Apr 5 09:43:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7884216 dev-lang/ruby: fix deprecated insinto Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Hans de Graaff gentoo.org> dev-lang/ruby/ruby-2.4.10.ebuild | 3 +-- dev-lang/ruby/ruby-2.5.8.ebuild | 3 +-- dev-lang/ruby/ruby-2.6.6.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-lang/ruby/ruby-2.4.10.ebuild b/dev-lang/ruby/ruby-2.4.10.ebuild index 6390f061d4c..c9c2530eda5 100644 --- a/dev-lang/ruby/ruby-2.4.10.ebuild +++ b/dev-lang/ruby/ruby-2.4.10.ebuild @@ -198,8 +198,7 @@ src_install() { fi if use examples; then - insinto /usr/share/doc/${PF} - doins -r sample + dodoc -r sample fi dodoc ChangeLog NEWS doc/NEWS* README* diff --git a/dev-lang/ruby/ruby-2.5.8.ebuild b/dev-lang/ruby/ruby-2.5.8.ebuild index 6b82c1bbd99..a9c646d7638 100644 --- a/dev-lang/ruby/ruby-2.5.8.ebuild +++ b/dev-lang/ruby/ruby-2.5.8.ebuild @@ -193,8 +193,7 @@ src_install() { fi if use examples; then - insinto /usr/share/doc/${PF} - doins -r sample + dodoc -r sample fi dodoc ChangeLog NEWS doc/NEWS* README* diff --git a/dev-lang/ruby/ruby-2.6.6.ebuild b/dev-lang/ruby/ruby-2.6.6.ebuild index d8c52f1d99a..964dc3f416e 100644 --- a/dev-lang/ruby/ruby-2.6.6.ebuild +++ b/dev-lang/ruby/ruby-2.6.6.ebuild @@ -205,8 +205,7 @@ src_install() { fi if use examples; then - insinto /usr/share/doc/${PF} - doins -r sample + dodoc -r sample fi dodoc ChangeLog NEWS doc/NEWS* README*