* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/dotnetcore-aspnet-bin/, Documentation/, ...
@ 2018-01-23 6:42 Mikhail Pukhlikov
0 siblings, 0 replies; only message in thread
From: Mikhail Pukhlikov @ 2018-01-23 6:42 UTC (permalink / raw
To: gentoo-commits
commit: 111710f39e7f6a31e2753b86a1145062fa25a278
Author: grbd <garlicbready <AT> googlemail <DOT> com>
AuthorDate: Mon Jan 8 02:05:06 2018 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 02:05:06 2018 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=111710f3
Added Arm support for runtime
Documentation/DotnetCore-Bin.md | 8 ++++++++
.../dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild | 6 ++++--
.../dotnetcore-runtime-bin/dotnetcore-runtime-bin-2.0.4.ebuild | 7 +++++--
dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.3.ebuild | 4 +++-
4 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/Documentation/DotnetCore-Bin.md b/Documentation/DotnetCore-Bin.md
index bc4a9a5..d6b95ba 100644
--- a/Documentation/DotnetCore-Bin.md
+++ b/Documentation/DotnetCore-Bin.md
@@ -19,6 +19,14 @@ The reason for including both is that the SDK is available under x64 platforms b
So for the Rpi or other arm32 platforms you'll need to use just the runtime packages unless the application your running already has the runtime build in.
+## ASP .Net Core
+
+Note currently the required ASP .Net core prebuilt runtimes seem to be unavailable for arm32 / rpi
+
+ * https://github.com/aspnet/Universe/issues/554
+ * https://www.devtrends.co.uk/blog/installing-the-asp.net-core-2.0-runtime-store-on-linux
+
+
## SDK vs Runtime
The SDK packages allow you to use the dotnet cli tool to compile / build C# Code into Managed Applications.
diff --git a/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild b/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild
index 5150957..1b5b9b0 100644
--- a/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild
+++ b/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild
@@ -6,11 +6,13 @@ EAPI="6"
inherit eutils
-DESCRIPTION=".NET Core ASP.NET Runtime - binary precompiled for glibc"t
+DESCRIPTION=".NET Core ASP.NET Runtime Store - binary precompiled for glibc"t
HOMEPAGE="https://www.microsoft.com/net/core"
LICENSE="MIT"
-SRC_URI="https://download.microsoft.com/download/5/C/1/5C190037-632B-443D-842D-39085F02E1E8/aspnetcore-store-${PV}-linux-x64.tar.gz -> aspnetcore-store-${PV}-linux-x64.tar.gz"
+SRC_URI="
+amd64? ( https://dist.asp.net/runtimestore/${PV}/linux-x64/aspnetcore.runtimestore.tar.gz -> aspnetcore.runtimestore.tar.gz )
+"
SLOT="0"
KEYWORDS="~amd64"
diff --git a/dev-dotnet/dotnetcore-runtime-bin/dotnetcore-runtime-bin-2.0.4.ebuild b/dev-dotnet/dotnetcore-runtime-bin/dotnetcore-runtime-bin-2.0.4.ebuild
index 9365781..ad928d5 100644
--- a/dev-dotnet/dotnetcore-runtime-bin/dotnetcore-runtime-bin-2.0.4.ebuild
+++ b/dev-dotnet/dotnetcore-runtime-bin/dotnetcore-runtime-bin-2.0.4.ebuild
@@ -10,10 +10,13 @@ DESCRIPTION=".NET Core Runtime - binary precompiled for glibc"
HOMEPAGE="https://www.microsoft.com/net/core"
LICENSE="MIT"
-SRC_URI="https://download.microsoft.com/download/2/B/2/2B2854E7-7EAE-4FE9-85D2-19ACCD716F18/dotnet-runtime-${PV}-linux-x64.tar.gz -> dotnet-runtime-${PV}-linux-x64.tar.gz"
+SRC_URI="
+amd64? ( https://dotnetcli.blob.core.windows.net/dotnet/Runtime/${PV}/dotnet-runtime-${PV}-linux-x64.tar.gz -> dotnet-runtime-${PV}-linux-x64.tar.gz )
+arm? ( https://dotnetcli.blob.core.windows.net/dotnet/Runtime/${PV}/dotnet-runtime-${PV}-linux-arm.tar.gz -> dotnet-runtime-${PV}-linux-arm.tar.gz )
+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
# The sdk includes the runtime-bin and aspnet-bin so prevent from installing at the same time
diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.3.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.3.ebuild
index 3b524e6..cbfdd8d 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.3.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.3.ebuild
@@ -10,7 +10,9 @@ DESCRIPTION=".NET Core SDK - binary precompiled for glibc"
HOMEPAGE="https://www.microsoft.com/net/core"
LICENSE="MIT"
-SRC_URI="https://download.microsoft.com/download/2/9/3/293BC432-348C-4D1C-B628-5AC8AB7FA162/dotnet-sdk-${PV}-linux-x64.tar.gz -> dotnet-sdk-${PV}-linux-x64.tar.gz"
+SRC_URI="
+amd64? ( https://download.microsoft.com/download/2/9/3/293BC432-348C-4D1C-B628-5AC8AB7FA162/dotnet-sdk-${PV}-linux-x64.tar.gz -> dotnet-sdk-${PV}-linux-x64.tar.gz )
+"
SLOT="0"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-23 6:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-23 6:42 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/dotnetcore-aspnet-bin/, Documentation/, Mikhail Pukhlikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox