diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-14 12:12:46 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-14 12:12:46 +0300 |
commit | fce3f26fafbf1d01eae14c31aa01ea1cb457cd5f (patch) | |
tree | 63895a359b1d5442b762ad02951f8ccc6078ff80 /www-apache | |
parent | x11-wm/stumpwm-contrib: remove stale live ebuild, EAPI6-- (diff) | |
download | gentoo-fce3f26fafbf1d01eae14c31aa01ea1cb457cd5f.tar.gz gentoo-fce3f26fafbf1d01eae14c31aa01ea1cb457cd5f.tar.bz2 gentoo-fce3f26fafbf1d01eae14c31aa01ea1cb457cd5f.zip |
www-apache/mod_authz_unixgroup: remove stale live ebuild, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_authz_unixgroup/mod_authz_unixgroup-9999.ebuild | 32 |
1 files changed, 0 insertions, 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 -} |