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 8C5FB158009 for ; Mon, 19 Jun 2023 18:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4605E08DC; Mon, 19 Jun 2023 18:29:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E779E08DC for ; Mon, 19 Jun 2023 18:29:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE81434102D for ; Mon, 19 Jun 2023 18:29:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 683A5A87 for ; Mon, 19 Jun 2023 18:29:39 +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: <1687199373.4e175c11278e2d3f9ad831a6503ca10ef5ecbc2d.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/dotnet-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/dotnet-sdk/dotnet-sdk-5.0-r1.ebuild X-VCS-Directories: virtual/dotnet-sdk/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 4e175c11278e2d3f9ad831a6503ca10ef5ecbc2d X-VCS-Branch: master Date: Mon, 19 Jun 2023 18:29:39 +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: fe0c45fd-6bb2-4012-af08-6875c0c06d75 X-Archives-Hash: 0975ebc50692ef41c12bba78d5cc0563 commit: 4e175c11278e2d3f9ad831a6503ca10ef5ecbc2d Author: Maciej Barć gentoo org> AuthorDate: Mon Jun 19 18:17:06 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Jun 19 18:29:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e175c11 virtual/dotnet-sdk: drop old 5.0-r1 Bug: https://bugs.gentoo.org/908819 Bug: https://bugs.gentoo.org/908820 Signed-off-by: Maciej Barć gentoo.org> virtual/dotnet-sdk/dotnet-sdk-5.0-r1.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/virtual/dotnet-sdk/dotnet-sdk-5.0-r1.ebuild b/virtual/dotnet-sdk/dotnet-sdk-5.0-r1.ebuild deleted file mode 100644 index 0e5309ec70cb..000000000000 --- a/virtual/dotnet-sdk/dotnet-sdk-5.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Virtual for .NET SDK" - -LICENSE="" -SLOT="5.0" -KEYWORDS="~amd64 ~arm ~arm64" - -BDEPEND="" -RDEPEND="|| ( - dev-dotnet/dotnet-sdk-bin:${SLOT}[dotnet-symlink(+)] - dev-dotnet/dotnet-sdk:${SLOT}[dotnet-symlink(+)] -)"