Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/arm64/, profiles/arch/nios2/, profiles/desc/
Date: Fri, 28 Oct 2016 01:35:16
Message-Id: 1477618405.1ec8826fd3c17a49b89901d62d4271c8f192f133.floppym@gentoo
1 commit: 1ec8826fd3c17a49b89901d62d4271c8f192f133
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 00:09:33 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 01:33:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec8826f
7
8 profiles: drop python3_3
9
10 profiles/arch/arm64/use.mask | 3 ---
11 profiles/arch/nios2/use.mask | 3 ---
12 profiles/base/package.use.force | 2 +-
13 profiles/base/use.mask | 5 -----
14 profiles/desc/python_single_target.desc | 1 -
15 profiles/desc/python_targets.desc | 1 -
16 6 files changed, 1 insertion(+), 14 deletions(-)
17
18 diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
19 index ca77c67..c1e669b 100644
20 --- a/profiles/arch/arm64/use.mask
21 +++ b/profiles/arch/arm64/use.mask
22 @@ -226,8 +226,5 @@ clvm
23 # virtual/opencl is not keyworded
24 opencl
25
26 -# This one we need to test ...
27 -python_targets_python3_3
28 -
29 # No arm64 java support yet.
30 java
31
32 diff --git a/profiles/arch/nios2/use.mask b/profiles/arch/nios2/use.mask
33 index 195e109..709c043 100644
34 --- a/profiles/arch/nios2/use.mask
35 +++ b/profiles/arch/nios2/use.mask
36 @@ -231,9 +231,6 @@ clvm
37 # virtual/opencl is not keyworded
38 opencl
39
40 -# This one we need to test ...
41 -python_targets_python3_3
42 -
43 # sys-libs/libseccomp has not been ported to this arch yet #524148
44 seccomp
45
46
47 diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
48 index af149be..622c12e 100644
49 --- a/profiles/base/package.use.force
50 +++ b/profiles/base/package.use.force
51 @@ -50,7 +50,7 @@ app-shells/bash:0 readline
52 # Michał Górny <mgorny@g.o> (14 Oct 2012)
53 # Force-enable all PYTHON_TARGETS for python-exec to avoid using private
54 # API. Please remember to keep it in sync with python_targets.desc.
55 -dev-lang/python-exec python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_jython2_7 python_targets_pypy python_targets_pypy3
56 +dev-lang/python-exec python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_jython2_7 python_targets_pypy python_targets_pypy3
57
58 # Zac Medico <zmedico@g.o> (20 Oct 2010)
59 # Force ipc USE flag since it should remain enabled unless
60
61 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
62 index 0bb9025..3de9356 100644
63 --- a/profiles/base/use.mask
64 +++ b/profiles/base/use.mask
65 @@ -394,8 +394,3 @@ php_targets_php5-4
66 # Brian Evans <grknight@g.o> (22 Aug 2016)
67 # php 5.5 is end of life, masked for removal
68 php_targets_php5-5
69 -
70 -# Mike Gilbert <floppym@g.o> (03 Sep 2016)
71 -# Python 3.3 is being removed from Gentoo.
72 -python_targets_python3_3
73 -python_single_target_python3_3
74
75 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
76 index 79712ba..958bf51 100644
77 --- a/profiles/desc/python_single_target.desc
78 +++ b/profiles/desc/python_single_target.desc
79 @@ -5,7 +5,6 @@
80 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
81
82 python2_7 - Build for Python 2.7 only
83 -python3_3 - Build for Python 3.3 only
84 python3_4 - Build for Python 3.4 only
85 python3_5 - Build for Python 3.5 only
86 jython2_7 - Build for Jython 2.7 only
87
88 diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
89 index 3ea63ca..7369964 100644
90 --- a/profiles/desc/python_targets.desc
91 +++ b/profiles/desc/python_targets.desc
92 @@ -5,7 +5,6 @@
93 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
94
95 python2_7 - Build with Python 2.7
96 -python3_3 - Build with Python 3.3
97 python3_4 - Build with Python 3.4
98 python3_5 - Build with Python 3.5
99 jython2_7 - Build with Jython 2.7