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 2FC54138334 for ; Tue, 19 Mar 2019 19:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3664AE0894; Tue, 19 Mar 2019 19:13:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 09B99E0894 for ; Tue, 19 Mar 2019 19:13:06 +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 65D40335C29 for ; Tue, 19 Mar 2019 19:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71169503 for ; Tue, 19 Mar 2019 19:13:03 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1553022779.5e68f340e8d839bda30f7b393dd291dd23a4fa93.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 5e68f340e8d839bda30f7b393dd291dd23a4fa93 X-VCS-Branch: master Date: Tue, 19 Mar 2019 19:13:03 +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: 5fb010fc-a1da-4547-bc63-cabb20ece924 X-Archives-Hash: 14f92818179492e18c5dc6053aa243d0 commit: 5e68f340e8d839bda30f7b393dd291dd23a4fa93 Author: Rick Farina gentoo org> AuthorDate: Tue Mar 19 19:12:45 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Mar 19 19:12:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e68f340 net-analyzer/wireshark: remove unneeded doc move commit bc481a7ab018cd324733406e91bdf80168efc1d1 properly fixed the doc location but didn't remove the hack which was putting docs in the right place. remove the unneeded hack to prevent install failure mv: cannot stat '/var/tmp/portage/net-analyzer/wireshark-3.0.0-r1/image//usr/share/doc/wireshark/*': No such file or directory Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Rick Farina gentoo.org> net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild b/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild index 70196da6e9f..f755315a7d8 100644 --- a/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.0-r1.ebuild @@ -217,9 +217,6 @@ src_install() { fi prune_libtool_files - - mv "${D}"/usr/share/doc/${PN}/* "${D}"/usr/share/doc/${PF}/ || die - rmdir "${D}"/usr/share/doc/${PN} || die } pkg_postinst() {