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 A96FC138359 for ; Tue, 8 Sep 2020 05:48:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1CFE0841; Tue, 8 Sep 2020 05:48:29 +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 6BD0AE0841 for ; Tue, 8 Sep 2020 05:48:29 +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 D2346340E5B for ; Tue, 8 Sep 2020 05:48:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9B1C355 for ; Tue, 8 Sep 2020 05:48:24 +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: <1599544097.4652a89a9282d04a43d0f30ac51db98e797f1194.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/treetop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/treetop/treetop-1.6.11.ebuild X-VCS-Directories: dev-ruby/treetop/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4652a89a9282d04a43d0f30ac51db98e797f1194 X-VCS-Branch: master Date: Tue, 8 Sep 2020 05:48:24 +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: 65200be4-37f1-4549-bf83-c551b6295669 X-Archives-Hash: 37497f84709334a6417e378e15f1dfdc commit: 4652a89a9282d04a43d0f30ac51db98e797f1194 Author: Hans de Graaff gentoo org> AuthorDate: Tue Sep 8 05:15:53 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Sep 8 05:48:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4652a89a dev-ruby/treetop: remove unneeded insinto Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/treetop/treetop-1.6.11.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-ruby/treetop/treetop-1.6.11.ebuild b/dev-ruby/treetop/treetop-1.6.11.ebuild index 37d2b01de54..f07ad2d31c0 100644 --- a/dev-ruby/treetop/treetop-1.6.11.ebuild +++ b/dev-ruby/treetop/treetop-1.6.11.ebuild @@ -33,6 +33,5 @@ all_ruby_prepare() { all_ruby_install() { all_fakegem_install - insinto /usr/share/doc/${PF}/examples dodoc -r examples }