From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0A2E1580E0 for ; Tue, 28 Jan 2025 08:34:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D84C4342FAB for ; Tue, 28 Jan 2025 08:34:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0EFF2110470; Tue, 28 Jan 2025 08:34:48 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 070BB110470 for ; Tue, 28 Jan 2025 08:34:47 +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 AE06D33FD3F for ; Tue, 28 Jan 2025 08:34:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5D5B11A7 for ; Tue, 28 Jan 2025 08:34:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1738052279.57a3facc5fd58f1fdbe809fa8a2205540c07014c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_openidc/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_auth_openidc/mod_auth_openidc-2.4.14.4-r1.ebuild X-VCS-Directories: www-apache/mod_auth_openidc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 57a3facc5fd58f1fdbe809fa8a2205540c07014c X-VCS-Branch: master Date: Tue, 28 Jan 2025 08:34:45 +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: 3e75b64b-fbe3-49a9-906f-9f9affc6d80f X-Archives-Hash: 2da6d58c6df1df8bb21e941678c63274 commit: 57a3facc5fd58f1fdbe809fa8a2205540c07014c Author: Sam James gentoo org> AuthorDate: Tue Jan 28 08:17:36 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 28 08:17:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a3facc www-apache/mod_auth_openidc: style fixes, use BDEPEND To make the diff for the bump I'm about to do smaller. Signed-off-by: Sam James gentoo.org> .../mod_auth_openidc-2.4.14.4-r1.ebuild | 26 ++++++++++++---------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/www-apache/mod_auth_openidc/mod_auth_openidc-2.4.14.4-r1.ebuild b/www-apache/mod_auth_openidc/mod_auth_openidc-2.4.14.4-r1.ebuild index 4ab411903ee7..72e6fbc32426 100644 --- a/www-apache/mod_auth_openidc/mod_auth_openidc-2.4.14.4-r1.ebuild +++ b/www-apache/mod_auth_openidc/mod_auth_openidc-2.4.14.4-r1.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# EAPI=8 @@ -9,25 +8,28 @@ inherit depend.apache apache-module autotools DESCRIPTION="OpenID Connect Relying Party implementation for Apache HTTP Server 2.x" HOMEPAGE="https://github.com/OpenIDC/mod_auth_openidc" SRC_URI="https://github.com/OpenIDC/mod_auth_openidc/releases/download/v${PV}/${P}.tar.gz" -KEYWORDS="~amd64" -IUSE="redis brotli" -SLOT="0" LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="brotli redis" -RDEPEND="net-misc/curl - brotli? ( app-arch/brotli:= ) - sys-libs/zlib:= - dev-libs/openssl:= +RDEPEND=" + app-misc/jq dev-libs/apr - dev-libs/jansson:= dev-libs/cjose + dev-libs/jansson:= + dev-libs/openssl:= dev-libs/libpcre + net-misc/curl + sys-libs/zlib:= + brotli? ( app-arch/brotli:= ) redis? ( dev-libs/hiredis:= ) - app-misc/jq" +" DEPEND=" ${RDEPEND} - virtual/pkgconfig" +" +BDEPEND="virtual/pkgconfig" APACHE2_MOD_CONF="10_mod_auth_openidc" APACHE2_MOD_DEFINE="AUTH_OPENIDC"