This commit adds the live Git version of NGINX to the Gentoo tree, making use of nginx.eclass.
Signed-off-by: Zurab Kvachadze <[email protected]> --- .../nginx/{nginx-1.29.0.ebuild => nginx-9999.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) copy www-servers/nginx/{nginx-1.29.0.ebuild => nginx-9999.ebuild} (85%) diff --git a/www-servers/nginx/nginx-1.29.0.ebuild b/www-servers/nginx/nginx-9999.ebuild similarity index 85% copy from www-servers/nginx/nginx-1.29.0.ebuild copy to www-servers/nginx/nginx-9999.ebuild index 187f6765a964..801d51bbc7f9 100644 --- a/www-servers/nginx/nginx-1.29.0.ebuild +++ b/www-servers/nginx/nginx-9999.ebuild @@ -19,13 +19,11 @@ NGINX_MODULES=( +stream_{upstream_hash,upstream_least_conn,upstream_random,upstream_zone} stream_{ssl,realip,geoip,ssl_preread} ) -NGINX_UPDATE_STREAM=mainline -NGINX_TESTS_COMMIT=7f1e88e10dca8e4c135ab9e688df0c2484091125 +NGINX_UPDATE_STREAM=live +NGINX_TESTS_COMMIT=live NGINX_MISC_FILES=( nginx-{r2.logrotate,r2.service,r4.conf,r5.initd,r1.confd} nginx.tmpfiles ) inherit nginx - -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" -- 2.49.0
