diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /www-nginx/ngx-lua-upstream | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'www-nginx/ngx-lua-upstream')
4 files changed, 0 insertions, 89 deletions
diff --git a/www-nginx/ngx-lua-upstream/Manifest b/www-nginx/ngx-lua-upstream/Manifest deleted file mode 100644 index 55a14a93f4bc..000000000000 --- a/www-nginx/ngx-lua-upstream/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ngx-lua-upstream-0.07.tar.gz 12763 BLAKE2B 45867c528cca9f2c4d057167609863e9b772403a6fabac4e270b541006dbb49d169a2841c02b8a075a591a0efd3ea2227f6fdf5810c5819ee7bcf455a0444432 SHA512 72887c4490854b099cb26bb3f840073a36b0d812bde4486f04dc1be182ca74f0d1e3fd709e77c240c2dcf37665f74cf04e188ea9efe8e127c6789b27b487d0cd diff --git a/www-nginx/ngx-lua-upstream/files/ngx-lua-upstream-0.07-skip-invalid-tests.patch b/www-nginx/ngx-lua-upstream/files/ngx-lua-upstream-0.07-skip-invalid-tests.patch deleted file mode 100644 index cba15cfbc7a9..000000000000 --- a/www-nginx/ngx-lua-upstream/files/ngx-lua-upstream-0.07-skip-invalid-tests.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 9d8b6160d92a2899e28d4a610a884d160e4a1f38 Mon Sep 17 00:00:00 2001 -From: Zurab Kvachadze <zurabid2016@gmail.com> -Date: Sat, 15 Feb 2025 17:58:35 +0100 -Subject: [PATCH] Skip invalid tests - -Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> ---- - t/sanity.t | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/t/sanity.t b/t/sanity.t -index b913f21..f2b22b2 100644 ---- a/t/sanity.t -+++ b/t/sanity.t -@@ -1,6 +1,7 @@ - # vim:set ft= ts=4 sw=4 et fdm=marker: - --use Test::Nginx::Socket::Lua; -+use Test::Nginx::Socket::Lua skip_all => -+ 'uses arbitrary hostname with no corresponding server directive'; - - #worker_connections(1014); - #master_on(); --- -2.45.3 - diff --git a/www-nginx/ngx-lua-upstream/metadata.xml b/www-nginx/ngx-lua-upstream/metadata.xml deleted file mode 100644 index 4cf7d31adb2d..000000000000 --- a/www-nginx/ngx-lua-upstream/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?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> - <upstream> - <bugs-to>https://github.com/openresty/lua-upstream-nginx-module/issues</bugs-to> - <remote-id type="github">openresty/lua-upstream-nginx-module</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-nginx/ngx-lua-upstream/ngx-lua-upstream-0.07.ebuild b/www-nginx/ngx-lua-upstream/ngx-lua-upstream-0.07.ebuild deleted file mode 100644 index e45a9748167f..000000000000 --- a/www-nginx/ngx-lua-upstream/ngx-lua-upstream-0.07.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Upstream supports luajit only. -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -MY_PN="lua-upstream-nginx-module" - -NGINX_MOD_LINK_MODULES=( www-nginx/ngx-lua-module ) - -NGINX_MOD_OPENRESTY_TESTS=1 -NGINX_MOD_TEST_LOAD_ORDER=( - www-nginx/ngx-lua-module - www-nginx/ngx-echo -) -inherit flag-o-matic lua-single nginx-module - -DESCRIPTION="An NGINX C module exposing ngx-lua-module's Lua APIs for NGINX upstreams" -HOMEPAGE="https://github.com/openresty/lua-upstream-nginx-module" -SRC_URI=" - https://github.com/openresty/lua-upstream-nginx-module/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz -" - -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm64" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -BDEPEND="virtual/pkgconfig" -DEPEND="${LUA_DEPS}" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-0.07-skip-invalid-tests.patch" -) - -src_configure() { - ngx_mod_append_libs "$(lua_get_LIBS)" - append-cflags "$(lua_get_CFLAGS)" - - nginx-module_src_configure -} |
