Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/dotnet-sdk/
Date: Mon, 22 Nov 2021 02:50:21
Message-Id: 1637549274.d71a45378097fddd7911f38c7cce8c8b707e6cfe.zmedico@gentoo
1 commit: d71a45378097fddd7911f38c7cce8c8b707e6cfe
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 02:47:54 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 02:47:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71a4537
7
8 virtual/dotnet-sdk: Bump to version 6.0
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild | 13 +++++++++++++
14 1 file changed, 13 insertions(+)
15
16 diff --git a/virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild b/virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild
17 new file mode 100644
18 index 000000000000..196214323d40
19 --- /dev/null
20 +++ b/virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild
21 @@ -0,0 +1,13 @@
22 +# Copyright 2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DESCRIPTION="Virtual for .NET SDK"
28 +
29 +LICENSE=""
30 +SLOT="6.0"
31 +KEYWORDS="~amd64 ~arm ~arm64"
32 +
33 +BDEPEND=""
34 +RDEPEND="|| ( dev-dotnet/dotnet-sdk-bin:${SLOT} dev-dotnet/dotnet-sdk:${SLOT} )"