Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/resty-websocket/, dev-lua/resty-dns/, dev-lua/resty-lrucache/, ...
Date: Sat, 04 Oct 2014 18:07:27
Message-Id: 1408183091.424669b9f81b51cc454040e103b062c30e99c880.mva@gentoo
1 commit: 424669b9f81b51cc454040e103b062c30e99c880
2 Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
3 AuthorDate: Sat Aug 16 09:58:11 2014 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Sat Aug 16 09:58:11 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=424669b9
7
8 [dev-lua/resty*] OpenResty bumps, additions, fixes
9
10 Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
11
12 ---
13 dev-lua/rds-parser/rds-parser-0.05.ebuild | 38 ---------------------
14 dev-lua/rds-parser/rds-parser-9999.ebuild | 4 +--
15 dev-lua/redis-parser/redis-parser-0.10.ebuild | 38 ---------------------
16 dev-lua/redis-parser/redis-parser-9999.ebuild | 4 +--
17 dev-lua/resty-core/Manifest | 1 +
18 dev-lua/resty-core/metadata.xml | 14 ++++++++
19 .../resty-core-9999.ebuild} | 15 +++++----
20 dev-lua/resty-dns/resty-dns-0.10.ebuild | 39 ----------------------
21 dev-lua/resty-dns/resty-dns-9999.ebuild | 4 +--
22 dev-lua/resty-lock/resty-lock-9999.ebuild | 4 +--
23 dev-lua/resty-lrucache/resty-lrucache-9999.ebuild | 4 +--
24 .../resty-memcached/resty-memcached-0.12.ebuild | 39 ----------------------
25 .../resty-memcached/resty-memcached-9999.ebuild | 4 +--
26 dev-lua/resty-mysql/resty-mysql-0.14.ebuild | 39 ----------------------
27 dev-lua/resty-mysql/resty-mysql-9999.ebuild | 4 +--
28 dev-lua/resty-redis/resty-redis-0.17.ebuild | 39 ----------------------
29 dev-lua/resty-redis/resty-redis-9999.ebuild | 4 +--
30 dev-lua/resty-string/resty-string-0.08.ebuild | 38 ---------------------
31 dev-lua/resty-string/resty-string-9999.ebuild | 4 +--
32 dev-lua/resty-upload/resty-upload-0.09.ebuild | 39 ----------------------
33 dev-lua/resty-upload/resty-upload-9999.ebuild | 4 +--
34 dev-lua/resty-upstream-healthcheck/Manifest | 1 +
35 dev-lua/resty-upstream-healthcheck/metadata.xml | 14 ++++++++
36 .../resty-upstream-healthcheck-9999.ebuild} | 9 +++--
37 .../resty-websocket/resty-websocket-0.02.ebuild | 39 ----------------------
38 .../resty-websocket/resty-websocket-9999.ebuild | 4 +--
39 26 files changed, 64 insertions(+), 382 deletions(-)
40
41 diff --git a/dev-lua/rds-parser/rds-parser-0.05.ebuild b/dev-lua/rds-parser/rds-parser-0.05.ebuild
42 deleted file mode 100644
43 index 3c2a725..0000000
44 --- a/dev-lua/rds-parser/rds-parser-0.05.ebuild
45 +++ /dev/null
46 @@ -1,38 +0,0 @@
47 -# Copyright 1999-2013 Gentoo Foundation
48 -# Distributed under the terms of the GNU General Public License v2
49 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $
50 -
51 -EAPI="5"
52 -
53 -inherit eutils toolchain-funcs
54 -
55 -DESCRIPTION="Resty-DBD-Stream (RDS) parser for Lua written in C"
56 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
57 -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
58 -
59 -LICENSE="BSD"
60 -SLOT="0"
61 -KEYWORDS="x86 amd64"
62 -IUSE="luajit"
63 -
64 -RDEPEND="
65 - !luajit? ( >=dev-lang/lua-5.1 )
66 - luajit? ( dev-lang/luajit:2 )
67 -"
68 -DEPEND="
69 - ${RDEPEND}
70 - dev-util/pkgconfig
71 -"
72 -
73 -S="${WORKDIR}/lua-${P}"
74 -
75 -src_prepare() {
76 - local lua=lua;
77 - use luajit && lua=luajit;
78 -
79 - sed -r \
80 - -e "1,6s#(PREFIX).*#\1=/usr#" \
81 - -e "1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})#" \
82 - -e "1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable includedir ${lua})#" \
83 - -i Makefile
84 -}
85
86 diff --git a/dev-lua/rds-parser/rds-parser-9999.ebuild b/dev-lua/rds-parser/rds-parser-9999.ebuild
87 index a70b737..738f672 100644
88 --- a/dev-lua/rds-parser/rds-parser-9999.ebuild
89 +++ b/dev-lua/rds-parser/rds-parser-9999.ebuild
90 @@ -7,10 +7,10 @@ EAPI="5"
91 inherit eutils toolchain-funcs git-r3
92
93 DESCRIPTION="Resty-DBD-Stream (RDS) parser for Lua written in C"
94 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
95 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
96 SRC_URI=""
97
98 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
99 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
100
101 LICENSE="BSD"
102 SLOT="0"
103
104 diff --git a/dev-lua/redis-parser/redis-parser-0.10.ebuild b/dev-lua/redis-parser/redis-parser-0.10.ebuild
105 deleted file mode 100644
106 index 124906a..0000000
107 --- a/dev-lua/redis-parser/redis-parser-0.10.ebuild
108 +++ /dev/null
109 @@ -1,38 +0,0 @@
110 -# Copyright 1999-2013 Gentoo Foundation
111 -# Distributed under the terms of the GNU General Public License v2
112 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $
113 -
114 -EAPI="5"
115 -
116 -inherit eutils toolchain-funcs
117 -
118 -DESCRIPTION="Redis reply parser and request constructor library for Lua"
119 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
120 -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
121 -
122 -LICENSE="BSD"
123 -SLOT="0"
124 -KEYWORDS="x86 amd64"
125 -IUSE="luajit"
126 -
127 -RDEPEND="
128 - !luajit? ( >=dev-lang/lua-5.1 )
129 - luajit? ( dev-lang/luajit:2 )
130 -"
131 -DEPEND="
132 - ${RDEPEND}
133 - dev-util/pkgconfig
134 -"
135 -
136 -S="${WORKDIR}/lua-${P}"
137 -
138 -src_prepare() {
139 - local lua=lua;
140 - use luajit && lua=luajit;
141 -
142 - sed -r \
143 - -e "1,6s#(PREFIX).*#\1=/usr#" \
144 - -e "1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})#" \
145 - -e "1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable includedir ${lua})#" \
146 - -i Makefile
147 -}
148
149 diff --git a/dev-lua/redis-parser/redis-parser-9999.ebuild b/dev-lua/redis-parser/redis-parser-9999.ebuild
150 index 550315a..315c46f 100644
151 --- a/dev-lua/redis-parser/redis-parser-9999.ebuild
152 +++ b/dev-lua/redis-parser/redis-parser-9999.ebuild
153 @@ -7,10 +7,10 @@ EAPI="5"
154 inherit eutils toolchain-funcs git-r3
155
156 DESCRIPTION="Redis reply parser and request constructor library for Lua"
157 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
158 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
159 SRC_URI=""
160
161 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
162 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
163
164 LICENSE="BSD"
165 SLOT="0"
166
167 diff --git a/dev-lua/resty-core/Manifest b/dev-lua/resty-core/Manifest
168 new file mode 100644
169 index 0000000..6132373
170 --- /dev/null
171 +++ b/dev-lua/resty-core/Manifest
172 @@ -0,0 +1 @@
173 +DIST resty-string-0.08.tar.gz 9284 SHA256 45bc178f3541f2c77c262a2fa0e7856191d3e725bffcb2df03504adc99a15f15 SHA512 a4cbb4a4990190a0eb5b51a397656e0ad0ae491e76f09ff8b0d3feb27160589c80e0d40983b0ce3d5e3f526f8080cf3706522684b316a1d4bd0b3f1d39ff8551 WHIRLPOOL 4c80fb7f5343e51e70d74dc12ce99e1f62c75e1b88445cf3c099315c3e3045f4e31271936bc283aebc8ec3c010649a9da868dc27600bbed163be39cd514ba5c3
174
175 diff --git a/dev-lua/resty-core/metadata.xml b/dev-lua/resty-core/metadata.xml
176 new file mode 100644
177 index 0000000..23da526
178 --- /dev/null
179 +++ b/dev-lua/resty-core/metadata.xml
180 @@ -0,0 +1,14 @@
181 +<?xml version="1.0" encoding="UTF-8"?>
182 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
183 +<pkgmetadata>
184 +<maintainer>
185 + <email>mva@×××.name</email>
186 + <description>
187 + If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
188 + </description>
189 + <name>Vadim A. Misbakh-Soloviov</name>
190 +</maintainer>
191 +<longdescription>FIXME</longdescription>
192 +<use>
193 +</use>
194 +</pkgmetadata>
195
196 diff --git a/dev-lua/resty-lock/resty-lock-0.01.ebuild b/dev-lua/resty-core/resty-core-9999.ebuild
197 similarity index 69%
198 rename from dev-lua/resty-lock/resty-lock-0.01.ebuild
199 rename to dev-lua/resty-core/resty-core-9999.ebuild
200 index 56479e0..d43e3e3 100644
201 --- a/dev-lua/resty-lock/resty-lock-0.01.ebuild
202 +++ b/dev-lua/resty-core/resty-core-9999.ebuild
203 @@ -4,28 +4,29 @@
204
205 EAPI="5"
206
207 -inherit eutils toolchain-funcs
208 +inherit eutils toolchain-funcs git-r3
209
210 -DESCRIPTION="Simple shm-based nonblocking lock API"
211 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
212 -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
213 +DESCRIPTION="New LuaJIT FFI based API for lua-nginx-module"
214 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
215 +SRC_URI=""
216 +
217 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
218
219 LICENSE="BSD"
220 SLOT="0"
221 -KEYWORDS="x86 amd64"
222 +KEYWORDS=""
223 IUSE=""
224
225 RDEPEND="
226 dev-lang/luajit:2
227 www-servers/nginx[nginx_modules_http_lua]
228 + dev-lua/resty-lrucache
229 "
230 DEPEND="
231 ${RDEPEND}
232 dev-util/pkgconfig
233 "
234
235 -S="${WORKDIR}/lua-${P}"
236 -
237 src_prepare() {
238 local lua=luajit;
239
240
241 diff --git a/dev-lua/resty-dns/resty-dns-0.10.ebuild b/dev-lua/resty-dns/resty-dns-0.10.ebuild
242 deleted file mode 100644
243 index 1001da5..0000000
244 --- a/dev-lua/resty-dns/resty-dns-0.10.ebuild
245 +++ /dev/null
246 @@ -1,39 +0,0 @@
247 -# Copyright 1999-2013 Gentoo Foundation
248 -# Distributed under the terms of the GNU General Public License v2
249 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $
250 -
251 -EAPI="5"
252 -
253 -inherit eutils toolchain-funcs
254 -
255 -DESCRIPTION="Lua DNS resolver for the ngx_lua based on the cosocket API"
256 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
257 -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
258 -
259 -LICENSE="BSD"
260 -SLOT="0"
261 -KEYWORDS="x86 amd64"
262 -IUSE="luajit"
263 -
264 -RDEPEND="
265 - !luajit? ( >=dev-lang/lua-5.1 dev-lua/LuaBitOp )
266 - luajit? ( dev-lang/luajit:2 )
267 - www-servers/nginx[nginx_modules_http_lua]
268 -"
269 -DEPEND="
270 - ${RDEPEND}
271 - dev-util/pkgconfig
272 -"
273 -
274 -S="${WORKDIR}/lua-${P}"
275 -
276 -src_prepare() {
277 - local lua=lua;
278 - use luajit && lua=luajit;
279 -
280 - sed -r \
281 - -e "1,6s#(PREFIX).*#\1=/usr#" \
282 - -e "1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})#" \
283 - -e "1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable includedir ${lua})#" \
284 - -i Makefile
285 -}
286
287 diff --git a/dev-lua/resty-dns/resty-dns-9999.ebuild b/dev-lua/resty-dns/resty-dns-9999.ebuild
288 index d858225..3867656 100644
289 --- a/dev-lua/resty-dns/resty-dns-9999.ebuild
290 +++ b/dev-lua/resty-dns/resty-dns-9999.ebuild
291 @@ -7,10 +7,10 @@ EAPI="5"
292 inherit eutils toolchain-funcs git-r3
293
294 DESCRIPTION="Lua DNS resolver for the ngx_lua based on the cosocket API"
295 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
296 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
297 SRC_URI=""
298
299 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
300 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
301
302 LICENSE="BSD"
303 SLOT="0"
304
305 diff --git a/dev-lua/resty-lock/resty-lock-9999.ebuild b/dev-lua/resty-lock/resty-lock-9999.ebuild
306 index 0f202f6..ff89a43 100644
307 --- a/dev-lua/resty-lock/resty-lock-9999.ebuild
308 +++ b/dev-lua/resty-lock/resty-lock-9999.ebuild
309 @@ -7,10 +7,10 @@ EAPI="5"
310 inherit eutils toolchain-funcs git-r3
311
312 DESCRIPTION="Simple shm-based nonblocking lock API"
313 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
314 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
315 SRC_URI=""
316
317 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
318 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
319
320 LICENSE="BSD"
321 SLOT="0"
322
323 diff --git a/dev-lua/resty-lrucache/resty-lrucache-9999.ebuild b/dev-lua/resty-lrucache/resty-lrucache-9999.ebuild
324 index b2c112f..0f6d17f 100644
325 --- a/dev-lua/resty-lrucache/resty-lrucache-9999.ebuild
326 +++ b/dev-lua/resty-lrucache/resty-lrucache-9999.ebuild
327 @@ -7,10 +7,10 @@ EAPI="5"
328 inherit eutils toolchain-funcs git-r3
329
330 DESCRIPTION="A simple LRU cache for OpenResty and the ngx_lua module (based on LuaJIT FFI)"
331 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
332 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
333 SRC_URI=""
334
335 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
336 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
337
338 LICENSE="BSD"
339 SLOT="0"
340
341 diff --git a/dev-lua/resty-memcached/resty-memcached-0.12.ebuild b/dev-lua/resty-memcached/resty-memcached-0.12.ebuild
342 deleted file mode 100644
343 index 1fd9d56..0000000
344 --- a/dev-lua/resty-memcached/resty-memcached-0.12.ebuild
345 +++ /dev/null
346 @@ -1,39 +0,0 @@
347 -# Copyright 1999-2013 Gentoo Foundation
348 -# Distributed under the terms of the GNU General Public License v2
349 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $
350 -
351 -EAPI="5"
352 -
353 -inherit eutils toolchain-funcs
354 -
355 -DESCRIPTION="Lua memcached client driver for the ngx_lua based on the cosocket API"
356 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
357 -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
358 -
359 -LICENSE="BSD"
360 -SLOT="0"
361 -KEYWORDS="x86 amd64"
362 -IUSE="luajit"
363 -
364 -RDEPEND="
365 - !luajit? ( >=dev-lang/lua-5.1 )
366 - luajit? ( dev-lang/luajit:2 )
367 - www-servers/nginx[nginx_modules_http_lua]
368 -"
369 -DEPEND="
370 - ${RDEPEND}
371 - dev-util/pkgconfig
372 -"
373 -
374 -S="${WORKDIR}/lua-${P}"
375 -
376 -src_prepare() {
377 - local lua=lua;
378 - use luajit && lua=luajit;
379 -
380 - sed -r \
381 - -e "1,6s#(PREFIX).*#\1=/usr#" \
382 - -e "1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})#" \
383 - -e "1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable includedir ${lua})#" \
384 - -i Makefile
385 -}
386
387 diff --git a/dev-lua/resty-memcached/resty-memcached-9999.ebuild b/dev-lua/resty-memcached/resty-memcached-9999.ebuild
388 index bd7c337..c1814cd 100644
389 --- a/dev-lua/resty-memcached/resty-memcached-9999.ebuild
390 +++ b/dev-lua/resty-memcached/resty-memcached-9999.ebuild
391 @@ -7,10 +7,10 @@ EAPI="5"
392 inherit eutils toolchain-funcs git-r3
393
394 DESCRIPTION="Lua memcached client driver for the ngx_lua based on the cosocket API"
395 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
396 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
397 SRC_URI=""
398
399 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
400 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
401
402 LICENSE="BSD"
403 SLOT="0"
404
405 diff --git a/dev-lua/resty-mysql/resty-mysql-0.14.ebuild b/dev-lua/resty-mysql/resty-mysql-0.14.ebuild
406 deleted file mode 100644
407 index f7d7fd3..0000000
408 --- a/dev-lua/resty-mysql/resty-mysql-0.14.ebuild
409 +++ /dev/null
410 @@ -1,39 +0,0 @@
411 -# Copyright 1999-2013 Gentoo Foundation
412 -# Distributed under the terms of the GNU General Public License v2
413 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $
414 -
415 -EAPI="5"
416 -
417 -inherit eutils toolchain-funcs
418 -
419 -DESCRIPTION="Lua MySQL client driver for ngx_lua based on the cosocket API"
420 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
421 -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
422 -
423 -LICENSE="BSD"
424 -SLOT="0"
425 -KEYWORDS="x86 amd64"
426 -IUSE="luajit"
427 -
428 -RDEPEND="
429 - !luajit? ( >=dev-lang/lua-5.1 dev-lua/LuaBitOp )
430 - luajit? ( dev-lang/luajit:2 )
431 - www-servers/nginx[nginx_modules_http_lua]
432 -"
433 -DEPEND="
434 - ${RDEPEND}
435 - dev-util/pkgconfig
436 -"
437 -
438 -S="${WORKDIR}/lua-${P}"
439 -
440 -src_prepare() {
441 - local lua=lua;
442 - use luajit && lua=luajit;
443 -
444 - sed -r \
445 - -e "1,6s#(PREFIX).*#\1=/usr#" \
446 - -e "1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})#" \
447 - -e "1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable includedir ${lua})#" \
448 - -i Makefile
449 -}
450
451 diff --git a/dev-lua/resty-mysql/resty-mysql-9999.ebuild b/dev-lua/resty-mysql/resty-mysql-9999.ebuild
452 index b2db3b1..c857cb1 100644
453 --- a/dev-lua/resty-mysql/resty-mysql-9999.ebuild
454 +++ b/dev-lua/resty-mysql/resty-mysql-9999.ebuild
455 @@ -7,10 +7,10 @@ EAPI="5"
456 inherit eutils toolchain-funcs git-r3
457
458 DESCRIPTION="Lua MySQL client driver for ngx_lua based on the cosocket API"
459 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
460 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
461 SRC_URI=""
462
463 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
464 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
465
466 LICENSE="BSD"
467 SLOT="0"
468
469 diff --git a/dev-lua/resty-redis/resty-redis-0.17.ebuild b/dev-lua/resty-redis/resty-redis-0.17.ebuild
470 deleted file mode 100644
471 index e0fee68..0000000
472 --- a/dev-lua/resty-redis/resty-redis-0.17.ebuild
473 +++ /dev/null
474 @@ -1,39 +0,0 @@
475 -# Copyright 1999-2013 Gentoo Foundation
476 -# Distributed under the terms of the GNU General Public License v2
477 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $
478 -
479 -EAPI="5"
480 -
481 -inherit eutils toolchain-funcs
482 -
483 -DESCRIPTION="Lua redis client driver for the ngx_lua based on the cosocket API"
484 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
485 -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
486 -
487 -LICENSE="BSD"
488 -SLOT="0"
489 -KEYWORDS="x86 amd64"
490 -IUSE="luajit"
491 -
492 -RDEPEND="
493 - !luajit? ( >=dev-lang/lua-5.1 )
494 - luajit? ( dev-lang/luajit:2 )
495 - www-servers/nginx[nginx_modules_http_lua]
496 -"
497 -DEPEND="
498 - ${RDEPEND}
499 - dev-util/pkgconfig
500 -"
501 -
502 -S="${WORKDIR}/lua-${P}"
503 -
504 -src_prepare() {
505 - local lua=lua;
506 - use luajit && lua=luajit;
507 -
508 - sed -r \
509 - -e "1,6s#(PREFIX).*#\1=/usr#" \
510 - -e "1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})#" \
511 - -e "1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable includedir ${lua})#" \
512 - -i Makefile
513 -}
514
515 diff --git a/dev-lua/resty-redis/resty-redis-9999.ebuild b/dev-lua/resty-redis/resty-redis-9999.ebuild
516 index 8a8c0e9..86a079b 100644
517 --- a/dev-lua/resty-redis/resty-redis-9999.ebuild
518 +++ b/dev-lua/resty-redis/resty-redis-9999.ebuild
519 @@ -7,10 +7,10 @@ EAPI="5"
520 inherit eutils toolchain-funcs git-r3
521
522 DESCRIPTION="Lua redis client driver for the ngx_lua based on the cosocket API"
523 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
524 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
525 SRC_URI=""
526
527 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
528 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
529
530 LICENSE="BSD"
531 SLOT="0"
532
533 diff --git a/dev-lua/resty-string/resty-string-0.08.ebuild b/dev-lua/resty-string/resty-string-0.08.ebuild
534 deleted file mode 100644
535 index 745484d..0000000
536 --- a/dev-lua/resty-string/resty-string-0.08.ebuild
537 +++ /dev/null
538 @@ -1,38 +0,0 @@
539 -# Copyright 1999-2013 Gentoo Foundation
540 -# Distributed under the terms of the GNU General Public License v2
541 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $
542 -
543 -EAPI="5"
544 -
545 -inherit eutils toolchain-funcs
546 -
547 -DESCRIPTION="String utilities and common hash functions for ngx_lua and LuaJIT"
548 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
549 -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
550 -
551 -LICENSE="BSD"
552 -SLOT="0"
553 -KEYWORDS="x86 amd64"
554 -IUSE=""
555 -
556 -RDEPEND="
557 - dev-lang/luajit:2
558 - www-servers/nginx[nginx_modules_http_lua]
559 - dev-libs/openssl
560 -"
561 -DEPEND="
562 - ${RDEPEND}
563 - dev-util/pkgconfig
564 -"
565 -
566 -S="${WORKDIR}/lua-${P}"
567 -
568 -src_prepare() {
569 - local lua=luajit;
570 -
571 - sed -r \
572 - -e "1,6s#(PREFIX).*#\1=/usr#" \
573 - -e "1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})#" \
574 - -e "1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable includedir ${lua})#" \
575 - -i Makefile
576 -}
577
578 diff --git a/dev-lua/resty-string/resty-string-9999.ebuild b/dev-lua/resty-string/resty-string-9999.ebuild
579 index 6e249b2..540ffc7 100644
580 --- a/dev-lua/resty-string/resty-string-9999.ebuild
581 +++ b/dev-lua/resty-string/resty-string-9999.ebuild
582 @@ -7,10 +7,10 @@ EAPI="5"
583 inherit eutils toolchain-funcs git-r3
584
585 DESCRIPTION="String utilities and common hash functions for ngx_lua and LuaJIT"
586 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
587 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
588 SRC_URI=""
589
590 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
591 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
592
593 LICENSE="BSD"
594 SLOT="0"
595
596 diff --git a/dev-lua/resty-upload/resty-upload-0.09.ebuild b/dev-lua/resty-upload/resty-upload-0.09.ebuild
597 deleted file mode 100644
598 index f6d2344..0000000
599 --- a/dev-lua/resty-upload/resty-upload-0.09.ebuild
600 +++ /dev/null
601 @@ -1,39 +0,0 @@
602 -# Copyright 1999-2013 Gentoo Foundation
603 -# Distributed under the terms of the GNU General Public License v2
604 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $
605 -
606 -EAPI="5"
607 -
608 -inherit eutils toolchain-funcs
609 -
610 -DESCRIPTION="Streaming reader and parser for HTTP file uploading based on ngx_lua cosocket"
611 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
612 -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
613 -
614 -LICENSE="BSD"
615 -SLOT="0"
616 -KEYWORDS="x86 amd64"
617 -IUSE="luajit"
618 -
619 -RDEPEND="
620 - !luajit? ( >=dev-lang/lua-5.1 )
621 - luajit? ( dev-lang/luajit:2 )
622 - www-servers/nginx[nginx_modules_http_lua]
623 -"
624 -DEPEND="
625 - ${RDEPEND}
626 - dev-util/pkgconfig
627 -"
628 -
629 -S="${WORKDIR}/lua-${P}"
630 -
631 -src_prepare() {
632 - local lua=lua;
633 - use luajit && lua=luajit;
634 -
635 - sed -r \
636 - -e "1,6s#(PREFIX).*#\1=/usr#" \
637 - -e "1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})#" \
638 - -e "1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable includedir ${lua})#" \
639 - -i Makefile
640 -}
641
642 diff --git a/dev-lua/resty-upload/resty-upload-9999.ebuild b/dev-lua/resty-upload/resty-upload-9999.ebuild
643 index 1a6c748..2b7d2a1 100644
644 --- a/dev-lua/resty-upload/resty-upload-9999.ebuild
645 +++ b/dev-lua/resty-upload/resty-upload-9999.ebuild
646 @@ -7,10 +7,10 @@ EAPI="5"
647 inherit eutils toolchain-funcs git-r3
648
649 DESCRIPTION="Streaming reader and parser for HTTP file uploading based on ngx_lua cosocket"
650 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
651 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
652 SRC_URI=""
653
654 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
655 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
656
657 LICENSE="BSD"
658 SLOT="0"
659
660 diff --git a/dev-lua/resty-upstream-healthcheck/Manifest b/dev-lua/resty-upstream-healthcheck/Manifest
661 new file mode 100644
662 index 0000000..6132373
663 --- /dev/null
664 +++ b/dev-lua/resty-upstream-healthcheck/Manifest
665 @@ -0,0 +1 @@
666 +DIST resty-string-0.08.tar.gz 9284 SHA256 45bc178f3541f2c77c262a2fa0e7856191d3e725bffcb2df03504adc99a15f15 SHA512 a4cbb4a4990190a0eb5b51a397656e0ad0ae491e76f09ff8b0d3feb27160589c80e0d40983b0ce3d5e3f526f8080cf3706522684b316a1d4bd0b3f1d39ff8551 WHIRLPOOL 4c80fb7f5343e51e70d74dc12ce99e1f62c75e1b88445cf3c099315c3e3045f4e31271936bc283aebc8ec3c010649a9da868dc27600bbed163be39cd514ba5c3
667
668 diff --git a/dev-lua/resty-upstream-healthcheck/metadata.xml b/dev-lua/resty-upstream-healthcheck/metadata.xml
669 new file mode 100644
670 index 0000000..23da526
671 --- /dev/null
672 +++ b/dev-lua/resty-upstream-healthcheck/metadata.xml
673 @@ -0,0 +1,14 @@
674 +<?xml version="1.0" encoding="UTF-8"?>
675 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
676 +<pkgmetadata>
677 +<maintainer>
678 + <email>mva@×××.name</email>
679 + <description>
680 + If you have any issues, please contact me, or try to find me in IRC on Freenode, OFTC or RusNet.
681 + </description>
682 + <name>Vadim A. Misbakh-Soloviov</name>
683 +</maintainer>
684 +<longdescription>FIXME</longdescription>
685 +<use>
686 +</use>
687 +</pkgmetadata>
688
689 diff --git a/dev-lua/resty-lock/resty-lock-9999.ebuild b/dev-lua/resty-upstream-healthcheck/resty-upstream-healthcheck-9999.ebuild
690 similarity index 71%
691 copy from dev-lua/resty-lock/resty-lock-9999.ebuild
692 copy to dev-lua/resty-upstream-healthcheck/resty-upstream-healthcheck-9999.ebuild
693 index 0f202f6..1a802f4 100644
694 --- a/dev-lua/resty-lock/resty-lock-9999.ebuild
695 +++ b/dev-lua/resty-upstream-healthcheck/resty-upstream-healthcheck-9999.ebuild
696 @@ -6,11 +6,11 @@ EAPI="5"
697
698 inherit eutils toolchain-funcs git-r3
699
700 -DESCRIPTION="Simple shm-based nonblocking lock API"
701 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
702 +DESCRIPTION="Health Checker for Nginx Upstream Servers in Pure Lua"
703 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
704 SRC_URI=""
705
706 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
707 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
708
709 LICENSE="BSD"
710 SLOT="0"
711 @@ -18,8 +18,7 @@ KEYWORDS=""
712 IUSE=""
713
714 RDEPEND="
715 - dev-lang/luajit:2
716 - www-servers/nginx[nginx_modules_http_lua]
717 + www-servers/nginx[nginx_modules_http_lua,nginx_modules_http_lua_upsteam]
718 "
719 DEPEND="
720 ${RDEPEND}
721
722 diff --git a/dev-lua/resty-websocket/resty-websocket-0.02.ebuild b/dev-lua/resty-websocket/resty-websocket-0.02.ebuild
723 deleted file mode 100644
724 index 0184531..0000000
725 --- a/dev-lua/resty-websocket/resty-websocket-0.02.ebuild
726 +++ /dev/null
727 @@ -1,39 +0,0 @@
728 -# Copyright 1999-2013 Gentoo Foundation
729 -# Distributed under the terms of the GNU General Public License v2
730 -# $Header: This ebuild is from Lua overlay; Bumped by mva; $
731 -
732 -EAPI="5"
733 -
734 -inherit eutils toolchain-funcs
735 -
736 -DESCRIPTION="Lua WebSocket implementation for the NginX lua module"
737 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
738 -SRC_URI="https://github.com/agentzh/lua-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
739 -
740 -LICENSE="BSD"
741 -SLOT="0"
742 -KEYWORDS="x86 amd64"
743 -IUSE="luajit"
744 -
745 -RDEPEND="
746 - !luajit? ( >=dev-lang/lua-5.1 )
747 - luajit? ( dev-lang/luajit:2 )
748 - www-servers/nginx[nginx_modules_http_lua]
749 -"
750 -DEPEND="
751 - ${RDEPEND}
752 - dev-util/pkgconfig
753 -"
754 -
755 -S="${WORKDIR}/lua-${P}"
756 -
757 -src_prepare() {
758 - local lua=lua;
759 - use luajit && lua=luajit;
760 -
761 - sed -r \
762 - -e "1,6s#(PREFIX).*#\1=/usr#" \
763 - -e "1,6s#(LUA_LIB_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua})#" \
764 - -e "1,6s#(LUA_INCLUDE_DIR).*#\1=$($(tc-getPKG_CONFIG) --variable includedir ${lua})#" \
765 - -i Makefile
766 -}
767
768 diff --git a/dev-lua/resty-websocket/resty-websocket-9999.ebuild b/dev-lua/resty-websocket/resty-websocket-9999.ebuild
769 index 9c5a6c1..27a273d 100644
770 --- a/dev-lua/resty-websocket/resty-websocket-9999.ebuild
771 +++ b/dev-lua/resty-websocket/resty-websocket-9999.ebuild
772 @@ -7,10 +7,10 @@ EAPI="5"
773 inherit eutils toolchain-funcs git-r3
774
775 DESCRIPTION="Lua WebSocket implementation for the NginX lua module"
776 -HOMEPAGE="https://github.com/agentzh/lua-${PN}"
777 +HOMEPAGE="https://github.com/openresty/lua-${PN}"
778 SRC_URI=""
779
780 -EGIT_REPO_URI="https://github.com/agentzh/lua-${PN}"
781 +EGIT_REPO_URI="https://github.com/openresty/lua-${PN}"
782
783 LICENSE="BSD"
784 SLOT="0"