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 AF6E515806E for ; Mon, 29 May 2023 20:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6400E078A; Mon, 29 May 2023 20:17:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB56FE078A for ; Mon, 29 May 2023 20:17:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF59B3410E9 for ; Mon, 29 May 2023 20:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74E39A6F for ; Mon, 29 May 2023 20:17:41 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1685391413.2a9bac18bdecb1eb0a065bdd747a8467ca9cfcba.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx-unit/nginx-unit-1.30.0.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 2a9bac18bdecb1eb0a065bdd747a8467ca9cfcba X-VCS-Branch: master Date: Mon, 29 May 2023 20:17:41 +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: 9d1c9c1d-ca1c-4edf-b696-8789cb43d9f8 X-Archives-Hash: 041f10cc4e8067dbb6d62030e3c88aa0 commit: 2a9bac18bdecb1eb0a065bdd747a8467ca9cfcba Author: Mike Pagano gentoo org> AuthorDate: Mon May 29 20:16:53 2023 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon May 29 20:16:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9bac18 www-servers/nginx-unit: Support building perl module Closes: https://bugs.gentoo.org/907204 Signed-off-by: Mike Pagano gentoo.org> www-servers/nginx-unit/nginx-unit-1.30.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild index 8d3e40e6aa94..576f5179c69f 100644 --- a/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64" MY_USE="perl python ruby" MY_USE_PHP="php7-4 php8-0 php8-1 php8-2" -IUSE="${MY_USE} ${MY_USE_PHP} ssl" +IUSE="${MY_USE} ${MY_USE_PHP} perl ssl" REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )" @@ -88,6 +88,12 @@ src_configure() { src_install() { default + if use perl ; then + echo "1" + echo "D is ${D}" + emake DESTDIR="${D}/" perl-install + fi + rm -rf "${ED}"/usr/var diropts -m 0770