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 9638C158020 for ; Sat, 15 Oct 2022 15:13:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93610E0931; Sat, 15 Oct 2022 15:13:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C233E0931 for ; Sat, 15 Oct 2022 15:13:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B22C9340D3C for ; Sat, 15 Oct 2022 15:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2863261E for ; Sat, 15 Oct 2022 15:13:25 +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: <1665846792.c4abbf5fd1f2475e2bf8df83f7d6aee9d6c27025.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/hdx-realtime-media-engine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild X-VCS-Directories: media-plugins/hdx-realtime-media-engine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4abbf5fd1f2475e2bf8df83f7d6aee9d6c27025 X-VCS-Branch: master Date: Sat, 15 Oct 2022 15:13:25 +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: 882e7969-1975-4b4a-af4c-854c01fbe3e2 X-Archives-Hash: 03ca83e5fce98620d66b8f536c575a50 commit: c4abbf5fd1f2475e2bf8df83f7d6aee9d6c27025 Author: Henning Schild hennsch de> AuthorDate: Mon Jul 18 07:20:30 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 15 15:13:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4abbf5f media-plugins/hdx-realtime-media-engine: switch from BROOT to ROOT To set the plugin up we run a configuration tools which is part of the package in pkg_postinst. Take the tool from ROOT and not BROOT any longer. Closes: https://bugs.gentoo.org/836074 Signed-off-by: Henning Schild hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/26196 Signed-off-by: Sam James gentoo.org> .../hdx-realtime-media-engine-2.9.400.2702.ebuild | 4 ++-- .../hdx-realtime-media-engine-2.9.500.2802.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild index 61ddaae0ea7d..471a9f9c9365 100644 --- a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild +++ b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.400.2702.ebuild @@ -88,9 +88,9 @@ src_install() { pkg_postinst() { ebegin "add info about our plugin to the module.ini of the Citrix receiver" - local inifile="${BROOT}${ICAROOT}/config/module.ini" + local inifile="${ROOT}${ICAROOT}/config/module.ini" if cp "${inifile}" . ; then - "${BROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \ + "${ROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \ && cp new_module.ini "${inifile}" fi eend $? diff --git a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild index 1ab96fc394ee..0a449dcdc2ba 100644 --- a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild +++ b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.500.2802.ebuild @@ -88,9 +88,9 @@ src_install() { pkg_postinst() { ebegin "add info about our plugin to the module.ini of the Citrix receiver" - local inifile="${BROOT}${ICAROOT}/config/module.ini" + local inifile="${ROOT}${ICAROOT}/config/module.ini" if cp "${inifile}" . ; then - "${BROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \ + "${ROOT}${ICAROOT}"/rtme/RTMEconfig -install -ignoremm \ && cp new_module.ini "${inifile}" fi eend $?