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/amd64/, profiles/base/, profiles/desc/, profiles/arch/x86/
Date: Wed, 09 Dec 2015 20:42:36
Message-Id: 1449693676.da3b3d5f590cec0df88cff6734955a5ccb6e31c5.mgorny@gentoo
1 commit: da3b3d5f590cec0df88cff6734955a5ccb6e31c5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 9 19:23:53 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 9 20:41:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3b3d5f
7
8 profiles: Remove jython2_5 flags
9
10 profiles/arch/amd64/use.mask | 2 --
11 profiles/arch/x86/use.mask | 2 --
12 profiles/base/package.use.force | 2 +-
13 profiles/base/use.mask | 2 --
14 profiles/desc/python_single_target.desc | 1 -
15 profiles/desc/python_targets.desc | 1 -
16 6 files changed, 1 insertion(+), 9 deletions(-)
17
18 diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
19 index f8fe6ce..136749a 100644
20 --- a/profiles/arch/amd64/use.mask
21 +++ b/profiles/arch/amd64/use.mask
22 @@ -57,8 +57,6 @@
23
24 # Ralph Sennhauser <sera@g.o> (31 Jul 2012)
25 # Keyworded on amd64
26 --python_targets_jython2_5
27 --python_single_target_jython2_5
28 -python_targets_jython2_7
29 -python_single_target_jython2_7
30
31
32 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
33 index ec44ea3..159d592 100644
34 --- a/profiles/arch/x86/use.mask
35 +++ b/profiles/arch/x86/use.mask
36 @@ -56,8 +56,6 @@
37
38 # Ralph Sennhauser <sera@g.o> (31 Jul 2012)
39 # Keyworded on x86
40 --python_targets_jython2_5
41 --python_single_target_jython2_5
42 -python_targets_jython2_7
43 -python_single_target_jython2_7
44
45
46 diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
47 index 14abfe8..9c3f46f 100644
48 --- a/profiles/base/package.use.force
49 +++ b/profiles/base/package.use.force
50 @@ -34,7 +34,7 @@ app-shells/bash:0 readline
51 # Michał Górny <mgorny@g.o> (14 Oct 2012)
52 # Force-enable all PYTHON_TARGETS for python-exec to avoid using private
53 # API. Please remember to keep it in sync with python_targets.desc.
54 -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_5 python_targets_jython2_7 python_targets_pypy python_targets_pypy3
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
57 # Zac Medico <zmedico@g.o> (20 Oct 2010)
58 # Force ipc USE flag since it should remain enabled unless
59
60 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
61 index af98fa0..a7a4a07 100644
62 --- a/profiles/base/use.mask
63 +++ b/profiles/base/use.mask
64 @@ -331,10 +331,8 @@ dxr3
65
66 # Ralph Sennhauser <sera@g.o> (31 Jul 2012)
67 # Unmask in arch specific profiles when jython implementaton is available.
68 -python_targets_jython2_5
69 python_targets_jython2_7
70 python_targets_jython3_1
71 -python_single_target_jython2_5
72 python_single_target_jython2_7
73 python_single_target_jython3_1
74
75
76 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
77 index 2eb0801..596bb5c 100644
78 --- a/profiles/desc/python_single_target.desc
79 +++ b/profiles/desc/python_single_target.desc
80 @@ -9,7 +9,6 @@ python3_2 - Build for Python 3.2 only (deprecated)
81 python3_3 - Build for Python 3.3 only
82 python3_4 - Build for Python 3.4 only
83 python3_5 - Build for Python 3.5 only
84 -jython2_5 - Build for Jython 2.5 only
85 jython2_7 - Build for Jython 2.7 only
86 pypy - Build for PyPy only
87 pypy3 - Build for PyPy3 only
88
89 diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
90 index 3168d91..6e1610f 100644
91 --- a/profiles/desc/python_targets.desc
92 +++ b/profiles/desc/python_targets.desc
93 @@ -10,7 +10,6 @@ python3_2 - Build with Python 3.2 (deprecated)
94 python3_3 - Build with Python 3.3
95 python3_4 - Build with Python 3.4
96 python3_5 - Build with Python 3.5
97 -jython2_5 - Build with Jython 2.5
98 jython2_7 - Build with Jython 2.7
99 pypy2_0 - Build with PyPy 2.0 (removed)
100 pypy - Build with PyPy