Signed-off-by: Zurab Kvachadze <zurabid2...@gmail.com>
---
 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(+)
 create mode 100644 www-nginx/ngx-echo/Manifest
 create mode 100644 www-nginx/ngx-echo/metadata.xml
 create mode 100644 www-nginx/ngx-echo/ngx-echo-0.63.ebuild

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>zurabid2...@gmail.com</email>
+               <name>Zurab Kvachadze</name>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>proxy-ma...@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"
-- 
2.45.3


Reply via email to