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 43FAF1382C5 for ; Tue, 23 Jan 2018 06:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C0DAE0948; Tue, 23 Jan 2018 06:42:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 68917E0948 for ; Tue, 23 Jan 2018 06:42:19 +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 A310C335C50 for ; Tue, 23 Jan 2018 06:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B831CF for ; Tue, 23 Jan 2018 06:42:14 +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: <1515473536.ea3a6db8733a74eb9c20d7b7c67fb23baa43c804.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: / X-VCS-Repository: proj/dotnet X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: ea3a6db8733a74eb9c20d7b7c67fb23baa43c804 X-VCS-Branch: master Date: Tue, 23 Jan 2018 06:42:14 +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-Archives-Salt: 25f5e2d4-a7b9-4b9c-8393-de4cda336163 X-Archives-Hash: 6cd0a57b60a3d816e55ac8bdab99f709 commit: ea3a6db8733a74eb9c20d7b7c67fb23baa43c804 Author: mpkh gentoo org> AuthorDate: Tue Jan 9 04:52:16 2018 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Tue Jan 9 04:52:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=ea3a6db8 Merge pull request #361 from grbd/master Pull request for dotnet core Documentation/DotnetCore-Bin.md | 43 ++++++++ Documentation/DotnetCore-Src.md | 120 +++++++++++++++++++++ dev-dotnet/dotnetcore-aspnet-bin/Manifest | 1 + .../dotnetcore-aspnet-bin-2.0.3.ebuild | 40 +++++++ .../metadata.xml | 0 dev-dotnet/dotnetcore-runtime-bin/Manifest | 2 + .../dotnetcore-runtime-bin-2.0.4.ebuild | 45 ++++++++ .../metadata.xml | 0 dev-dotnet/dotnetcore-sdk-bin/Manifest | 1 + .../dotnetcore-sdk-bin-2.1.3.ebuild | 46 ++++++++ .../metadata.xml | 0 dev-dotnet/{dotnet-cli => dotnetcore-sdk}/Manifest | 8 +- .../dotnetcore-sdk-1.0.0_pre2_p003121.ebuild} | 8 +- .../dotnetcore-sdk-1.0.0_pre2_p003131.ebuild} | 8 +- .../dotnetcore-sdk-1.1.1-r1.ebuild} | 10 +- .../dotnetcore-sdk-1.1.1-r2.ebuild} | 26 +++-- .../dotnetcore-sdk-1.1.1.ebuild} | 10 +- .../coreclr-1.0.0-gcc6-github-pull-5304.patch | 0 .../files/coreclr-1.0.0-icu57-commit-352df35.patch | 0 .../coreclr-1.0.0-segv-github-pull-6027.patch | 0 .../coreclr-1.0.4-gcc6-github-pull-5304.patch | 0 .../files/coreclr-1.0.4-icu57-commit-352df35.patch | 0 .../coreclr-1.0.6-clang39-commit-9db7fb1.patch | 0 .../files/coreclr-1.0.6-gcc6-clang39.patch | 0 .../files/coreclr-1.0.6-icu57-commit-352df35.patch | 0 .../files/coreclr-1.0.6-llvm4-intsafe.patch | 0 .../files/coreclr-1.0.6-llvm4.patch | 0 .../files/coreclr-1.1.1-builtin-redefinition.patch | 0 .../coreclr-1.1.1-clang39-commit-9db7fb1.patch | 0 .../files/coreclr-1.1.1-exceptionhandling.patch | 0 .../files/coreclr-1.1.1-llvm4-intsafe.patch | 0 .../files/coreclr-1.1.1-llvm4.patch | 0 .../files/corefx-1.0.4-werror.patch | 0 .../files/corefx-1.1.1-buildtools.patch | 0 .../files/corefx-1.1.1-init-tools-script.patch | 0 .../files/corefx-1.1.1-run-script.patch | 0 .../files/corefx-1.1.1-werror.patch | 0 .../{aspnet-common => dotnetcore-sdk}/metadata.xml | 0 readme.md | 10 ++ 39 files changed, 350 insertions(+), 28 deletions(-)