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 6E72415814D for ; Fri, 15 Sep 2023 20:49:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF9FC2BC03E; Fri, 15 Sep 2023 20:49:08 +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 6286E2BC03F for ; Fri, 15 Sep 2023 20:49:08 +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 AB643335D16 for ; Fri, 15 Sep 2023 20:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2400A11C0 for ; Fri, 15 Sep 2023 20:49:05 +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: <1694810922.a7385ce33f1913958559b24c96117bf10e596fa8.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-6.0-r2.ebuild virtual/dotnet-sdk/dotnet-sdk-7.0-r1.ebuild X-VCS-Directories: virtual/dotnet-sdk/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: a7385ce33f1913958559b24c96117bf10e596fa8 X-VCS-Branch: master Date: Fri, 15 Sep 2023 20:49:05 +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: 8d7ef571-ac73-488b-a2a6-a7d133cbde8c X-Archives-Hash: af71f1c0488be23263ec89056dbcea55 commit: a7385ce33f1913958559b24c96117bf10e596fa8 Author: Maciej Barć gentoo org> AuthorDate: Fri Sep 15 16:53:32 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Sep 15 20:48:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7385ce3 virtual/dotnet-sdk: add 6.0-r2 and 7.0-r1 Bug: https://bugs.gentoo.org/900597 Bug: https://github.com/gentoo/gentoo/pull/32109 Signed-off-by: Maciej Barć gentoo.org> virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild | 16 ++++++++++++++++ virtual/dotnet-sdk/dotnet-sdk-7.0-r1.ebuild | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild b/virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild new file mode 100644 index 000000000000..51d80145aa48 --- /dev/null +++ b/virtual/dotnet-sdk/dotnet-sdk-6.0-r2.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 .NET SDK" + +SLOT="6.0" +KEYWORDS="~amd64" + +RDEPEND=" + || ( + dev-dotnet/dotnet-sdk-bin:${SLOT} + dev-dotnet/dotnet-sdk:${SLOT} + ) +" diff --git a/virtual/dotnet-sdk/dotnet-sdk-7.0-r1.ebuild b/virtual/dotnet-sdk/dotnet-sdk-7.0-r1.ebuild new file mode 100644 index 000000000000..b2f19f750a05 --- /dev/null +++ b/virtual/dotnet-sdk/dotnet-sdk-7.0-r1.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 .NET SDK" + +SLOT="7.0" +KEYWORDS="~amd64" + +RDEPEND=" + || ( + dev-dotnet/dotnet-sdk-bin:${SLOT} + dev-dotnet/dotnet-sdk:${SLOT} + ) +"