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-lang/python-exec: metadata.xml python-exec-0.3.1.ebuild python-exec-2.0.ebuild python-exec-0.9999.ebuild python-exec-2.9999.ebuild ChangeLog
Date: Wed, 30 Oct 2013 19:12:22
Message-Id: 20131030191216.E0D8720047@flycatcher.gentoo.org
1 mgorny 13/10/30 19:12:16
2
3 Added: metadata.xml python-exec-0.3.1.ebuild
4 python-exec-2.0.ebuild python-exec-0.9999.ebuild
5 python-exec-2.9999.ebuild ChangeLog
6 Log:
7 Move the real ebuilds of dev-python/python-exec to dev-lang/python-exec.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.1 dev-lang/python-exec/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/metadata.xml?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/metadata.xml?rev=1.1&content-type=text/plain
16
17 Index: metadata.xml
18 ===================================================================
19 <?xml version="1.0" encoding="UTF-8"?>
20 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
21 <pkgmetadata>
22 <herd>python</herd>
23 <upstream>
24 <maintainer status="active">
25 <email>mgorny@g.o</email>
26 <name>Michał Górny</name>
27 </maintainer>
28 <bugs-to>https://bitbucket.org/mgorny/python-exec/issues/</bugs-to>
29 </upstream>
30 </pkgmetadata>
31
32
33
34 1.1 dev-lang/python-exec/python-exec-0.3.1.ebuild
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/python-exec-0.3.1.ebuild?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/python-exec-0.3.1.ebuild?rev=1.1&content-type=text/plain
38
39 Index: python-exec-0.3.1.ebuild
40 ===================================================================
41 # Copyright 1999-2013 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-0.3.1.ebuild,v 1.1 2013/10/30 19:12:16 mgorny Exp $
44
45 EAPI=5
46
47 # Kids, don't do this at home!
48 inherit python-utils-r1
49 PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
50
51 inherit autotools-utils python-r1
52
53 DESCRIPTION="Python script wrapper"
54 HOMEPAGE="https://bitbucket.org/mgorny/python-exec/"
55 SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~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"
60 IUSE=""
61
62 RDEPEND="!<dev-python/python-exec-10000"
63
64 src_configure() {
65 local pyimpls i EPYTHON
66 for i in "${PYTHON_COMPAT[@]}"; do
67 python_export "${i}" EPYTHON
68 pyimpls+=" ${EPYTHON}"
69 done
70
71 local myeconfargs=(
72 --with-eprefix="${EPREFIX}"
73 --with-python-impls="${pyimpls}"
74 )
75
76 autotools-utils_src_configure
77 }
78
79
80
81 1.1 dev-lang/python-exec/python-exec-2.0.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/python-exec-2.0.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/python-exec-2.0.ebuild?rev=1.1&content-type=text/plain
85
86 Index: python-exec-2.0.ebuild
87 ===================================================================
88 # Copyright 1999-2013 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-2.0.ebuild,v 1.1 2013/10/30 19:12:16 mgorny Exp $
91
92 EAPI=5
93
94 # Kids, don't do this at home!
95 inherit python-utils-r1
96 PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
97
98 inherit autotools-utils python-r1
99
100 DESCRIPTION="Python script wrapper"
101 HOMEPAGE="https://bitbucket.org/mgorny/python-exec/"
102 SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
103
104 LICENSE="BSD"
105 SLOT="2"
106 KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~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"
107 IUSE=""
108
109 RDEPEND="!<dev-python/python-exec-10000"
110
111 src_configure() {
112 local pyimpls i EPYTHON
113 for i in "${PYTHON_COMPAT[@]}"; do
114 python_export "${i}" EPYTHON
115 pyimpls+=" ${EPYTHON}"
116 done
117
118 local myeconfargs=(
119 --with-eprefix="${EPREFIX}"
120 --with-python-impls="${pyimpls}"
121 )
122
123 autotools-utils_src_configure
124 }
125
126
127
128 1.1 dev-lang/python-exec/python-exec-0.9999.ebuild
129
130 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/python-exec-0.9999.ebuild?rev=1.1&view=markup
131 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/python-exec-0.9999.ebuild?rev=1.1&content-type=text/plain
132
133 Index: python-exec-0.9999.ebuild
134 ===================================================================
135 # Copyright 1999-2013 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 # $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-0.9999.ebuild,v 1.1 2013/10/30 19:12:16 mgorny Exp $
138
139 EAPI=5
140
141 #if LIVE
142 AUTOTOOLS_AUTORECONF=yes
143 EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
144
145 inherit git-r3
146 #endif
147
148 # Kids, don't do this at home!
149 inherit python-utils-r1
150 PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
151
152 inherit autotools-utils python-r1
153
154 DESCRIPTION="Python script wrapper"
155 HOMEPAGE="https://bitbucket.org/mgorny/python-exec/"
156 SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
157
158 LICENSE="BSD"
159 SLOT="0"
160 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~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"
161 IUSE=""
162
163 RDEPEND="!<dev-python/python-exec-10000"
164
165 #if LIVE
166 KEYWORDS=
167 SRC_URI=
168 #endif
169
170 src_configure() {
171 local pyimpls i EPYTHON
172 for i in "${PYTHON_COMPAT[@]}"; do
173 python_export "${i}" EPYTHON
174 pyimpls+=" ${EPYTHON}"
175 done
176
177 local myeconfargs=(
178 --with-eprefix="${EPREFIX}"
179 --with-python-impls="${pyimpls}"
180 )
181
182 autotools-utils_src_configure
183 }
184
185
186
187 1.1 dev-lang/python-exec/python-exec-2.9999.ebuild
188
189 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/python-exec-2.9999.ebuild?rev=1.1&view=markup
190 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/python-exec-2.9999.ebuild?rev=1.1&content-type=text/plain
191
192 Index: python-exec-2.9999.ebuild
193 ===================================================================
194 # Copyright 1999-2013 Gentoo Foundation
195 # Distributed under the terms of the GNU General Public License v2
196 # $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-2.9999.ebuild,v 1.1 2013/10/30 19:12:16 mgorny Exp $
197
198 EAPI=5
199
200 #if LIVE
201 AUTOTOOLS_AUTORECONF=yes
202 EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
203 EGIT_BRANCH="python-exec2"
204
205 inherit git-r3
206 #endif
207
208 # Kids, don't do this at home!
209 inherit python-utils-r1
210 PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" )
211
212 inherit autotools-utils python-r1
213
214 DESCRIPTION="Python script wrapper"
215 HOMEPAGE="https://bitbucket.org/mgorny/python-exec/"
216 SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
217
218 LICENSE="BSD"
219 SLOT="2"
220 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~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"
221 IUSE=""
222
223 RDEPEND="!<dev-python/python-exec-10000"
224
225 #if LIVE
226 KEYWORDS=
227 SRC_URI=
228 #endif
229
230 src_configure() {
231 local pyimpls i EPYTHON
232 for i in "${PYTHON_COMPAT[@]}"; do
233 python_export "${i}" EPYTHON
234 pyimpls+=" ${EPYTHON}"
235 done
236
237 local myeconfargs=(
238 --with-eprefix="${EPREFIX}"
239 --with-python-impls="${pyimpls}"
240 )
241
242 autotools-utils_src_configure
243 }
244
245
246
247 1.1 dev-lang/python-exec/ChangeLog
248
249 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/ChangeLog?rev=1.1&view=markup
250 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python-exec/ChangeLog?rev=1.1&content-type=text/plain
251
252 Index: ChangeLog
253 ===================================================================
254 # ChangeLog for dev-lang/python-exec
255 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
256 # $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/ChangeLog,v 1.1 2013/10/30 19:12:16 mgorny Exp $
257
258 *python-exec-0.9999 (30 Oct 2013)
259 *python-exec-2.9999 (30 Oct 2013)
260 *python-exec-0.3.1 (30 Oct 2013)
261 *python-exec-2.0 (30 Oct 2013)
262
263 30 Oct 2013; Michał Górny <mgorny@g.o> +metadata.xml,
264 +python-exec-0.3.1.ebuild, +python-exec-0.9999.ebuild,
265 +python-exec-2.0.ebuild, +python-exec-2.9999.ebuild:
266 Move the real ebuilds of dev-python/python-exec to dev-lang/python-exec.