commit: e3160cece263081f6c3008955b56ee0625672ca6 Author: Zurab Kvachadze <zurabid2016 <AT> gmail <DOT> com> AuthorDate: Tue Feb 18 14:56:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 07:27:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3160cec
www-nginx/ngx-eval: new package, add 0_p20240817 ngx-eval[1] is an NGINX module that "[captures] subrequest response bodies into NGINX variables". [1]: https://github.com/openresty/nginx-eval-module/ 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-eval/Manifest | 1 + www-nginx/ngx-eval/metadata.xml | 16 ++++++++++++++++ www-nginx/ngx-eval/ngx-eval-0_p20240817.ebuild | 21 +++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/www-nginx/ngx-eval/Manifest b/www-nginx/ngx-eval/Manifest new file mode 100644 index 000000000000..673ee8c38f56 --- /dev/null +++ b/www-nginx/ngx-eval/Manifest @@ -0,0 +1 @@ +DIST nginx-eval-module-13425e897c19f4f4436c5ca4414dddd37fc65190.tar.gz 14925 BLAKE2B d0e273980804538d1518fc02181e9332f19584086495874b3c5f5b244d4cd6524af90896df382d029143b856f184813e8de489f2b5edd4e2ba4b6eff14a4b9cb SHA512 0ecc9250067a55c043006766489e8d2364bed3771ca11eb157fe9ea35ad945957005c571c6499a098a9956580665cbb336aef3e8ee0892255ee2dbfab7e8d288 diff --git a/www-nginx/ngx-eval/metadata.xml b/www-nginx/ngx-eval/metadata.xml new file mode 100644 index 000000000000..1e6a92214964 --- /dev/null +++ b/www-nginx/ngx-eval/metadata.xml @@ -0,0 +1,16 @@ +<?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> + <upstream> + <bugs-to>https://github.com/openresty/nginx-eval-module/issues</bugs-to> + <remote-id type="github">openresty/nginx-eval-module</remote-id> + </upstream> +</pkgmetadata> diff --git a/www-nginx/ngx-eval/ngx-eval-0_p20240817.ebuild b/www-nginx/ngx-eval/ngx-eval-0_p20240817.ebuild new file mode 100644 index 000000000000..7a0e3097b3d5 --- /dev/null +++ b/www-nginx/ngx-eval/ngx-eval-0_p20240817.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_COMMIT="13425e897c19f4f4436c5ca4414dddd37fc65190" +MY_P="nginx-eval-module-${MY_COMMIT}" +NGINX_MOD_S="${WORKDIR}/${MY_P}" + +inherit nginx-module + +DESCRIPTION="An NGINX module that stores subrequest response bodies into variables" +HOMEPAGE="https://github.com/openresty/nginx-eval-module" +SRC_URI=" + https://github.com/openresty/nginx-eval-module/archive/${MY_COMMIT}.tar.gz -> ${MY_P}.tar.gz +" + +LICENSE="BSD-2" +SLOT="0" + +RESTRICT="test"