From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DAA3158094 for ; Sat, 9 Jul 2022 21:30:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 234E7E0B73; Sat, 9 Jul 2022 21:30:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0C60E0B6F for ; Sat, 9 Jul 2022 21:30:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57436340F37 for ; Sat, 9 Jul 2022 21:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 959BA51F for ; Sat, 9 Jul 2022 21:30:04 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1657402157.bf02dbae72b37faec40e8c42f62f952cd47133ab.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx/nginx-1.21.6-r1.ebuild www-servers/nginx/nginx-1.21.6-r2.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: bf02dbae72b37faec40e8c42f62f952cd47133ab X-VCS-Branch: master Date: Sat, 9 Jul 2022 21:30:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24b1361e-cea1-421d-82d0-dbd7f35f40bb X-Archives-Hash: 72c9baa715cf398e054589471abe6a6f commit: bf02dbae72b37faec40e8c42f62f952cd47133ab Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jul 9 20:40:01 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jul 9 21:29:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf02dbae www-servers/nginx: migrate to GLEP-81 Closes: https://bugs.gentoo.org/701254 Signed-off-by: Conrad Kostecki gentoo.org> .../nginx/{nginx-1.21.6-r1.ebuild => nginx-1.21.6-r2.ebuild} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/www-servers/nginx/nginx-1.21.6-r1.ebuild b/www-servers/nginx/nginx-1.21.6-r2.ebuild similarity index 99% rename from www-servers/nginx/nginx-1.21.6-r1.ebuild rename to www-servers/nginx/nginx-1.21.6-r2.ebuild index cbd512501efa..d85839846c7f 100644 --- a/www-servers/nginx/nginx-1.21.6-r1.ebuild +++ b/www-servers/nginx/nginx-1.21.6-r2.ebuild @@ -166,7 +166,7 @@ NJS_MODULE_WD="${WORKDIR}/njs-${NJS_MODULE_PV}" SSL_DEPS_SKIP=1 AUTOTOOLS_AUTO_DEPEND="no" -inherit autotools lua-single ssl-cert toolchain-funcs perl-module flag-o-matic user systemd multilib pax-utils +inherit autotools lua-single ssl-cert toolchain-funcs perl-module systemd pax-utils DESCRIPTION="Robust, small and high performance http and reverse proxy server" HOMEPAGE="https://nginx.org" @@ -279,6 +279,8 @@ done IUSE="${IUSE} nginx_modules_http_spdy" CDEPEND=" + acct-group/nginx + acct-user/nginx virtual/libcrypt:= pcre? ( dev-libs/libpcre:= ) pcre-jit? ( dev-libs/libpcre:=[jit] ) @@ -343,11 +345,6 @@ pkg_setup() { NGINX_HOME="/var/lib/nginx" NGINX_HOME_TMP="${NGINX_HOME}/tmp" - ebegin "Creating nginx user and group" - enewgroup ${PN} - enewuser ${PN} -1 -1 "${NGINX_HOME}" ${PN} - eend $? - if use libatomic; then ewarn "GCC 4.1+ features built-in atomic operations." ewarn "Using libatomic_ops is only needed if using"