diff options
author | Craig Andrews <candrews@gentoo.org> | 2024-06-10 11:31:21 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2024-06-10 11:31:21 -0400 |
commit | 15cb6d582c4657d5a574b18d8626863ecc54536f (patch) | |
tree | daab60e59f540e175e70aa6c7f3621f886b5fb02 /www-apache/mod_authnz_external | |
parent | www-apache/mod_authnz_external: update EAPI 7 -> 8 (diff) | |
download | gentoo-15cb6d582c4657d5a574b18d8626863ecc54536f.tar.gz gentoo-15cb6d582c4657d5a574b18d8626863ecc54536f.tar.bz2 gentoo-15cb6d582c4657d5a574b18d8626863ecc54536f.zip |
www-apache/mod_authnz_external: drop 3.3.3-r1
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apache/mod_authnz_external')
-rw-r--r-- | www-apache/mod_authnz_external/mod_authnz_external-3.3.3-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.3.3-r1.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.3.3-r1.ebuild deleted file mode 100644 index 0aef20d37435..000000000000 --- a/www-apache/mod_authnz_external/mod_authnz_external-3.3.3-r1.ebuild +++ /dev/null @@ -1,33 +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}/mod_authnz_external" -else - SRC_URI="https://github.com/phokz/mod-auth-external/archive/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/mod-auth-external-${P}" -fi - -DESCRIPTION="An Apache2 authentication DSO using external programs" -HOMEPAGE="https://github.com/phokz/mod-auth-external" - -LICENSE="Apache-1.1" -SLOT="2" -IUSE="" -need_apache2_4 - -DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO UPGRADE" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTHNZ_EXTERNAL" - -pkg_setup() { - _init_apache2 - _init_apache2_late -} |