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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DAD015807B for ; Tue, 29 Oct 2024 23:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F5DAE087A; Tue, 29 Oct 2024 23:22:27 +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 138CAE087A for ; Tue, 29 Oct 2024 23:22: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE929342FDE for ; Tue, 29 Oct 2024 23:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC3D8197F for ; Tue, 29 Oct 2024 23:22:21 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1730244137.7f45ece5c0265d8d13071a9a1445f5c933c9f0ae.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/pwsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/pwsh/pwsh-7.4.1-r2.ebuild app-shells/pwsh/pwsh-7.4.5-r2.ebuild app-shells/pwsh/pwsh-7.4.6.ebuild X-VCS-Directories: app-shells/pwsh/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 7f45ece5c0265d8d13071a9a1445f5c933c9f0ae X-VCS-Branch: master Date: Tue, 29 Oct 2024 23:22:21 +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: e985cdb0-cf96-4f9b-ae10-dffc87b10cd0 X-Archives-Hash: 69a77d7cf869acdec60b8b0878e1ba7f commit: 7f45ece5c0265d8d13071a9a1445f5c933c9f0ae Author: Maciej Barć gentoo org> AuthorDate: Tue Oct 29 22:20:48 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Oct 29 23:22:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f45ece5 app-shells/pwsh: use new efsi eclass function Signed-off-by: Maciej Barć gentoo.org> app-shells/pwsh/pwsh-7.4.1-r2.ebuild | 2 +- app-shells/pwsh/pwsh-7.4.5-r2.ebuild | 2 +- app-shells/pwsh/pwsh-7.4.6.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-shells/pwsh/pwsh-7.4.1-r2.ebuild b/app-shells/pwsh/pwsh-7.4.1-r2.ebuild index 029b12e0dff1..2bffc9480357 100644 --- a/app-shells/pwsh/pwsh-7.4.1-r2.ebuild +++ b/app-shells/pwsh/pwsh-7.4.1-r2.ebuild @@ -359,7 +359,7 @@ src_prepare() { src_compile() { einfo 'Copying DLL files for the missing "ref" directory' - edotnet fsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref" + efsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref" dotnet-pkg_src_compile } diff --git a/app-shells/pwsh/pwsh-7.4.5-r2.ebuild b/app-shells/pwsh/pwsh-7.4.5-r2.ebuild index 4f2443ed89d9..98367b55ff50 100644 --- a/app-shells/pwsh/pwsh-7.4.5-r2.ebuild +++ b/app-shells/pwsh/pwsh-7.4.5-r2.ebuild @@ -365,7 +365,7 @@ src_prepare() { src_compile() { einfo 'Copying DLL files for the missing "ref" directory' - edotnet fsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref" + efsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref" dotnet-pkg_src_compile } diff --git a/app-shells/pwsh/pwsh-7.4.6.ebuild b/app-shells/pwsh/pwsh-7.4.6.ebuild index 226021a28731..d171caf055f6 100644 --- a/app-shells/pwsh/pwsh-7.4.6.ebuild +++ b/app-shells/pwsh/pwsh-7.4.6.ebuild @@ -351,7 +351,7 @@ src_prepare() { src_compile() { einfo 'Copying DLL files for the missing "ref" directory' - edotnet fsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref" + efsi "${FILESDIR}/pwsh-7.3.3-copy-ref.fsx" "${WORKDIR}/${P}_ref" dotnet-pkg_src_compile }