summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-11-17 23:57:02 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-11-18 02:31:41 +0100
commita6df59b38f1bcfd1f73ff3266000f582ac9dab27 (patch)
treebb723668aeb8a2021dae54bd11c6cfc3ba50503b /virtual
parentvirtual/dotnet-sdk: bump to 8.0 (diff)
downloadgentoo-a6df59b38f1bcfd1f73ff3266000f582ac9dab27.tar.gz
gentoo-a6df59b38f1bcfd1f73ff3266000f582ac9dab27.tar.bz2
gentoo-a6df59b38f1bcfd1f73ff3266000f582ac9dab27.zip
virtual/dotnet-sdk: drop old 6.0-r1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/dotnet-sdk/dotnet-sdk-6.0-r1.ebuild16
1 files changed, 0 insertions, 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(+)]
-)"