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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCA38138334 for ; Wed, 4 Dec 2019 11:51:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4227E081E; Wed, 4 Dec 2019 11:51:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B846E081E for ; Wed, 4 Dec 2019 11:51:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E254F34D6A1 for ; Wed, 4 Dec 2019 11:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B22CE5D2 for ; Wed, 4 Dec 2019 11:51:06 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1575460254.353923dc9046764dc800fd26cf0b690a3e5afd60.cynede@gentoo> Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin/, dev-dotnet/dotnetcore-sdk-bin-common/ X-VCS-Repository: repo/proj/dotnet X-VCS-Files: dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.100.ebuild dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.100_pre3.ebuild dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.100.ebuild dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.100_pre3.ebuild X-VCS-Directories: dev-dotnet/dotnetcore-sdk-bin-common/ dev-dotnet/dotnetcore-sdk-bin/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 353923dc9046764dc800fd26cf0b690a3e5afd60 X-VCS-Branch: master Date: Wed, 4 Dec 2019 11:51:06 +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: 9ad4612e-6e53-4e3f-91a8-5898d81e0199 X-Archives-Hash: a33a6a04398a99ac02a4be92c827bd78 commit: 353923dc9046764dc800fd26cf0b690a3e5afd60 Author: Gergely Nagy ngg hu> AuthorDate: Tue Dec 3 23:16:45 2019 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Wed Dec 4 11:50:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=353923dc dev-dotnet/dotnetcore-sdk-bin: bump to 3.1.100 Closes: https://github.com/gentoo/dotnet/pull/456 Signed-off-by: Mikhail Pukhlikov gentoo.org> ...n-3.1.100_pre3.ebuild => dotnetcore-sdk-bin-common-3.1.100.ebuild} | 4 ++-- ...-sdk-bin-3.1.100_pre3.ebuild => dotnetcore-sdk-bin-3.1.100.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.100_pre3.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.100.ebuild similarity index 92% rename from dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.100_pre3.ebuild rename to dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.100.ebuild index d5e09ea..0841ac7 100644 --- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.100_pre3.ebuild +++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.100.ebuild @@ -10,11 +10,11 @@ HOMEPAGE="https://www.microsoft.com/net/core" LICENSE="MIT" SRC_URI=" -amd64? ( https://download.visualstudio.microsoft.com/download/pr/941853c3-98c6-44ff-b11f-3892e4f91814/14e8f22c7a1d95dd6fe9a53296d19073/dotnet-sdk-3.1.100-preview3-014645-linux-x64.tar.gz ) +amd64? ( https://download.visualstudio.microsoft.com/download/pr/d731f991-8e68-4c7c-8ea0-fad5605b077a/49497b5420eecbd905158d86d738af64/dotnet-sdk-${PV}-linux-x64.tar.gz ) " SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" QA_PREBUILT="*" RESTRICT="splitdebug" diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.100_pre3.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.100.ebuild similarity index 93% rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.100_pre3.ebuild rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.100.ebuild index 5a8b0bb..4b4b9b0 100644 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.100_pre3.ebuild +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.100.ebuild @@ -10,11 +10,11 @@ HOMEPAGE="https://www.microsoft.com/net/core" LICENSE="MIT" SRC_URI=" -amd64? ( https://download.visualstudio.microsoft.com/download/pr/941853c3-98c6-44ff-b11f-3892e4f91814/14e8f22c7a1d95dd6fe9a53296d19073/dotnet-sdk-3.1.100-preview3-014645-linux-x64.tar.gz ) +amd64? ( https://download.visualstudio.microsoft.com/download/pr/d731f991-8e68-4c7c-8ea0-fad5605b077a/49497b5420eecbd905158d86d738af64/dotnet-sdk-${PV}-linux-x64.tar.gz ) " SLOT="3.1" -KEYWORDS="" +KEYWORDS="~amd64" QA_PREBUILT="*" RESTRICT="splitdebug"