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 29EA913835A for ; Thu, 11 Feb 2021 18:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CA56E0D39; Thu, 11 Feb 2021 18:02:19 +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 44A32E0D3C for ; Thu, 11 Feb 2021 18:02:19 +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 CCBE2340BE0 for ; Thu, 11 Feb 2021 18:02:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5934E4DB for ; Thu, 11 Feb 2021 18:02:13 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1613066488.48b307ab8e44c543dca36563f5724d055d8ee365.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-7.0.0-r1.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 48b307ab8e44c543dca36563f5724d055d8ee365 X-VCS-Branch: master Date: Thu, 11 Feb 2021 18:02:13 +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: c8f69756-5ce9-4af2-865e-56093a1f84de X-Archives-Hash: e53b367d1b7f559680c3066e38f76e4b commit: 48b307ab8e44c543dca36563f5724d055d8ee365 Author: Matthias Maier gentoo org> AuthorDate: Thu Feb 11 17:38:32 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Feb 11 18:01:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b307ab app-emulation/libvirt: fix doc path Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Matthias Maier gentoo.org> app-emulation/libvirt/libvirt-7.0.0-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-emulation/libvirt/libvirt-7.0.0-r1.ebuild b/app-emulation/libvirt/libvirt-7.0.0-r1.ebuild index a1cb740eced..628e451d28d 100644 --- a/app-emulation/libvirt/libvirt-7.0.0-r1.ebuild +++ b/app-emulation/libvirt/libvirt-7.0.0-r1.ebuild @@ -295,6 +295,12 @@ src_install() { rm -rf "${D}"/var || die rm -rf "${D}"/run || die + # Fix up doc paths for revisions + if [ $PV != $PVR ]; then + mv "${D}"/usr/share/doc/${PN}-${PV}/* "${D}"/usr/share/doc/${PF} || die + rmdir "${D}"/usr/share/doc/${PN}-${PV} || die + fi + newbashcomp "${S}/tools/bash-completion/vsh" virsh bashcomp_alias virsh virt-admin