Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/x86: ChangeLog package.use.stable.mask use.mask use.stable.mask
Date: Sun, 30 Mar 2014 21:38:49
Message-Id: 20140330213846.0C92520057@flycatcher.gentoo.org
1 mgorny 14/03/30 21:38:45
2
3 Modified: ChangeLog use.mask use.stable.mask
4 Added: package.use.stable.mask
5 Log:
6 Move pypy flag masks to arch profile since it is EAPI=5 now.
7
8 Revision Changes Path
9 1.163 profiles/arch/x86/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.163&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.163&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?r1=1.162&r2=1.163
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v
18 retrieving revision 1.162
19 retrieving revision 1.163
20 diff -u -r1.162 -r1.163
21 --- ChangeLog 30 Mar 2014 21:32:11 -0000 1.162
22 +++ ChangeLog 30 Mar 2014 21:38:45 -0000 1.163
23 @@ -1,6 +1,10 @@
24 # ChangeLog for Gentoo/x86 profile directory
25 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.162 2014/03/30 21:32:11 mgorny Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.163 2014/03/30 21:38:45 mgorny Exp $
28 +
29 + 30 Mar 2014; Michał Górny <mgorny@g.o> +package.use.stable.mask,
30 + use.mask, use.stable.mask:
31 + Move pypy flag masks to arch profile since it is EAPI=5 now.
32
33 30 Mar 2014; Michał Górny <mgorny@g.o> use.mask:
34 Fix order of use.mask. Sorry for messing it up.
35
36
37
38 1.60 profiles/arch/x86/use.mask
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?rev=1.60&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?rev=1.60&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?r1=1.59&r2=1.60
43
44 Index: use.mask
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v
47 retrieving revision 1.59
48 retrieving revision 1.60
49 diff -u -r1.59 -r1.60
50 --- use.mask 30 Mar 2014 21:32:11 -0000 1.59
51 +++ use.mask 30 Mar 2014 21:38:45 -0000 1.60
52 @@ -1,10 +1,17 @@
53 # Copyright 1999-2014 Gentoo Foundation.
54 # Distributed under the terms of the GNU General Public License, v2
55 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.59 2014/03/30 21:32:11 mgorny Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.60 2014/03/30 21:38:45 mgorny Exp $
57
58 # Unmask the flag which corresponds to ARCH.
59 -x86
60
61 +# Michał Górny <mgorny@g.o> (30 Mar 2014)
62 +# PyPy is keyworded on this arch.
63 +-python_targets_pypy
64 +-python_single_target_pypy
65 +-python_targets_pypy2_0
66 +-python_single_target_pypy2_0
67 +
68 # Michał Górny <mgorny@g.o> (4 May 2013)
69 # Unmask systemd since it is keyworded here.
70 -systemd
71
72
73
74 1.2 profiles/arch/x86/use.stable.mask
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.stable.mask?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.stable.mask?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.stable.mask?r1=1.1&r2=1.2
79
80 Index: use.stable.mask
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.stable.mask,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- use.stable.mask 30 Mar 2014 09:30:18 -0000 1.1
87 +++ use.stable.mask 30 Mar 2014 21:38:45 -0000 1.2
88 @@ -1,10 +1,17 @@
89 # Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.stable.mask,v 1.1 2014/03/30 09:30:18 grozin Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.stable.mask,v 1.2 2014/03/30 21:38:45 mgorny Exp $
93
94 # This file requires eapi 5 or later. New entries go on top.
95 # Please use the same syntax as in use.mask
96
97 +# Michał Górny <mgorny@g.o> (30 Mar 2014)
98 +# PyPy is unstable on this arch.
99 +python_targets_pypy
100 +python_single_target_pypy
101 +python_targets_pypy2_0
102 +python_single_target_pypy2_0
103 +
104 # Andrey Grozin <grozin@g.o> (19 Mar 2014)
105 # there is no stable dev-lisp/gcl
106 gcl
107
108
109
110 1.1 profiles/arch/x86/package.use.stable.mask
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/package.use.stable.mask?rev=1.1&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/package.use.stable.mask?rev=1.1&content-type=text/plain
114
115 Index: package.use.stable.mask
116 ===================================================================
117 # Copyright 1999-2014 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119 # $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.stable.mask,v 1.1 2014/03/30 21:38:45 mgorny Exp $
120
121 # When you add an entry to the top of this file, add your name, the date, and
122 # an explanation of why something is getting masked. Please be extremely
123 # careful not to commit atoms that are not valid, as it can cause large-scale
124 # breakage, especially if it ends up in the daily snapshot.
125 #
126 ## Example:
127 ##
128 ## # Dev E. Loper <developer@g.o> (28 Jun 2012)
129 ## # Masking foo USE flag until we can get the
130 ## # foo stuff to work properly again (bug 12345)
131 ## =media-video/mplayer-0.90_pre5 foo
132 ## =media-video/mplayer-0.90_pre5-r1 foo
133 #
134
135 #--- END OF EXAMPLES ---
136
137 # Michał Górny <mgorny@g.o> (30 Mar 2014)
138 # Don't apply stable masks to python-exec since we're forcing every
139 # impl there anyway. Please keep this in sync with use.stable.mask.
140 dev-lang/python-exec -python_targets_pypy
141 dev-lang/python-exec -python_single_target_pypy
142 dev-python/python-exec -python_targets_pypy
143 dev-python/python-exec -python_single_target_pypy
144 dev-lang/python-exec -python_targets_pypy2_0
145 dev-lang/python-exec -python_single_target_pypy2_0
146 dev-python/python-exec -python_targets_pypy2_0
147 dev-python/python-exec -python_single_target_pypy2_0