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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E443815811D for ; Sun, 2 Jul 2023 22:39:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C045E0877; Sun, 2 Jul 2023 22:39:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3D23E0877 for ; Sun, 2 Jul 2023 22:39:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4E71340D73 for ; Sun, 2 Jul 2023 22:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F7C151F for ; Sun, 2 Jul 2023 22:39:22 +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: <1688337176.cd59e8c8dc76f8021aebaa6d7b776c5858358eab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtiofsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtiofsd/virtiofsd-1.5.1-r1.ebuild app-emulation/virtiofsd/virtiofsd-1.5.1.ebuild app-emulation/virtiofsd/virtiofsd-9999.ebuild X-VCS-Directories: app-emulation/virtiofsd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd59e8c8dc76f8021aebaa6d7b776c5858358eab X-VCS-Branch: master Date: Sun, 2 Jul 2023 22:39:22 +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: 8be80ada-e625-4e1a-9427-f1444c7a27b0 X-Archives-Hash: 39527bbbfcd0696c2ed2fa412536ac63 commit: cd59e8c8dc76f8021aebaa6d7b776c5858358eab Author: Michal Privoznik gmail com> AuthorDate: Thu Jun 29 14:37:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 2 22:32:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd59e8c8 app-emulation/virtiofsd: Install 50-qemu-virtiofsd.json With the old virtiofsd provided by app-emulation/qemu the corresponding JSON file descriptor is installed by QEMU. But with this new rust version, we have to install it ourselves in order for libvirt to pick it up. To avoid conflicts with the file installed by app-emulation/qemu we can install it under a different name. And because smaller number means higher priority let's go with "40-qemu-virtiofsd.json" so that users with gmail.com> Signed-off-by: Sam James gentoo.org> .../{virtiofsd-1.5.1.ebuild => virtiofsd-1.5.1-r1.ebuild} | 12 ++++++++++++ app-emulation/virtiofsd/virtiofsd-9999.ebuild | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/app-emulation/virtiofsd/virtiofsd-1.5.1.ebuild b/app-emulation/virtiofsd/virtiofsd-1.5.1-r1.ebuild similarity index 84% rename from app-emulation/virtiofsd/virtiofsd-1.5.1.ebuild rename to app-emulation/virtiofsd/virtiofsd-1.5.1-r1.ebuild index 3352892e3b9a..a609ac7791fa 100644 --- a/app-emulation/virtiofsd/virtiofsd-1.5.1.ebuild +++ b/app-emulation/virtiofsd/virtiofsd-1.5.1-r1.ebuild @@ -124,3 +124,15 @@ src_unpack() { cargo_src_unpack fi } + +src_install() { + cargo_src_install + + # Install 50-qemu-virtiofsd.json but to avoid conflicts with + #