diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-12-13 15:41:13 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-12-13 15:41:13 -0500 |
commit | d42961faa4d5d1e5e3dc91c71f083438e33fdcc7 (patch) | |
tree | e364a88bc7fc9f5a4d794c0adeceed74ec19c3be /www-apache/mod_authnz_external | |
parent | dev-python/botocore: Stabilize 1.23.5 ALLARCHES, #829110 (diff) | |
download | gentoo-d42961faa4d5d1e5e3dc91c71f083438e33fdcc7.tar.gz gentoo-d42961faa4d5d1e5e3dc91c71f083438e33fdcc7.tar.bz2 gentoo-d42961faa4d5d1e5e3dc91c71f083438e33fdcc7.zip |
www-apache/mod_authnz_external: Cleanup old version
Closes: https://bugs.gentoo.org/828743
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apache/mod_authnz_external')
-rw-r--r-- | www-apache/mod_authnz_external/Manifest | 1 | ||||
-rw-r--r-- | www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/www-apache/mod_authnz_external/Manifest b/www-apache/mod_authnz_external/Manifest index b500afacfe0a..3c208acc9a9f 100644 --- a/www-apache/mod_authnz_external/Manifest +++ b/www-apache/mod_authnz_external/Manifest @@ -1,2 +1 @@ -DIST mod_authnz_external-3.3.2.tar.gz 36160 BLAKE2B afc3e4b9b52628479163bf705a473edbb96b5c82ac74c43a0d15512adf59adb4a4122f83e59871a3a91d9094347287b1072e3f12b9689680acd91f4ea534cc6d SHA512 8216744dbaed8dbde0d33658e38594463409e613412bd94f3e5f5a816f5e793a395ddda7c582ff1d1e69e48efdd1efb48c168d4cbc37cc7807a0dcb92eace0be DIST mod_authnz_external-3.3.3.tar.gz 38266 BLAKE2B 03bdfe7efdcd832b7662be70e0e38cdfb4f025d3bdd3baf3e98b4d77efd538605db8f625006246515f427989aca3242626a4115e4534ecb75c09adc967227ea6 SHA512 65b643870dcfc5cdc0343bc606ff74697473617ce9f6fe27cae40ae1b2dca904bb71b6ec8347c6b5c5e3819785432798f6e78820cdf66fd17b245371a41322d2 diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild deleted file mode 100644 index 1ee5ca6c1276..000000000000 --- a/www-apache/mod_authnz_external/mod_authnz_external-3.3.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit apache-module - -DESCRIPTION="An Apache2 authentication DSO using external programs" -HOMEPAGE="https://github.com/phokz/mod-auth-external" -SRC_URI="https://mod-auth-external.googlecode.com/files/${P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="2" -KEYWORDS="amd64 x86" -IUSE="" -need_apache2_4 - -DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO UPGRADE" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTHNZ_EXTERNAL" |