Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-exec: python-exec-0.2.ebuild python-exec-0.3.ebuild python-exec-9999.ebuild ChangeLog python-exec-0.1.ebuild python-exec-0.1.1.ebuild
Date: Tue, 26 Feb 2013 18:37:02
Message-Id: 20130226183657.A09FB2171D@flycatcher.gentoo.org
1 mgorny 13/02/26 18:36:57
2
3 Modified: python-exec-0.2.ebuild python-exec-0.3.ebuild
4 python-exec-9999.ebuild ChangeLog
5 Removed: python-exec-0.1.ebuild python-exec-0.1.1.ebuild
6 Log:
7 Fix creating implementation list in case subprocesses are involved. Bug #459338. Remove old.
8
9 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
10
11 Revision Changes Path
12 1.16 dev-python/python-exec/python-exec-0.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-0.2.ebuild?rev=1.16&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-0.2.ebuild?rev=1.16&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-0.2.ebuild?r1=1.15&r2=1.16
17
18 Index: python-exec-0.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.2.ebuild,v
21 retrieving revision 1.15
22 retrieving revision 1.16
23 diff -u -r1.15 -r1.16
24 --- python-exec-0.2.ebuild 24 Feb 2013 18:04:56 -0000 1.15
25 +++ python-exec-0.2.ebuild 26 Feb 2013 18:36:57 -0000 1.16
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.2.ebuild,v 1.15 2013/02/24 18:04:56 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.2.ebuild,v 1.16 2013/02/26 18:36:57 mgorny Exp $
31
32 EAPI=5
33
34 @@ -19,13 +19,12 @@
35 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 IUSE=""
37
38 -append_impl() {
39 - pyimpls+="${EPYTHON} "
40 -}
41 -
42 src_configure() {
43 - local pyimpls
44 - python_foreach_impl append_impl
45 + local pyimpls i EPYTHON
46 + for i in "${PYTHON_COMPAT[@]}"; do
47 + python_export "${i}" EPYTHON
48 + pyimpls+=" ${EPYTHON}"
49 + done
50
51 local myeconfargs=(
52 --with-eprefix="${EPREFIX}"
53
54
55
56 1.2 dev-python/python-exec/python-exec-0.3.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-0.3.ebuild?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-0.3.ebuild?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-0.3.ebuild?r1=1.1&r2=1.2
61
62 Index: python-exec-0.3.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.3.ebuild,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- python-exec-0.3.ebuild 23 Feb 2013 18:04:10 -0000 1.1
69 +++ python-exec-0.3.ebuild 26 Feb 2013 18:36:57 -0000 1.2
70 @@ -1,6 +1,6 @@
71 # Copyright 1999-2013 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.3.ebuild,v 1.1 2013/02/23 18:04:10 mgorny Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.3.ebuild,v 1.2 2013/02/26 18:36:57 mgorny Exp $
75
76 EAPI=5
77
78 @@ -19,13 +19,12 @@
79 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
80 IUSE=""
81
82 -append_impl() {
83 - pyimpls+="${EPYTHON} "
84 -}
85 -
86 src_configure() {
87 - local pyimpls
88 - python_foreach_impl append_impl
89 + local pyimpls i EPYTHON
90 + for i in "${PYTHON_COMPAT[@]}"; do
91 + python_export "${i}" EPYTHON
92 + pyimpls+=" ${EPYTHON}"
93 + done
94
95 local myeconfargs=(
96 --with-eprefix="${EPREFIX}"
97
98
99
100 1.5 dev-python/python-exec/python-exec-9999.ebuild
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-9999.ebuild?rev=1.5&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-9999.ebuild?rev=1.5&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/python-exec-9999.ebuild?r1=1.4&r2=1.5
105
106 Index: python-exec-9999.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-9999.ebuild,v
109 retrieving revision 1.4
110 retrieving revision 1.5
111 diff -u -r1.4 -r1.5
112 --- python-exec-9999.ebuild 23 Feb 2013 18:04:10 -0000 1.4
113 +++ python-exec-9999.ebuild 26 Feb 2013 18:36:57 -0000 1.5
114 @@ -1,6 +1,6 @@
115 # Copyright 1999-2013 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-9999.ebuild,v 1.4 2013/02/23 18:04:10 mgorny Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-9999.ebuild,v 1.5 2013/02/26 18:36:57 mgorny Exp $
119
120 EAPI=5
121
122 @@ -31,13 +31,12 @@
123 SRC_URI=
124 #endif
125
126 -append_impl() {
127 - pyimpls+="${EPYTHON} "
128 -}
129 -
130 src_configure() {
131 - local pyimpls
132 - python_foreach_impl append_impl
133 + local pyimpls i EPYTHON
134 + for i in "${PYTHON_COMPAT[@]}"; do
135 + python_export "${i}" EPYTHON
136 + pyimpls+=" ${EPYTHON}"
137 + done
138
139 local myeconfargs=(
140 --with-eprefix="${EPREFIX}"
141
142
143
144 1.36 dev-python/python-exec/ChangeLog
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/ChangeLog?rev=1.36&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/ChangeLog?rev=1.36&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-exec/ChangeLog?r1=1.35&r2=1.36
149
150 Index: ChangeLog
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-exec/ChangeLog,v
153 retrieving revision 1.35
154 retrieving revision 1.36
155 diff -u -r1.35 -r1.36
156 --- ChangeLog 24 Feb 2013 18:04:56 -0000 1.35
157 +++ ChangeLog 26 Feb 2013 18:36:57 -0000 1.36
158 @@ -1,6 +1,12 @@
159 # ChangeLog for dev-python/python-exec
160 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
161 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/ChangeLog,v 1.35 2013/02/24 18:04:56 ago Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/ChangeLog,v 1.36 2013/02/26 18:36:57 mgorny Exp $
163 +
164 + 26 Feb 2013; Michał Górny <mgorny@g.o> -python-exec-0.1.1.ebuild,
165 + -python-exec-0.1.ebuild, python-exec-0.2.ebuild, python-exec-0.3.ebuild,
166 + python-exec-9999.ebuild:
167 + Fix creating implementation list in case subprocesses are involved. Bug
168 + #459338. Remove old.
169
170 24 Feb 2013; Agostino Sarubbo <ago@g.o> python-exec-0.2.ebuild:
171 Stable for sh, wrt bug #452934