Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/rv64gc/, profiles/desc/, profiles/arch/base/, profiles/base/, ...
Date: Mon, 30 Dec 2019 12:59:18
Message-Id: 1577710733.e636f5a60842cf91e4a6435667dbc70689e7a231.mgorny@gentoo
1 commit: e636f5a60842cf91e4a6435667dbc70689e7a231
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 00:48:32 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 12:58:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e636f5a6
7
8 profiles: Remove dead PYTHON_TARGETS
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/14164
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 profiles/arch/amd64/package.use.stable.mask | 1 -
15 profiles/arch/amd64/use.mask | 7 -------
16 profiles/arch/amd64/use.stable.mask | 2 --
17 profiles/arch/base/use.mask | 2 --
18 profiles/arch/riscv/rv64gc/use.mask | 2 --
19 profiles/arch/x86/package.use.stable.mask | 1 -
20 profiles/arch/x86/use.mask | 7 -------
21 profiles/arch/x86/use.stable.mask | 2 --
22 profiles/base/package.use.force | 3 ---
23 profiles/base/use.mask | 5 -----
24 profiles/base/use.stable.mask | 2 --
25 profiles/desc/python_single_target.desc | 3 ---
26 profiles/desc/python_targets.desc | 3 ---
27 .../features/prefix/standalone/kernel-2.6.16+/use.mask | 2 --
28 profiles/features/selinux/package.use.mask | 16 ++++++++--------
29 profiles/prefix/use.mask | 4 ----
30 profiles/prefix/windows/cygwin/use.mask | 1 -
31 17 files changed, 8 insertions(+), 55 deletions(-)
32
33 diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
34 index c3814e0fc7e..c9231695239 100644
35 --- a/profiles/arch/amd64/package.use.stable.mask
36 +++ b/profiles/arch/amd64/package.use.stable.mask
37 @@ -100,5 +100,4 @@ gnustep-base/gnustep-make libobjc2
38 # Michał Górny <mgorny@g.o> (2014-03-30)
39 # Don't apply stable masks to python-exec since we're forcing every
40 # impl there anyway. Please keep this in sync with use.stable.mask.
41 -dev-lang/python-exec -python_targets_pypy
42 dev-lang/python-exec -python_targets_pypy3
43
44 diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
45 index 273afa3f77f..773b4862f2e 100644
46 --- a/profiles/arch/amd64/use.mask
47 +++ b/profiles/arch/amd64/use.mask
48 @@ -42,8 +42,6 @@
49
50 # Michał Górny <mgorny@g.o> (2014-03-30)
51 # PyPy is keyworded on this arch.
52 --python_targets_pypy
53 --python_single_target_pypy
54 -python_targets_pypy3
55 -python_single_target_pypy3
56
57 @@ -72,11 +70,6 @@
58 # IPMI is only implemented for x86, amd64 and ia64
59 -ipmi
60
61 -# Ralph Sennhauser <sera@g.o> (2012-07-31)
62 -# Keyworded on amd64
63 --python_targets_jython2_7
64 --python_single_target_jython2_7
65 -
66 # Joerg Bornkessel <hd_brummy@g.o> (2012-03-05)
67 # Unmask, works with v4l2, #350211
68 -dxr3
69
70 diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
71 index 632b974f29f..5d32143f73f 100644
72 --- a/profiles/arch/amd64/use.stable.mask
73 +++ b/profiles/arch/amd64/use.stable.mask
74 @@ -25,7 +25,5 @@ clozurecl
75
76 # Michał Górny <mgorny@g.o> (2014-03-30)
77 # PyPy is unstable on this arch.
78 -python_targets_pypy
79 -python_single_target_pypy
80 python_targets_pypy3
81 python_single_target_pypy3
82
83 diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
84 index 4a46bc01155..10bf338ad85 100644
85 --- a/profiles/arch/base/use.mask
86 +++ b/profiles/arch/base/use.mask
87 @@ -191,8 +191,6 @@ orc
88 # Mike Gilbert <floppym@g.o> (2013-01-02)
89 # PyPy is unkeyworded on most arches. If you are running amd64 or x86,
90 # please switch to one of the testing 13.0 profiles to get it.
91 -python_targets_pypy
92 -python_single_target_pypy
93 python_targets_pypy3
94 python_single_target_pypy3
95
96
97 diff --git a/profiles/arch/riscv/rv64gc/use.mask b/profiles/arch/riscv/rv64gc/use.mask
98 index 529c1d54634..6e01a574ceb 100644
99 --- a/profiles/arch/riscv/rv64gc/use.mask
100 +++ b/profiles/arch/riscv/rv64gc/use.mask
101 @@ -7,8 +7,6 @@
102
103 # Our Python has a lot of trouble with the two-level libdir.
104 python_targets_python2_7
105 -python_targets_python3_5
106 python_targets_python3_6
107 python_single_target_python2_7
108 -python_single_target_python3_5
109 python_single_target_python3_6
110
111 diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
112 index 72e4dea554a..613458e8f88 100644
113 --- a/profiles/arch/x86/package.use.stable.mask
114 +++ b/profiles/arch/x86/package.use.stable.mask
115 @@ -94,5 +94,4 @@ dev-cpp/eigen test
116 # Michał Górny <mgorny@g.o> (2014-03-30)
117 # Don't apply stable masks to python-exec since we're forcing every
118 # impl there anyway. Please keep this in sync with use.stable.mask.
119 -dev-lang/python-exec -python_targets_pypy
120 dev-lang/python-exec -python_targets_pypy3
121
122 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
123 index d7fb537d795..bfe15cba31f 100644
124 --- a/profiles/arch/x86/use.mask
125 +++ b/profiles/arch/x86/use.mask
126 @@ -38,8 +38,6 @@ python_single_target_python3_7
127
128 # Michał Górny <mgorny@g.o> (2014-03-30)
129 # PyPy is keyworded on this arch.
130 --python_targets_pypy
131 --python_single_target_pypy
132 -python_targets_pypy3
133 -python_single_target_pypy3
134
135 @@ -69,11 +67,6 @@ python_single_target_python3_7
136 # IPMI is only implemented for x86, amd64 and ia64
137 -ipmi
138
139 -# Ralph Sennhauser <sera@g.o> (2012-07-31)
140 -# Keyworded on x86
141 --python_targets_jython2_7
142 --python_single_target_jython2_7
143 -
144 # Joerg Bornkessel <hd_brummy@g.o> (2012-03-05)
145 # Unmask, works with v4l2, #350211
146 -dxr3
147
148 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
149 index eae8d7442ac..580c08661a6 100644
150 --- a/profiles/arch/x86/use.stable.mask
151 +++ b/profiles/arch/x86/use.stable.mask
152 @@ -25,7 +25,5 @@ clozurecl
153
154 # Michał Górny <mgorny@g.o> (2014-03-30)
155 # PyPy is unstable on this arch.
156 -python_targets_pypy
157 -python_single_target_pypy
158 python_targets_pypy3
159 python_single_target_pypy3
160
161 diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
162 index bd35fdae724..5423bfcf2ba 100644
163 --- a/profiles/base/package.use.force
164 +++ b/profiles/base/package.use.force
165 @@ -106,12 +106,9 @@ app-shells/bash:0 readline
166 # Force-enable all PYTHON_TARGETS for python-exec to avoid using private
167 # API. Please remember to keep it in sync with python_targets.desc.
168 dev-lang/python-exec python_targets_python2_7
169 -dev-lang/python-exec python_targets_python3_5
170 dev-lang/python-exec python_targets_python3_6
171 dev-lang/python-exec python_targets_python3_7
172 dev-lang/python-exec python_targets_python3_8
173 -dev-lang/python-exec python_targets_jython2_7
174 -dev-lang/python-exec python_targets_pypy
175 dev-lang/python-exec python_targets_pypy3
176
177 # Zac Medico <zmedico@g.o> (2010-10-20)
178
179 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
180 index aeae877243c..ad09289730d 100644
181 --- a/profiles/base/use.mask
182 +++ b/profiles/base/use.mask
183 @@ -88,11 +88,6 @@ prefix-stack
184 # masking flags that only apply to FreeBSD
185 kqueue
186
187 -# Ralph Sennhauser <sera@g.o> (2012-07-31)
188 -# Unmask in arch specific profiles when jython implementaton is available.
189 -python_targets_jython2_7
190 -python_single_target_jython2_7
191 -
192 # Diego Elio Pettenò <flameeyes@g.o> (2012-08-18)
193 # Prelude is being masked for removal
194 prelude
195
196 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
197 index 9c76a0e79ac..2ac81425eac 100644
198 --- a/profiles/base/use.stable.mask
199 +++ b/profiles/base/use.stable.mask
200 @@ -18,8 +18,6 @@ postgres_targets_postgres12
201
202 # Zac Medico <zmedico@g.o> (2016-09-01)
203 # Needs virtual/pypy* stable
204 -python_targets_pypy
205 -python_single_target_pypy
206 python_targets_pypy3
207 python_single_target_pypy3
208
209
210 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
211 index 574d99eb6a5..6f8f16d8d04 100644
212 --- a/profiles/desc/python_single_target.desc
213 +++ b/profiles/desc/python_single_target.desc
214 @@ -4,10 +4,7 @@
215 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
216
217 python2_7 - Build for Python 2.7 only
218 -python3_5 - Build for Python 3.5 only
219 python3_6 - Build for Python 3.6 only
220 python3_7 - Build for Python 3.7 only
221 python3_8 - Build for Python 3.8 only
222 -jython2_7 - Build for Jython 2.7 only
223 -pypy - Build for PyPy only
224 pypy3 - Build for PyPy3 only
225
226 diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
227 index 4827da4af78..7823e2baa42 100644
228 --- a/profiles/desc/python_targets.desc
229 +++ b/profiles/desc/python_targets.desc
230 @@ -4,10 +4,7 @@
231 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
232
233 python2_7 - Build with Python 2.7
234 -python3_5 - Build with Python 3.5
235 python3_6 - Build with Python 3.6
236 python3_7 - Build with Python 3.7
237 python3_8 - Build with Python 3.8
238 -jython2_7 - Build with Jython 2.7
239 -pypy - Build with PyPy
240 pypy3 - Build with PyPy3
241
242 diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask
243 index b7f146f8d4a..83862097866 100644
244 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask
245 +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask
246 @@ -1,3 +1 @@
247 # >=python-3 is masked
248 -python_single_target_python3_5
249 -python_targets_python3_5
250
251 diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask
252 index 287c2abb966..ed28e6e8aad 100644
253 --- a/profiles/features/selinux/package.use.mask
254 +++ b/profiles/features/selinux/package.use.mask
255 @@ -7,14 +7,14 @@ net-analyzer/wireshark sdjournal
256
257 # Brian Dolbec <dolsen@g.o> (2014-09-17)
258 # mask pypy for several utilities due to incompatibility with libselinux
259 -sys-apps/portage python_targets_pypy python_targets_pypy3
260 -app-portage/gentoolkit python_targets_pypy python_targets_pypy3
261 -app-portage/layman python_targets_pypy python_targets_pypy3
262 -app-admin/webapp-config python_targets_pypy python_targets_pypy3
263 -app-portage/diffmask python_targets_pypy python_targets_pypy3
264 -app-portage/flaggie python_targets_pypy python_targets_pypy3
265 -app-portage/gentoopm python_targets_pypy python_targets_pypy3
266 -app-portage/gpyutils python_targets_pypy python_targets_pypy3
267 +sys-apps/portage python_targets_pypy3
268 +app-portage/gentoolkit python_targets_pypy3
269 +app-portage/layman python_targets_pypy3
270 +app-admin/webapp-config python_targets_pypy3
271 +app-portage/diffmask python_targets_pypy3
272 +app-portage/flaggie python_targets_pypy3
273 +app-portage/gentoopm python_targets_pypy3
274 +app-portage/gpyutils python_targets_pypy3
275
276 # Jason Zaman <perfinion@g.o> (2015-06-27)
277 # SystemD has no support in the SELinux policy at the moment.
278
279 diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask
280 index 6346ec77053..68ccdc24bdc 100644
281 --- a/profiles/prefix/use.mask
282 +++ b/profiles/prefix/use.mask
283 @@ -21,9 +21,5 @@ kernel_linux
284 # coreutils on darwin.
285 acl
286
287 -# Prefix removed python3_5 from PYTHON_TARGETS and PYTHON_SINGLE_TARGET
288 -python_targets_python3_5
289 -python_single_target_python3_5
290 -
291 # Similar for Ruby 2.3
292 ruby_targets_ruby23
293
294 diff --git a/profiles/prefix/windows/cygwin/use.mask b/profiles/prefix/windows/cygwin/use.mask
295 index 392ef405f2e..051c6484f40 100644
296 --- a/profiles/prefix/windows/cygwin/use.mask
297 +++ b/profiles/prefix/windows/cygwin/use.mask
298 @@ -5,5 +5,4 @@
299 -elibc_Cygwin
300
301 # we do have only python-3.6 ready on cygwin
302 -python_targets_python3_5
303 python_targets_python3_7