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 B7B5A158089 for ; Sat, 16 Sep 2023 07:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07B342BC01E; Sat, 16 Sep 2023 07:50:53 +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 E05422BC01E for ; Sat, 16 Sep 2023 07:50:52 +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 D5CAA335D3C for ; Sat, 16 Sep 2023 07:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55BF811BA for ; Sat, 16 Sep 2023 07:50:50 +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: <1694850646.4251ebbaee1d3504459878a8ce89ded386311a95.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pwsh/metadata.xml virtual/pwsh/pwsh-7.3.ebuild X-VCS-Directories: virtual/pwsh/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 4251ebbaee1d3504459878a8ce89ded386311a95 X-VCS-Branch: master Date: Sat, 16 Sep 2023 07:50:50 +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: 69a3cb8f-567d-45f4-9b48-d6f14f2d841b X-Archives-Hash: 4e1bd12b4653bd1d07da243539971e97 commit: 4251ebbaee1d3504459878a8ce89ded386311a95 Author: Maciej Barć gentoo org> AuthorDate: Sat Sep 16 06:41:33 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Sep 16 07:50:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4251ebba virtual/pwsh: new package; add 7.3 Signed-off-by: Maciej Barć gentoo.org> virtual/pwsh/metadata.xml | 10 ++++++++++ virtual/pwsh/pwsh-7.3.ebuild | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/virtual/pwsh/metadata.xml b/virtual/pwsh/metadata.xml new file mode 100644 index 000000000000..7bd1002e05bd --- /dev/null +++ b/virtual/pwsh/metadata.xml @@ -0,0 +1,10 @@ + + + + + + dotnet@gentoo.org + Gentoo Dotnet Project + + + diff --git a/virtual/pwsh/pwsh-7.3.ebuild b/virtual/pwsh/pwsh-7.3.ebuild new file mode 100644 index 000000000000..83ff2f6ffd7c --- /dev/null +++ b/virtual/pwsh/pwsh-7.3.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" + +RDEPEND=" + || ( + app-shells/pwsh-bin:${SLOT} + app-shells/pwsh:${SLOT} + ) +"