Gentoo Archives: gentoo-commits

From: Gergely Nagy <ngg@×××.hu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin/, dev-dotnet/dotnetcore-sdk-bin-common/
Date: Fri, 18 Jun 2021 07:02:45
Message-Id: 1623999678.00efa5e928b545d62a770f367b9a77c0327b65cb.ngg@gentoo
1 commit: 00efa5e928b545d62a770f367b9a77c0327b65cb
2 Author: Gergely Nagy <ngg <AT> ngg <DOT> hu>
3 AuthorDate: Fri Jun 18 07:01:18 2021 +0000
4 Commit: Gergely Nagy <ngg <AT> ngg <DOT> hu>
5 CommitDate: Fri Jun 18 07:01:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=00efa5e9
7
8 dev-dotnet/dotnetcore-sdk-bin{-common}: simplify dependencies
9
10 Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>
11
12 .../dotnetcore-sdk-bin-common-2.1.816.ebuild | 4 +---
13 .../dotnetcore-sdk-bin-common-3.1.410.ebuild | 4 +---
14 .../dotnetcore-sdk-bin-common-5.0.301.ebuild | 4 +---
15 .../dotnetcore-sdk-bin-common-6.0.100_pre4.ebuild | 4 +---
16 .../dotnetcore-sdk-bin-2.1.816.ebuild | 24 +++++++++-------------
17 .../dotnetcore-sdk-bin-3.1.410.ebuild | 24 +++++++++-------------
18 .../dotnetcore-sdk-bin-5.0.301.ebuild | 24 +++++++++-------------
19 .../dotnetcore-sdk-bin-6.0.100_pre4.ebuild | 24 +++++++++-------------
20 8 files changed, 44 insertions(+), 68 deletions(-)
21
22 diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.816.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.816.ebuild
23 index d7642c6..fb5fbb0 100644
24 --- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.816.ebuild
25 +++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.816.ebuild
26 @@ -26,9 +26,7 @@ RESTRICT="splitdebug"
27 # The sdk includes the runtime-bin and aspnet-bin so prevent from installing at the same time
28 # dotnetcore-sdk is the source based build
29
30 -RDEPEND="
31 - ~dev-dotnet/dotnetcore-sdk-bin-${PV}
32 - !dev-dotnet/dotnetcore-sdk-bin:0"
33 +RDEPEND="~dev-dotnet/dotnetcore-sdk-bin-${PV}"
34
35 S=${WORKDIR}
36
37
38 diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.410.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.410.ebuild
39 index 4aecf67..9977e01 100644
40 --- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.410.ebuild
41 +++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.410.ebuild
42 @@ -26,9 +26,7 @@ RESTRICT="splitdebug"
43 # The sdk includes the runtime-bin and aspnet-bin so prevent from installing at the same time
44 # dotnetcore-sdk is the source based build
45
46 -RDEPEND="
47 - ~dev-dotnet/dotnetcore-sdk-bin-${PV}
48 - !dev-dotnet/dotnetcore-sdk-bin:0"
49 +RDEPEND="~dev-dotnet/dotnetcore-sdk-bin-${PV}"
50
51 S=${WORKDIR}
52
53
54 diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.301.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.301.ebuild
55 index 4aecf67..9977e01 100644
56 --- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.301.ebuild
57 +++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.301.ebuild
58 @@ -26,9 +26,7 @@ RESTRICT="splitdebug"
59 # The sdk includes the runtime-bin and aspnet-bin so prevent from installing at the same time
60 # dotnetcore-sdk is the source based build
61
62 -RDEPEND="
63 - ~dev-dotnet/dotnetcore-sdk-bin-${PV}
64 - !dev-dotnet/dotnetcore-sdk-bin:0"
65 +RDEPEND="~dev-dotnet/dotnetcore-sdk-bin-${PV}"
66
67 S=${WORKDIR}
68
69
70 diff --git a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_pre4.ebuild b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_pre4.ebuild
71 index 8fb156f..c16935f 100644
72 --- a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_pre4.ebuild
73 +++ b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_pre4.ebuild
74 @@ -26,9 +26,7 @@ RESTRICT="splitdebug"
75 # The sdk includes the runtime-bin and aspnet-bin so prevent from installing at the same time
76 # dotnetcore-sdk is the source based build
77
78 -RDEPEND="
79 - ~dev-dotnet/dotnetcore-sdk-bin-${PV}
80 - !dev-dotnet/dotnetcore-sdk-bin:0"
81 +RDEPEND="~dev-dotnet/dotnetcore-sdk-bin-${PV}"
82
83 S=${WORKDIR}
84
85
86 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.816.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.816.ebuild
87 index b2b306a..a990c83 100644
88 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.816.ebuild
89 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.816.ebuild
90 @@ -27,21 +27,17 @@ RESTRICT="splitdebug"
91 # dotnetcore-sdk is the source based build
92
93 RDEPEND="
94 + app-crypt/mit-krb5
95 >=dev-dotnet/dotnetcore-sdk-bin-common-${PV}
96 - >=sys-apps/lsb-release-1.4
97 - >=sys-devel/llvm-4.0
98 - >=dev-util/lldb-4.0
99 - >=sys-libs/libunwind-1.1-r1
100 - >=dev-libs/icu-57.1
101 - >=dev-util/lttng-ust-2.8.1
102 - || ( >=dev-libs/openssl-1.0.2h-r2 >=dev-libs/openssl-compat-1.0.2h-r2 )
103 - >=net-misc/curl-7.49.0
104 - >=app-crypt/mit-krb5-1.14.2
105 - >=sys-libs/zlib-1.2.8-r1
106 - !dev-dotnet/dotnetcore-sdk
107 - !dev-dotnet/dotnetcore-sdk-bin:0
108 - !dev-dotnet/dotnetcore-runtime-bin
109 - !dev-dotnet/dotnetcore-aspnet-bin"
110 + dev-libs/icu
111 + || ( dev-libs/openssl dev-libs/openssl-compat:1.0.0 )
112 + dev-util/lldb
113 + dev-util/lttng-ust
114 + net-misc/curl
115 + sys-apps/lsb-release
116 + sys-devel/llvm
117 + sys-libs/libunwind
118 + sys-libs/zlib"
119
120 S=${WORKDIR}
121
122
123 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.410.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.410.ebuild
124 index ff436c8..e3b124e 100644
125 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.410.ebuild
126 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.410.ebuild
127 @@ -27,21 +27,17 @@ RESTRICT="splitdebug"
128 # dotnetcore-sdk is the source based build
129
130 RDEPEND="
131 + app-crypt/mit-krb5
132 >=dev-dotnet/dotnetcore-sdk-bin-common-${PV}
133 - >=sys-apps/lsb-release-1.4
134 - >=sys-devel/llvm-4.0
135 - >=dev-util/lldb-4.0
136 - >=sys-libs/libunwind-1.1-r1
137 - >=dev-libs/icu-57.1
138 - >=dev-util/lttng-ust-2.8.1
139 - || ( >=dev-libs/openssl-1.0.2h-r2 >=dev-libs/openssl-compat-1.0.2h-r2 )
140 - >=net-misc/curl-7.49.0
141 - >=app-crypt/mit-krb5-1.14.2
142 - >=sys-libs/zlib-1.2.8-r1
143 - !dev-dotnet/dotnetcore-sdk
144 - !dev-dotnet/dotnetcore-sdk-bin:0
145 - !dev-dotnet/dotnetcore-runtime-bin
146 - !dev-dotnet/dotnetcore-aspnet-bin"
147 + dev-libs/icu
148 + || ( dev-libs/openssl dev-libs/openssl-compat:1.0.0 )
149 + dev-util/lldb
150 + dev-util/lttng-ust
151 + net-misc/curl
152 + sys-apps/lsb-release
153 + sys-devel/llvm
154 + sys-libs/libunwind
155 + sys-libs/zlib"
156
157 S=${WORKDIR}
158
159
160 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.301.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.301.ebuild
161 index 67db935..1115668 100644
162 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.301.ebuild
163 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.301.ebuild
164 @@ -27,21 +27,17 @@ RESTRICT="splitdebug"
165 # dotnetcore-sdk is the source based build
166
167 RDEPEND="
168 + app-crypt/mit-krb5
169 >=dev-dotnet/dotnetcore-sdk-bin-common-${PV}
170 - >=sys-apps/lsb-release-1.4
171 - >=sys-devel/llvm-4.0
172 - >=dev-util/lldb-4.0
173 - >=sys-libs/libunwind-1.1-r1
174 - >=dev-libs/icu-57.1
175 - >=dev-util/lttng-ust-2.8.1
176 - || ( >=dev-libs/openssl-1.0.2h-r2 >=dev-libs/openssl-compat-1.0.2h-r2 )
177 - >=net-misc/curl-7.49.0
178 - >=app-crypt/mit-krb5-1.14.2
179 - >=sys-libs/zlib-1.2.8-r1
180 - !dev-dotnet/dotnetcore-sdk
181 - !dev-dotnet/dotnetcore-sdk-bin:0
182 - !dev-dotnet/dotnetcore-runtime-bin
183 - !dev-dotnet/dotnetcore-aspnet-bin"
184 + dev-libs/icu
185 + || ( dev-libs/openssl dev-libs/openssl-compat:1.0.0 )
186 + dev-util/lldb
187 + dev-util/lttng-ust
188 + net-misc/curl
189 + sys-apps/lsb-release
190 + sys-devel/llvm
191 + sys-libs/libunwind
192 + sys-libs/zlib"
193
194 S=${WORKDIR}
195
196
197 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_pre4.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_pre4.ebuild
198 index f6d5ec7..5c6db7c 100644
199 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_pre4.ebuild
200 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_pre4.ebuild
201 @@ -27,21 +27,17 @@ RESTRICT="splitdebug"
202 # dotnetcore-sdk is the source based build
203
204 RDEPEND="
205 + app-crypt/mit-krb5
206 >=dev-dotnet/dotnetcore-sdk-bin-common-${PV}
207 - >=sys-apps/lsb-release-1.4
208 - >=sys-devel/llvm-4.0
209 - >=dev-util/lldb-4.0
210 - >=sys-libs/libunwind-1.1-r1
211 - >=dev-libs/icu-57.1
212 - >=dev-util/lttng-ust-2.8.1
213 - || ( >=dev-libs/openssl-1.0.2h-r2 >=dev-libs/openssl-compat-1.0.2h-r2 )
214 - >=net-misc/curl-7.49.0
215 - >=app-crypt/mit-krb5-1.14.2
216 - >=sys-libs/zlib-1.2.8-r1
217 - !dev-dotnet/dotnetcore-sdk
218 - !dev-dotnet/dotnetcore-sdk-bin:0
219 - !dev-dotnet/dotnetcore-runtime-bin
220 - !dev-dotnet/dotnetcore-aspnet-bin"
221 + dev-libs/icu
222 + || ( dev-libs/openssl dev-libs/openssl-compat:1.0.0 )
223 + dev-util/lldb
224 + dev-util/lttng-ust
225 + net-misc/curl
226 + sys-apps/lsb-release
227 + sys-devel/llvm
228 + sys-libs/libunwind
229 + sys-libs/zlib"
230
231 S=${WORKDIR}