public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/
Date: Mon, 10 Jun 2024 15:22:57 +0000 (UTC)	[thread overview]
Message-ID: <1718032973.52c375f7b063b6c1798fce200f57d2ba61479733.candrews@gentoo> (raw)

commit:     52c375f7b063b6c1798fce200f57d2ba61479733
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 15:22:02 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 15:22:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c375f7

www-apache/mod_authz_unixgroup: update EAPI 6 -> 7

Bug: https://bugs.gentoo.org/933847
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 .../mod_authz_unixgroup-1.1.0-r1.ebuild            | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r1.ebuild b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r1.ebuild
new file mode 100644
index 000000000000..4bc6217b5ac9
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit apache-module
+
+if [[ ${PV} == *9999 ]] ; then
+	EGIT_REPO_URI="https://github.com/phokz/mod-auth-external.git"
+	inherit git-r3
+	S="${WORKDIR}/${P}/${PN}"
+else
+	SRC_URI="https://github.com/phokz/mod-auth-external/archive/${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/mod-auth-external-${P}"
+fi
+
+DESCRIPTION="An Apache2 authorization DSO using unix groups"
+HOMEPAGE="https://github.com/phokz/mod-auth-external"
+
+LICENSE="Apache-1.1"
+SLOT="0"
+need_apache2_4
+
+DOCFILES="CHANGES INSTALL README NOTICE"
+
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="AUTHZ_UNIXGROUP"
+
+pkg_setup() {
+	_init_apache2
+	_init_apache2_late
+}


             reply	other threads:[~2024-06-10 15:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-10 15:22 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23  5:23 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/ Craig Andrews
2024-06-17  8:47 Arthur Zamarin
2024-06-17  4:19 Arthur Zamarin
2024-06-10 15:32 Craig Andrews
2024-06-10 15:32 Craig Andrews
2024-05-14  9:14 Arthur Zamarin
2021-01-21  7:40 Agostino Sarubbo

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=1718032973.52c375f7b063b6c1798fce200f57d2ba61479733.candrews@gentoo \
    --to=candrews@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