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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3E13138335 for ; Sat, 13 Apr 2019 03:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C8C8E07D3; Sat, 13 Apr 2019 03:49:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45E24E07D3 for ; Sat, 13 Apr 2019 03:49:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C8F9340DB6 for ; Sat, 13 Apr 2019 03:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 472B65A4 for ; Sat, 13 Apr 2019 03:48:59 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1555127325.fca566ef8b92459424c1ce6d9157726773992ed3.whissi@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.14.2-r3.ebuild www-servers/nginx/nginx-1.14.2-r4.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fca566ef8b92459424c1ce6d9157726773992ed3 X-VCS-Branch: master Date: Sat, 13 Apr 2019 03:48:59 +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: 13101b5a-bec5-4a17-8963-90427115c17d X-Archives-Hash: dc4659ab9fcda06021792ea95837e755 commit: fca566ef8b92459424c1ce6d9157726773992ed3 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Apr 13 03:48:45 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Apr 13 03:48:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca566ef www-servers/nginx: add pax-mark for USE=pax-mark Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> .../nginx/{nginx-1.14.2-r3.ebuild => nginx-1.14.2-r4.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www-servers/nginx/nginx-1.14.2-r3.ebuild b/www-servers/nginx/nginx-1.14.2-r4.ebuild similarity index 99% rename from www-servers/nginx/nginx-1.14.2-r3.ebuild rename to www-servers/nginx/nginx-1.14.2-r4.ebuild index c7c8f616f3a..dde537f4fa2 100644 --- a/www-servers/nginx/nginx-1.14.2-r3.ebuild +++ b/www-servers/nginx/nginx-1.14.2-r4.ebuild @@ -165,7 +165,7 @@ NJS_MODULE_WD="${WORKDIR}/njs-${NJS_MODULE_PV}" SSL_DEPS_SKIP=1 AUTOTOOLS_AUTO_DEPEND="no" -inherit autotools ssl-cert toolchain-funcs perl-module flag-o-matic user systemd versionator multilib +inherit autotools ssl-cert toolchain-funcs perl-module flag-o-matic user systemd versionator multilib pax-utils DESCRIPTION="Robust, small and high performance http and reverse proxy server" HOMEPAGE="https://nginx.org" @@ -751,6 +751,10 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/nginx.logrotate-r1 nginx + if use luajit; then + pax-mark m "${ED%/}/usr/sbin/nginx" + fi + if use nginx_modules_http_perl; then cd "${S}"/objs/src/http/modules/perl/ || die emake DESTDIR="${D}" INSTALLDIRS=vendor