From: "Mikhail Pukhlikov" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin-common/, dev-dotnet/dotnetcore-sdk-bin/
Date: Mon, 8 Jun 2020 10:04:59 +0000 (UTC) [thread overview]
Message-ID: <1591610687.0a2e14234c1503a00c9d18d5f9f86261c083118c.cynede@gentoo> (raw)
commit: 0a2e14234c1503a00c9d18d5f9f86261c083118c
Author: Gergely Nagy <ngg <AT> ngg <DOT> hu>
AuthorDate: Mon Mar 16 23:27:22 2020 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 10:04:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=0a2e1423
dotnetcore-sdk-bin(-common): add .NET 5.0 Preview 4
Closes: https://github.com/gentoo/dotnet/pull/470
Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
.../dotnetcore-sdk-bin-common-3.0.103.ebuild | 2 +-
.../dotnetcore-sdk-bin-common-3.1.300.ebuild | 2 +-
...3.0.103.ebuild => dotnetcore-sdk-bin-common-5.0.100_pre4.ebuild} | 4 ++--
dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild | 2 +-
dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.300.ebuild | 2 +-
...dk-bin-3.0.103.ebuild => dotnetcore-sdk-bin-5.0.100_pre4.ebuild} | 6 +++---
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild
index b86b25c..6a74787 100644
--- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
# For current .NET Core versions, all the directories contain versioned files,
# but the top-level files (the dotnet binary for example) are shared between versions,
# and those are backward-compatible.
- # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between 3.0 and 3.1.
+ # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between >=3.0 versions.
# These common files are installed by the non-slotted dev-dotnet/dotnetcore-sdk-bin-common
# package, while the directories are installed by dev-dotnet/dotnetcore-sdk-bin which uses
# slots depending on major .NET Core version.
diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.300.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.300.ebuild
index 0370e25..964e925 100644
--- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.300.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.300.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
# For current .NET Core versions, all the directories contain versioned files,
# but the top-level files (the dotnet binary for example) are shared between versions,
# and those are backward-compatible.
- # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between 3.0 and 3.1.
+ # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between >=3.0 versions.
# These common files are installed by the non-slotted dev-dotnet/dotnetcore-sdk-bin-common
# package, while the directories are installed by dev-dotnet/dotnetcore-sdk-bin which uses
# slots depending on major .NET Core version.
diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre4.ebuild
similarity index 91%
copy from dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild
copy to dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre4.ebuild
index b86b25c..42d25da 100644
--- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.0.103.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.100_pre4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.microsoft.com/net/core"
LICENSE="MIT"
SRC_URI="
-amd64? ( https://download.visualstudio.microsoft.com/download/pr/43f3a3bd-3df2-41e6-beca-3ec4952ca6c4/30fe7779249607d1bb3bb4b20d61a479/dotnet-sdk-${PV}-linux-x64.tar.gz )
+amd64? ( https://download.visualstudio.microsoft.com/download/pr/473651e3-55d5-4e7c-b255-2cbe11358eea/6b6f33d86ee00720b36a7c34200f4d0c/dotnet-sdk-5.0.100-preview.4.20258.7-linux-x64.tar.gz )
"
SLOT="0"
@@ -34,7 +34,7 @@ src_prepare() {
# For current .NET Core versions, all the directories contain versioned files,
# but the top-level files (the dotnet binary for example) are shared between versions,
# and those are backward-compatible.
- # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between 3.0 and 3.1.
+ # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between >=3.0 versions.
# These common files are installed by the non-slotted dev-dotnet/dotnetcore-sdk-bin-common
# package, while the directories are installed by dev-dotnet/dotnetcore-sdk-bin which uses
# slots depending on major .NET Core version.
diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
index 47d2e18..6f84224 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
# For current .NET Core versions, all the directories contain versioned files,
# but the top-level files (the dotnet binary for example) are shared between versions,
# and those are backward-compatible.
- # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between 3.0 and 3.1.
+ # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between >=3.0 versions.
# These common files are installed by the non-slotted dev-dotnet/dotnetcore-sdk-bin-common
# package, while the directories are installed by dev-dotnet/dotnetcore-sdk-bin which uses
# slots depending on major .NET Core version.
diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.300.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.300.ebuild
index 73ff1e9..3605df5 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.300.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.300.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
# For current .NET Core versions, all the directories contain versioned files,
# but the top-level files (the dotnet binary for example) are shared between versions,
# and those are backward-compatible.
- # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between 3.0 and 3.1.
+ # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between >=3.0 versions.
# These common files are installed by the non-slotted dev-dotnet/dotnetcore-sdk-bin-common
# package, while the directories are installed by dev-dotnet/dotnetcore-sdk-bin which uses
# slots depending on major .NET Core version.
diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre4.ebuild
similarity index 90%
copy from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
copy to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre4.ebuild
index 47d2e18..0f118b4 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_pre4.ebuild
@@ -10,10 +10,10 @@ HOMEPAGE="https://www.microsoft.com/net/core"
LICENSE="MIT"
SRC_URI="
-amd64? ( https://download.visualstudio.microsoft.com/download/pr/43f3a3bd-3df2-41e6-beca-3ec4952ca6c4/30fe7779249607d1bb3bb4b20d61a479/dotnet-sdk-${PV}-linux-x64.tar.gz )
+amd64? ( https://download.visualstudio.microsoft.com/download/pr/473651e3-55d5-4e7c-b255-2cbe11358eea/6b6f33d86ee00720b36a7c34200f4d0c/dotnet-sdk-5.0.100-preview.4.20258.7-linux-x64.tar.gz )
"
-SLOT="3.0"
+SLOT="5.0"
KEYWORDS=""
QA_PREBUILT="*"
@@ -47,7 +47,7 @@ src_prepare() {
# For current .NET Core versions, all the directories contain versioned files,
# but the top-level files (the dotnet binary for example) are shared between versions,
# and those are backward-compatible.
- # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between 3.0 and 3.1.
+ # The exception from this above rule is packs/NETStandard.Library.Ref which is shared between >=3.0 versions.
# These common files are installed by the non-slotted dev-dotnet/dotnetcore-sdk-bin-common
# package, while the directories are installed by dev-dotnet/dotnetcore-sdk-bin which uses
# slots depending on major .NET Core version.
next reply other threads:[~2020-06-08 10:05 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-08 10:04 Mikhail Pukhlikov [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-09 21:48 [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin-common/, dev-dotnet/dotnetcore-sdk-bin/ Gergely Nagy
2021-12-16 14:58 Gergely Nagy
2021-11-09 0:05 Gergely Nagy
2021-09-15 7:10 Gergely Nagy
2021-08-23 17:47 Gergely Nagy
2021-08-11 18:08 Gergely Nagy
2021-07-16 10:15 Gergely Nagy
2021-05-12 5:43 Gergely Nagy
2021-04-09 11:09 Gergely Nagy
2021-04-07 5:41 Gergely Nagy
2021-02-04 6:45 Gergely Nagy
2020-12-23 7:47 Gergely Nagy
2020-10-13 21:11 Gergely Nagy
2020-09-15 16:00 Gergely Nagy
2020-09-09 7:10 Gergely Nagy
2020-08-17 16:26 Gergely Nagy
2020-07-15 16:00 Gergely Nagy
2020-06-15 5:30 Mikhail Pukhlikov
2020-06-08 10:04 Mikhail Pukhlikov
2020-02-19 10:26 Mikhail Pukhlikov
2019-11-05 6:22 Mikhail Pukhlikov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1591610687.0a2e14234c1503a00c9d18d5f9f86261c083118c.cynede@gentoo \
--to=cynede@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox