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 544C615808C for ; Sat, 12 Feb 2022 19:56:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8255FE08E5; Sat, 12 Feb 2022 19:56:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68842E08E5 for ; Sat, 12 Feb 2022 19:56:57 +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 333A2342F67 for ; Sat, 12 Feb 2022 19:56:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83C9D2D4 for ; Sat, 12 Feb 2022 19:56:54 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1644695810.2ad14132ccb5ff1fd450b95477c91f0f73301749.zmedico@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-3.1.ebuild X-VCS-Directories: virtual/dotnet-sdk/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 2ad14132ccb5ff1fd450b95477c91f0f73301749 X-VCS-Branch: master Date: Sat, 12 Feb 2022 19:56:54 +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: bc8d5dfd-5c47-4f39-b984-f68919dabb39 X-Archives-Hash: ff294d40e38f58113e8af5cef71dfdc5 commit: 2ad14132ccb5ff1fd450b95477c91f0f73301749 Author: Gergely Nagy ngg hu> AuthorDate: Thu Dec 16 15:09:19 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Feb 12 19:56:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad14132 virtual/dotnet-sdk: add .NET Core 3.1 as a new slot Closes: https://github.com/gentoo/gentoo/pull/23326 Signed-off-by: Gergely Nagy ngg.hu> Signed-off-by: Zac Medico gentoo.org> virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild b/virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild new file mode 100644 index 000000000000..a24b53ff8347 --- /dev/null +++ b/virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for .NET SDK" + +LICENSE="" +SLOT="3.1" +KEYWORDS="~amd64 ~arm ~arm64" + +BDEPEND="" +RDEPEND="|| ( dev-dotnet/dotnet-sdk-bin:${SLOT} dev-dotnet/dotnet-sdk:${SLOT} )"