* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-echo/
@ 2025-07-05 7:27 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-07-05 7:27 UTC (permalink / raw
To: gentoo-commits
commit: 22c08e6af217a625a3db4eaa169bc39c5e4f8e17
Author: Zurab Kvachadze <zurabid2016 <AT> gmail <DOT> com>
AuthorDate: Sat Jul 13 10:57:24 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 5 07:26:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c08e6a
www-nginx/ngx-echo: new package, add 0.63
Signed-off-by: Zurab Kvachadze <zurabid2016 <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/37590
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-nginx/ngx-echo/Manifest | 1 +
www-nginx/ngx-echo/metadata.xml | 24 ++++++++++++++++++++++++
www-nginx/ngx-echo/ngx-echo-0.63.ebuild | 19 +++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/www-nginx/ngx-echo/Manifest b/www-nginx/ngx-echo/Manifest
new file mode 100644
index 000000000000..a6f587dfaa80
--- /dev/null
+++ b/www-nginx/ngx-echo/Manifest
@@ -0,0 +1 @@
+DIST ngx-echo-0.63.tar.gz 53421 BLAKE2B 613d4f265b9bcf9b4a44a18749314075e797dca4b350e6c4bc2e7ddd52edadc52660504ee57d0c859ec0a20f6b2e425727e5ec4b30282e67498010fc8d959baa SHA512 c325ac4e3f3f735739e156d8c7ada503b34475c62533b4830231ff1b42c25cb0c841aae06b3448b589c2ab35da8d211436ed194d6fd062cad925af8152c5e789
diff --git a/www-nginx/ngx-echo/metadata.xml b/www-nginx/ngx-echo/metadata.xml
new file mode 100644
index 000000000000..f2200d43e260
--- /dev/null
+++ b/www-nginx/ngx-echo/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>zurabid2016@gmail.com</email>
+ <name>Zurab Kvachadze</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ The ngx-echo module wraps lots of NGINX internal APIs for streaming input and output,
+ parallel/sequential subrequests, timers and sleeping, as well as various metadata
+ accessing.
+
+ Basically it provides various utilities that help testing and debugging of other modules by
+ trivially emulating different kinds of faked subrequest locations.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/openresty/echo-nginx-module/issues</bugs-to>
+ <remote-id type="github">openresty/echo-nginx-module</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/www-nginx/ngx-echo/ngx-echo-0.63.ebuild b/www-nginx/ngx-echo/ngx-echo-0.63.ebuild
new file mode 100644
index 000000000000..92c51003ab4d
--- /dev/null
+++ b/www-nginx/ngx-echo/ngx-echo-0.63.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="echo-nginx-module"
+NGINX_MOD_S="${WORKDIR}/${MY_PN}-${PV}"
+inherit nginx-module
+
+DESCRIPTION='An NGINX module bringing the power of "echo", "sleep", "time" and more to NGINX'
+HOMEPAGE="https://github.com/openresty/echo-nginx-module"
+SRC_URI="
+ https://github.com/openresty/echo-nginx-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+
+RESTRICT="test"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-echo/
@ 2025-07-05 8:24 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-07-05 8:24 UTC (permalink / raw
To: gentoo-commits
commit: cb5b12f4cdc4ea1de04105d08d49a6b38075ba7c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 5 08:23:51 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 5 08:23:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5b12f4
www-nginx/ngx-echo: Keyword 0.63 arm64, #959570
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-nginx/ngx-echo/ngx-echo-0.63.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-nginx/ngx-echo/ngx-echo-0.63.ebuild b/www-nginx/ngx-echo/ngx-echo-0.63.ebuild
index 25b4f034dec4..22d3698163d4 100644
--- a/www-nginx/ngx-echo/ngx-echo-0.63.ebuild
+++ b/www-nginx/ngx-echo/ngx-echo-0.63.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~arm64"
# Tests require NGINX to be built with debugging log enabled.
BDEPEND="test? ( www-servers/nginx[debug(-)] )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-echo/
@ 2025-07-05 8:36 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-07-05 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 924b89113232399d4e5710744a17e294fbd9c481
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 5 08:19:13 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 5 08:32:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924b8911
www-nginx/ngx-echo: Keyword 0.63 amd64, #959570
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-nginx/ngx-echo/ngx-echo-0.63.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-nginx/ngx-echo/ngx-echo-0.63.ebuild b/www-nginx/ngx-echo/ngx-echo-0.63.ebuild
index 22d3698163d4..b53a03bf68b0 100644
--- a/www-nginx/ngx-echo/ngx-echo-0.63.ebuild
+++ b/www-nginx/ngx-echo/ngx-echo-0.63.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~arm64"
+KEYWORDS="~amd64 ~arm64"
# Tests require NGINX to be built with debugging log enabled.
BDEPEND="test? ( www-servers/nginx[debug(-)] )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-05 8:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-05 7:27 [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-echo/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-07-05 8:24 Arthur Zamarin
2025-07-05 8:36 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox