summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2024-11-30 16:04:43 -0500
committerCraig Andrews <candrews@gentoo.org>2024-11-30 16:04:43 -0500
commit293dd50774fc72bb80b41fd7681ab42169ba1ba7 (patch)
tree042aa529f426250347147305e037d6d589014a9d /www-apache
parentwww-apache/mod_authz_unixgroup: add libbsd dep (diff)
downloadgentoo-293dd50774fc72bb80b41fd7681ab42169ba1ba7.tar.gz
gentoo-293dd50774fc72bb80b41fd7681ab42169ba1ba7.tar.bz2
gentoo-293dd50774fc72bb80b41fd7681ab42169ba1ba7.zip
www-apache/mod_authz_unixgroup: drop 1.2.0
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.2.0.ebuild32
1 files changed, 0 insertions, 32 deletions
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
deleted file mode 100644
index 0f81e7971ee7..000000000000
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-}