From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id A278F1582EF for ; Tue, 18 Feb 2025 14:01:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 83A8E343188 for ; Tue, 18 Feb 2025 14:01:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 011DA110476; Tue, 18 Feb 2025 14:01:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id EDAFE110475 for ; Tue, 18 Feb 2025 14:01:17 +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 9F5DB343188 for ; Tue, 18 Feb 2025 14:01:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C55EF2741 for ; Tue, 18 Feb 2025 14:01:14 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1739811450.f6a48df9da559c55fca79f755fee6536050d728a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/wivrn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/wivrn/wivrn-0.23.2-r1.ebuild media-libs/wivrn/wivrn-9999.ebuild X-VCS-Directories: media-libs/wivrn/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f6a48df9da559c55fca79f755fee6536050d728a X-VCS-Branch: master Date: Tue, 18 Feb 2025 14:01:14 +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: 45913857-9d72-49fb-a127-a5d9c8d722b6 X-Archives-Hash: 040596fdf765d3589b2d8385ee71f3c7 commit: f6a48df9da559c55fca79f755fee6536050d728a Author: Patrick Nicolas laposte net> AuthorDate: Mon Feb 17 16:56:56 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon Feb 17 16:57:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6a48df9 media-libs/wivrn: remove active_runtime symlink Signed-off-by: Patrick Nicolas laposte.net> media-libs/wivrn/wivrn-0.23.2-r1.ebuild | 6 ------ media-libs/wivrn/wivrn-9999.ebuild | 6 ------ 2 files changed, 12 deletions(-) diff --git a/media-libs/wivrn/wivrn-0.23.2-r1.ebuild b/media-libs/wivrn/wivrn-0.23.2-r1.ebuild index 55035d654..a8d6c23e5 100644 --- a/media-libs/wivrn/wivrn-0.23.2-r1.ebuild +++ b/media-libs/wivrn/wivrn-0.23.2-r1.ebuild @@ -137,12 +137,6 @@ src_configure() { cmake_src_configure } -src_install() { - cmake_src_install - - dosym -r /usr/share/openxr/1/openxr_wivrn.json /etc/openxr/1/active_runtime.json -} - pkg_postinst() { fcaps cap_sys_nice bin/wivrn-server diff --git a/media-libs/wivrn/wivrn-9999.ebuild b/media-libs/wivrn/wivrn-9999.ebuild index 55035d654..a8d6c23e5 100644 --- a/media-libs/wivrn/wivrn-9999.ebuild +++ b/media-libs/wivrn/wivrn-9999.ebuild @@ -137,12 +137,6 @@ src_configure() { cmake_src_configure } -src_install() { - cmake_src_install - - dosym -r /usr/share/openxr/1/openxr_wivrn.json /etc/openxr/1/active_runtime.json -} - pkg_postinst() { fcaps cap_sys_nice bin/wivrn-server