commit: a6df59b38f1bcfd1f73ff3266000f582ac9dab27
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 22:57:02 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 01:31:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6df59b3
virtual/dotnet-sdk: drop old 6.0-r1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
virtual/dotnet-sdk/dotnet-sdk-6.0-r1.ebuild | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/virtual/dotnet-sdk/dotnet-sdk-6.0-r1.ebuild
b/virtual/dotnet-sdk/dotnet-sdk-6.0-r1.ebuild
deleted file mode 100644
index 0f168710e260..000000000000
--- a/virtual/dotnet-sdk/dotnet-sdk-6.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="6.0"
-KEYWORDS="~amd64 ~arm ~arm64"
-
-BDEPEND=""
-RDEPEND="|| (
- dev-dotnet/dotnet-sdk-bin:${SLOT}[dotnet-symlink(+)]
- dev-dotnet/dotnet-sdk:${SLOT}[dotnet-symlink(+)]
-)"