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-runtime-bin/files/, dev-dotnet/dotnet-runtime-bin/
Date: Mon, 04 Oct 2021 08:11:37
Message-Id: 1633334647.86d741d04e39e9d6d1c312a75589a216dfeb4870.telans@gentoo
1 commit: 86d741d04e39e9d6d1c312a75589a216dfeb4870
2 Author: James Beddek <telans <AT> posteo <DOT> de>
3 AuthorDate: Mon Oct 4 08:04:07 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Mon Oct 4 08:04:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86d741d0
7
8 dev-dotnet/dotnet-runtime-bin: treeclean
9
10 Closes: https://bugs.gentoo.org/815892
11 Signed-off-by: James Beddek <telans <AT> posteo.de>
12
13 dev-dotnet/dotnet-runtime-bin/Manifest | 3 --
14 .../dotnet-runtime-bin-5.0.5.ebuild | 50 ----------------------
15 dev-dotnet/dotnet-runtime-bin/files/80dotnet | 2 -
16 dev-dotnet/dotnet-runtime-bin/metadata.xml | 8 ----
17 4 files changed, 63 deletions(-)
18
19 diff --git a/dev-dotnet/dotnet-runtime-bin/Manifest b/dev-dotnet/dotnet-runtime-bin/Manifest
20 deleted file mode 100644
21 index 92e6c2069..000000000
22 --- a/dev-dotnet/dotnet-runtime-bin/Manifest
23 +++ /dev/null
24 @@ -1,3 +0,0 @@
25 -DIST dotnet-runtime-5.0.5-linux-arm.tar.gz 28939822 BLAKE2B 7b0d311789624e94943c5fbfa3df76992b43dd12fb838f9af427e12c2b0f91027e1263265a59ecf43652cf711f36c1ac6518bf8d6b5aa0d93fabde81a81fffb2 SHA512 b7032a935a808370b1eedad7d3e7204c4d05518d21be5aa0b990bf935b48cc89ed70d2fcb282a5ae191034722bc09dfcbc12e2ad674b37c8bd23db8811cde3cb
26 -DIST dotnet-runtime-5.0.5-linux-arm64.tar.gz 28659540 BLAKE2B 1633092a1344a8e293e2382bcbec0ca55c9fceb6214ec6d14f3b4beca301d7941a43fc80cf1eee63aad87579d6721a6497c20ab0da0b2532295af0bede902e3c SHA512 d3ea167e1877f6a30ed3e2243bfde572340db295cdc2fe91a6035bfaaab4b15a42023bbef79db3cdbc8cf32a24efd91d53975701c8068cbcc0a51965a70efdee
27 -DIST dotnet-runtime-5.0.5-linux-x64.tar.gz 30858909 BLAKE2B 7d4b777045e58793cc57b25e7b111b2f8affde574dd7f7ccd9b76b827b2c23139f9a0a4150ec83ba47a7d1419df35addecc53bb992fe9edb3ba7812c56ef28f2 SHA512 ce9d3778c9a331b35cf18d7b64f9eec8fc37d9088f1a2208488577f611b2ab0f8b3a82b7f559b331d584ac86e1f09153ee2e255e617239fe9a9382373f873237
28
29 diff --git a/dev-dotnet/dotnet-runtime-bin/dotnet-runtime-bin-5.0.5.ebuild b/dev-dotnet/dotnet-runtime-bin/dotnet-runtime-bin-5.0.5.ebuild
30 deleted file mode 100644
31 index 3bcb44373..000000000
32 --- a/dev-dotnet/dotnet-runtime-bin/dotnet-runtime-bin-5.0.5.ebuild
33 +++ /dev/null
34 @@ -1,50 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -DESCRIPTION=".NET Runtime"
41 -HOMEPAGE="https://dotnet.microsoft.com/"
42 -SRC_URI="
43 - amd64? ( https://dotnetcli.azureedge.net/dotnet/Runtime/${PV}/dotnet-runtime-${PV}-linux-x64.tar.gz )
44 - arm? ( https://dotnetcli.azureedge.net/dotnet/Runtime/${PV}/dotnet-runtime-${PV}-linux-arm.tar.gz )
45 - arm64? ( https://dotnetcli.azureedge.net/dotnet/Runtime/${PV}/dotnet-runtime-${PV}-linux-arm64.tar.gz )
46 -"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~arm64"
51 -
52 -# The SDK includes dotnet-runtime-bin so prevent installing the SDK at the same time
53 -RDEPEND="
54 - app-crypt/mit-krb5
55 - !dev-dotnet/dotnet-sdk-bin
56 - !dev-dotnet/dotnet-sdk-bin-common
57 - dev-libs/icu
58 - dev-util/lldb
59 - dev-util/lttng-ust
60 - net-misc/curl
61 - sys-apps/lsb-release
62 - sys-devel/llvm
63 - sys-libs/zlib
64 - || (
65 - dev-libs/openssl
66 - dev-libs/openssl-compat
67 - )
68 - || (
69 - sys-libs/libunwind
70 - sys-libs/llvm-libunwind
71 - )
72 -"
73 -
74 -QA_PREBUILT="*"
75 -
76 -S="${WORKDIR}"
77 -
78 -src_install() {
79 - insinto /opt/dotnet
80 - doins -r "${S}/."
81 - dosym ../../opt/dotnet/dotnet /usr/bin/dotnet
82 - fperms +x /usr/bin/dotnet
83 - doenvd "${FILESDIR}/80dotnet"
84 -}
85
86 diff --git a/dev-dotnet/dotnet-runtime-bin/files/80dotnet b/dev-dotnet/dotnet-runtime-bin/files/80dotnet
87 deleted file mode 100644
88 index 4cf0206ea..000000000
89 --- a/dev-dotnet/dotnet-runtime-bin/files/80dotnet
90 +++ /dev/null
91 @@ -1,2 +0,0 @@
92 -DOTNET_CLI_TELEMETRY_OPTOUT=1
93 -DOTNET_ROOT=/opt/dotnet
94
95 diff --git a/dev-dotnet/dotnet-runtime-bin/metadata.xml b/dev-dotnet/dotnet-runtime-bin/metadata.xml
96 deleted file mode 100644
97 index e29f0a4a0..000000000
98 --- a/dev-dotnet/dotnet-runtime-bin/metadata.xml
99 +++ /dev/null
100 @@ -1,8 +0,0 @@
101 -<?xml version="1.0" encoding="UTF-8"?>
102 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
103 -<pkgmetadata>
104 - <maintainer type="person">
105 - <email>telans@××××××.de</email>
106 - <name>James Beddek</name>
107 - </maintainer>
108 -</pkgmetadata>