public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_openidc/
Date: Tue, 28 Jan 2025 08:34:45 +0000 (UTC)	[thread overview]
Message-ID: <1738052279.57a3facc5fd58f1fdbe809fa8a2205540c07014c.sam@gentoo> (raw)

commit:     57a3facc5fd58f1fdbe809fa8a2205540c07014c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 08:17:36 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"


             reply	other threads:[~2025-01-28  8:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-28  8:34 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-30  1:31 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_openidc/ Sam James
2025-01-30 19:00 Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1738052279.57a3facc5fd58f1fdbe809fa8a2205540c07014c.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox