Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-dotnet/dotnet-aspnet-bin/
Date: Fri, 30 Apr 2021 11:18:20
Message-Id: 1619781480.d24c0a73e350557d4fcc0bf22535f0193801ba90.telans@gentoo
1 commit: d24c0a73e350557d4fcc0bf22535f0193801ba90
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Fri Apr 30 11:17:37 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Fri Apr 30 11:18:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d24c0a73
7
8 dev-dotnet/dotnet-aspnet-bin: initial import
9
10 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
11
12 dev-dotnet/dotnet-aspnet-bin/Manifest | 3 ++
13 .../dotnet-aspnet-bin-5.0.5.ebuild | 48 ++++++++++++++++++++++
14 dev-dotnet/dotnet-aspnet-bin/metadata.xml | 8 ++++
15 3 files changed, 59 insertions(+)
16
17 diff --git a/dev-dotnet/dotnet-aspnet-bin/Manifest b/dev-dotnet/dotnet-aspnet-bin/Manifest
18 new file mode 100644
19 index 000000000..eb99b0306
20 --- /dev/null
21 +++ b/dev-dotnet/dotnet-aspnet-bin/Manifest
22 @@ -0,0 +1,3 @@
23 +DIST aspnetcore-runtime-5.0.5-linux-arm.tar.gz 37301082 BLAKE2B 22b4a2f131c9da3e315a6519e34eaf7a2835fb20e343352b40c47de8c51bbca921c82efdc99dfce3b5c000f1772fc277e4c97c4ed58a9f0bf16c925e133f561d SHA512 962f02bd27a96fc577bd4a6e3763e50daace29479880a96386d863a5905ff4b081c9f12086b540b48a2df378919a1ae368032cc76a322f5bb602fb7bf48ad773
24 +DIST aspnetcore-runtime-5.0.5-linux-arm64.tar.gz 36772038 BLAKE2B 0a3230fd250406112e91f91f80a878e2cbc213706fc90487c19302aed381af5f05aee2ef552047b5cf4e9256d0518c63e8c1ee90c39f8e233a6cadb5a7fb4ac8 SHA512 f2421b16295f53b2796c604eb89e4cea0f238f376e4e3d4f348d8aebed6543fd605e76c871de049cb5328ec1fcea9a35d65b57c1c2c4d09a2614fd5bb2428980
25 +DIST aspnetcore-runtime-5.0.5-linux-x64.tar.gz 39270599 BLAKE2B 1a764c56420d64e03930624ddaf0414753a67a2f40f7905d836c015482d68215470e780c2f283df05e8315c237e8965777a5f0fbf45aaa83bde27f45c34b4611 SHA512 149b378b2377b60980a9bc0fa2f345293439f0da18bc75e8bffadc2faba8c3c175325fdd4edc9faaf898c4836f76a1685d55a0efdb679a5034b9e761450a88a4
26
27 diff --git a/dev-dotnet/dotnet-aspnet-bin/dotnet-aspnet-bin-5.0.5.ebuild b/dev-dotnet/dotnet-aspnet-bin/dotnet-aspnet-bin-5.0.5.ebuild
28 new file mode 100644
29 index 000000000..45711edf8
30 --- /dev/null
31 +++ b/dev-dotnet/dotnet-aspnet-bin/dotnet-aspnet-bin-5.0.5.ebuild
32 @@ -0,0 +1,48 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +DESCRIPTION=".NET ASP.NET Runtime Store"
39 +HOMEPAGE="https://dotnet.microsoft.com/"
40 +SRC_URI="
41 + amd64? ( https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/${PV}/aspnetcore-runtime-${PV}-linux-x64.tar.gz )
42 + arm? ( https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/${PV}/aspnetcore-runtime-${PV}-linux-arm.tar.gz )
43 + arm64? ( https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/${PV}/aspnetcore-runtime-${PV}-linux-arm64.tar.gz )
44 +"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm ~arm64"
49 +
50 +# The SDK includes dotnet-aspnet-bin so prevent installing the SDK at the same time
51 +RDEPEND="
52 + app-crypt/mit-krb5
53 + ~dev-dotnet/dotnet-runtime-bin-${PV}
54 + !dev-dotnet/dotnet-sdk-bin
55 + !dev-dotnet/dotnet-sdk-bin-common
56 + dev-libs/icu
57 + dev-util/lldb
58 + dev-util/lttng-ust
59 + net-misc/curl
60 + sys-apps/lsb-release
61 + sys-devel/llvm
62 + sys-libs/zlib
63 + || (
64 + dev-libs/openssl
65 + dev-libs/openssl-compat
66 + )
67 + || (
68 + sys-libs/libunwind
69 + sys-libs/llvm-libunwind
70 + )
71 +"
72 +
73 +QA_PREBUILT="*"
74 +
75 +S="${WORKDIR}"
76 +
77 +src_install() {
78 + insinto /opt/dotnet/shared/
79 + doins -r "${S}/shared/Microsoft.AspNetCore.App"
80 +}
81
82 diff --git a/dev-dotnet/dotnet-aspnet-bin/metadata.xml b/dev-dotnet/dotnet-aspnet-bin/metadata.xml
83 new file mode 100644
84 index 000000000..17cfe1629
85 --- /dev/null
86 +++ b/dev-dotnet/dotnet-aspnet-bin/metadata.xml
87 @@ -0,0 +1,8 @@
88 +<?xml version="1.0" encoding="UTF-8"?>
89 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
90 +<pkgmetadata>
91 + <maintainer type="project">
92 + <email>telans@××××××.de</email>
93 + <name>Theo Anderson</name>
94 + </maintainer>
95 +</pkgmetadata>