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 9907F15823F for ; Sat, 18 Nov 2023 01:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C262C2BC023; Sat, 18 Nov 2023 01:31:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C3FE2BC021 for ; Sat, 18 Nov 2023 01:31:50 +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 72E5A335CF4 for ; Sat, 18 Nov 2023 01:31:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4035613A5 for ; Sat, 18 Nov 2023 01:31:46 +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: <1700271100.ba3bd1e2dcea6aad9f59bdc33f9370d8e9554e70.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-8.0.ebuild X-VCS-Directories: virtual/dotnet-sdk/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ba3bd1e2dcea6aad9f59bdc33f9370d8e9554e70 X-VCS-Branch: master Date: Sat, 18 Nov 2023 01:31:46 +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: d7c826e8-2b07-49ba-96b9-e21ef103788e X-Archives-Hash: 794f19253361311beff3bc35561b04c0 commit: ba3bd1e2dcea6aad9f59bdc33f9370d8e9554e70 Author: Maciej Barć gentoo org> AuthorDate: Fri Nov 17 22:55:25 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Nov 18 01:31:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3bd1e2 virtual/dotnet-sdk: bump to 8.0 Bug: https://github.com/gentoo/gentoo/pull/33826 Signed-off-by: Maciej Barć gentoo.org> virtual/dotnet-sdk/dotnet-sdk-8.0.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtual/dotnet-sdk/dotnet-sdk-8.0.ebuild b/virtual/dotnet-sdk/dotnet-sdk-8.0.ebuild new file mode 100644 index 000000000000..5f8684d6334c --- /dev/null +++ b/virtual/dotnet-sdk/dotnet-sdk-8.0.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="${PV}" +KEYWORDS="~amd64 ~arm ~arm64" + +RDEPEND=" + || ( + dev-dotnet/dotnet-sdk-bin:${SLOT} + dev-dotnet/dotnet-sdk:${SLOT} + ) +"