Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.4.6.ebuild python-2.5.4-r4.ebuild python-3.1.2-r3.ebuild python-2.6.5-r2.ebuild
Date: Mon, 10 May 2010 18:44:08
Message-Id: 20100510184405.BC4782C5B3@corvid.gentoo.org
1 arfrever 10/05/10 18:44:05
2
3 Modified: python-2.4.6.ebuild python-2.5.4-r4.ebuild
4 python-3.1.2-r3.ebuild python-2.6.5-r2.ebuild
5 Log:
6 Use is-flagq() instead of is-flag().
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.35 dev-lang/python/python-2.4.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?r1=1.34&r2=1.35
15
16 Index: python-2.4.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- python-2.4.6.ebuild 10 May 2010 18:42:16 -0000 1.34
23 +++ python-2.4.6.ebuild 10 May 2010 18:44:05 -0000 1.35
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.34 2010/05/10 18:42:16 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.35 2010/05/10 18:44:05 arfrever Exp $
29
30 EAPI="1"
31
32 @@ -135,8 +135,8 @@
33 [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
34
35 # https://bugs.gentoo.org/show_bug.cgi?id=50309
36 - if is-flag -O3; then
37 - is-flag -fstack-protector-all && replace-flags -O3 -O2
38 + if is-flagq -O3; then
39 + is-flagq -fstack-protector-all && replace-flags -O3 -O2
40 use hardened && replace-flags -O3 -O2
41 fi
42
43
44
45
46 1.17 dev-lang/python/python-2.5.4-r4.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild?rev=1.17&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild?rev=1.17&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild?r1=1.16&r2=1.17
51
52 Index: python-2.5.4-r4.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v
55 retrieving revision 1.16
56 retrieving revision 1.17
57 diff -u -r1.16 -r1.17
58 --- python-2.5.4-r4.ebuild 2 May 2010 16:41:19 -0000 1.16
59 +++ python-2.5.4-r4.ebuild 10 May 2010 18:44:05 -0000 1.17
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2010 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.16 2010/05/02 16:41:19 arfrever Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.17 2010/05/10 18:44:05 arfrever Exp $
65
66 EAPI="1"
67
68 @@ -146,8 +146,8 @@
69 [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
70
71 # https://bugs.gentoo.org/show_bug.cgi?id=50309
72 - if is-flag -O3; then
73 - is-flag -fstack-protector-all && replace-flags -O3 -O2
74 + if is-flagq -O3; then
75 + is-flagq -fstack-protector-all && replace-flags -O3 -O2
76 use hardened && replace-flags -O3 -O2
77 fi
78
79
80
81
82 1.4 dev-lang/python/python-3.1.2-r3.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild?rev=1.4&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild?rev=1.4&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild?r1=1.3&r2=1.4
87
88 Index: python-3.1.2-r3.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v
91 retrieving revision 1.3
92 retrieving revision 1.4
93 diff -u -r1.3 -r1.4
94 --- python-3.1.2-r3.ebuild 2 May 2010 16:39:55 -0000 1.3
95 +++ python-3.1.2-r3.ebuild 10 May 2010 18:44:05 -0000 1.4
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2010 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v 1.3 2010/05/02 16:39:55 arfrever Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v 1.4 2010/05/10 18:44:05 arfrever Exp $
101
102 EAPI="3"
103
104 @@ -120,8 +120,8 @@
105 [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
106
107 # https://bugs.gentoo.org/show_bug.cgi?id=50309
108 - if is-flag -O3; then
109 - is-flag -fstack-protector-all && replace-flags -O3 -O2
110 + if is-flagq -O3; then
111 + is-flagq -fstack-protector-all && replace-flags -O3 -O2
112 use hardened && replace-flags -O3 -O2
113 fi
114
115
116
117
118 1.4 dev-lang/python/python-2.6.5-r2.ebuild
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild?rev=1.4&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild?rev=1.4&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild?r1=1.3&r2=1.4
123
124 Index: python-2.6.5-r2.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild,v
127 retrieving revision 1.3
128 retrieving revision 1.4
129 diff -u -r1.3 -r1.4
130 --- python-2.6.5-r2.ebuild 2 May 2010 16:41:19 -0000 1.3
131 +++ python-2.6.5-r2.ebuild 10 May 2010 18:44:05 -0000 1.4
132 @@ -1,6 +1,6 @@
133 # Copyright 1999-2010 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild,v 1.3 2010/05/02 16:41:19 arfrever Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild,v 1.4 2010/05/10 18:44:05 arfrever Exp $
137
138 EAPI="2"
139
140 @@ -142,8 +142,8 @@
141 [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
142
143 # https://bugs.gentoo.org/show_bug.cgi?id=50309
144 - if is-flag -O3; then
145 - is-flag -fstack-protector-all && replace-flags -O3 -O2
146 + if is-flagq -O3; then
147 + is-flagq -fstack-protector-all && replace-flags -O3 -O2
148 use hardened && replace-flags -O3 -O2
149 fi