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 D789515838C for ; Tue, 23 Jan 2024 22:22:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00E01E2A85; Tue, 23 Jan 2024 22:22:50 +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 CD80CE2A85 for ; Tue, 23 Jan 2024 22:22:49 +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 D805D3432F5 for ; Tue, 23 Jan 2024 22:22:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32E89F7D for ; Tue, 23 Jan 2024 22:22:47 +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: <1706048508.d0f0992d0132b98e44010c7b63bcff9fbfa65ae2.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pwsh/pwsh-7.3.ebuild X-VCS-Directories: virtual/pwsh/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: d0f0992d0132b98e44010c7b63bcff9fbfa65ae2 X-VCS-Branch: master Date: Tue, 23 Jan 2024 22:22:47 +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: b3b2184c-5621-43aa-a2ad-94ba5bd65fc0 X-Archives-Hash: e0c7223114d9cba06f73ff00da3e3c1b commit: d0f0992d0132b98e44010c7b63bcff9fbfa65ae2 Author: Maciej Barć gentoo org> AuthorDate: Tue Jan 23 22:21:48 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Jan 23 22:21:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f0992d virtual/pwsh: drop old 7.3 Signed-off-by: Maciej Barć gentoo.org> virtual/pwsh/pwsh-7.3.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/virtual/pwsh/pwsh-7.3.ebuild b/virtual/pwsh/pwsh-7.3.ebuild deleted file mode 100644 index f2011e485aef..000000000000 --- a/virtual/pwsh/pwsh-7.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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} - ) -"