public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/
@ 2021-01-21  7:40 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2021-01-21  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e91562dd74a9bba8a63ac323a5580d00012f445b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 07:36:38 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 07:36:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91562dd

www-apache/mod_authz_unixgroup: amd64 stable wrt bug #763549

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
index 7c9081bf357..58dd0cc9226 100644
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
 	S="${WORKDIR}/${P}/${PN}"
 else
 	SRC_URI="https://github.com/phokz/mod-auth-external/archive/${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 	S="${WORKDIR}/mod-auth-external-${P}"
 fi
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/
@ 2024-05-14  9:14 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-05-14  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     fce3f26fafbf1d01eae14c31aa01ea1cb457cd5f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 09:12:46 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 14 09:12:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce3f26f

www-apache/mod_authz_unixgroup: remove stale live ebuild, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../mod_authz_unixgroup-9999.ebuild                | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-9999.ebuild b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-9999.ebuild
deleted file mode 100644
index 7c9081bf3575..000000000000
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/
@ 2024-06-10 15:22 Craig Andrews
  0 siblings, 0 replies; 8+ messages in thread
From: Craig Andrews @ 2024-06-10 15:22 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/
@ 2024-06-10 15:32 Craig Andrews
  0 siblings, 0 replies; 8+ messages in thread
From: Craig Andrews @ 2024-06-10 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     86d645d1ab1d7ca5fe4310f3df23f3e09a735a0d
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 15:31:54 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 15:31:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d645d1

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

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

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

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild
new file mode 100644
index 000000000000..e445b9e407d1
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+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
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/
@ 2024-06-10 15:32 Craig Andrews
  0 siblings, 0 replies; 8+ messages in thread
From: Craig Andrews @ 2024-06-10 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     8ab506879a490da8172d3b6269ff9c4018217206
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 15:32:09 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 15:32:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab50687

www-apache/mod_authz_unixgroup: drop 1.1.0-r1

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

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

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
deleted file mode 100644
index 4bc6217b5ac9..000000000000
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/
@ 2024-06-17  4:19 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-06-17  4:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5c7e3b0f50b40bc2bd05417299f627b959b81fbe
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 04:19:51 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 04:19:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7e3b0f

www-apache/mod_authz_unixgroup: Stabilize 1.1.0-r2 amd64, #934442

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild
index e445b9e407d1..ff0157b722eb 100644
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
 	S="${WORKDIR}/${P}/${PN}"
 else
 	SRC_URI="https://github.com/phokz/mod-auth-external/archive/${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 	S="${WORKDIR}/mod-auth-external-${P}"
 fi
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/
@ 2024-06-17  8:47 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-06-17  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a18407bbbb77ade1324bb25f75381cddd04cb606
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 08:46:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 08:47:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18407bb

www-apache/mod_authz_unixgroup: drop 1.1.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../mod_authz_unixgroup-1.1.0.ebuild               | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
deleted file mode 100644
index 58dd0cc92263..000000000000
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/
@ 2024-11-23  5:23 Craig Andrews
  0 siblings, 0 replies; 8+ messages in thread
From: Craig Andrews @ 2024-11-23  5:23 UTC (permalink / raw
  To: gentoo-commits

commit:     cbc0a5faf7bdb77cb024830119bd135ff42b2715
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 05:22:09 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 05:23:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc0a5fa

www-apache/mod_authz_unixgroup: add 1.2.0

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 www-apache/mod_authz_unixgroup/Manifest            |  1 +
 .../mod_authz_unixgroup-1.2.0.ebuild               | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/www-apache/mod_authz_unixgroup/Manifest b/www-apache/mod_authz_unixgroup/Manifest
index 286d71e1270e..0b42672ea3db 100644
--- a/www-apache/mod_authz_unixgroup/Manifest
+++ b/www-apache/mod_authz_unixgroup/Manifest
@@ -1 +1,2 @@
 DIST mod_authz_unixgroup-1.1.0.tar.gz 10085 BLAKE2B d7948cf046d58bcf27dfd4310a69ea61395d75f67c782fdbeb3f96015b7df8abebb7c59a244efe37a20e42ed72b501cd757346812144cd66a1cae8dabbd62a42 SHA512 83c767b2eb903964e688658bc4ae4384afd14c99f714c9aafb8c5bdddc855511e0b81f3499411b401865e42028b587dbba4ea2eb5123fe32ac91899327d6bbb8
+DIST mod_authz_unixgroup-1.2.0.tar.gz 13442 BLAKE2B 8cd00db549834ef252ec48b54b2dc442a9c38ded3f34e3bb75b49e88232ab88ffbcec2481971c91629932e602729ca431d8084a92e4df17fee3742387d8b7f68 SHA512 fd74e1510ffa4ca273d9e97760cdda846ce7c7debbdfa09ba8b90f8d7dc0720d0fb128261680b48e6fba63ca273d98e0bcaadeeca9276e06809b51d4ab6e8c61

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.2.0.ebuild b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.2.0.ebuild
new file mode 100644
index 000000000000..0f81e7971ee7
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+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"
+
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="AUTHZ_UNIXGROUP"
+
+pkg_setup() {
+	_init_apache2
+	_init_apache2_late
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-11-23  5:23 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox