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 571551580D3 for ; Sun, 26 Nov 2023 02:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35A242BC018; Sun, 26 Nov 2023 02:56:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 139D62BC018 for ; Sun, 26 Nov 2023 02:56:43 +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 EB9273406C2 for ; Sun, 26 Nov 2023 02:56:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F3971298 for ; Sun, 26 Nov 2023 02:56:40 +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: <1700967283.6cc1c1f4995e7187eb68fb0bb3aaeb65c2a25782.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pwsh/pwsh-7.4.ebuild X-VCS-Directories: virtual/pwsh/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 6cc1c1f4995e7187eb68fb0bb3aaeb65c2a25782 X-VCS-Branch: master Date: Sun, 26 Nov 2023 02:56:40 +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: 9383d072-00bb-470a-99a6-50170e4600d8 X-Archives-Hash: b57e4670e8b929ab1751e70ad70a02a9 commit: 6cc1c1f4995e7187eb68fb0bb3aaeb65c2a25782 Author: Maciej Barć gentoo org> AuthorDate: Sun Nov 26 02:54:43 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Nov 26 02:54:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc1c1f4 virtual/pwsh: bump to 7.4 Signed-off-by: Maciej Barć gentoo.org> virtual/pwsh/pwsh-7.4.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtual/pwsh/pwsh-7.4.ebuild b/virtual/pwsh/pwsh-7.4.ebuild new file mode 100644 index 000000000000..f2011e485aef --- /dev/null +++ b/virtual/pwsh/pwsh-7.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for PowerShell" + +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64" + +RDEPEND=" + || ( + app-shells/pwsh-bin:${SLOT} + app-shells/pwsh:${SLOT} + ) +"