From 3517852e3b8a68d1e997770fc0650c5053bafc6c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 4 Jan 2022 01:27:12 +0000 Subject: gentoo resync : 04.01.2022 --- .../mod_ldap_userdir-1.1.19.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild (limited to 'www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild') diff --git a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild b/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild deleted file mode 100644 index 69d4627e46f0..000000000000 --- a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit apache-module depend.apache - -DESCRIPTION="Look up Apache ~user directories in an LDAP directory" -HOMEPAGE="https://www.horde.net/~jwm/software/mod_ldap_userdir/" -SRC_URI="https://horde.net/~jwm/software/${PN}/${P}.tar.gz" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="ssl" - -DEPEND="net-nds/openldap - ssl? ( dev-libs/openssl )" - -# The module will compile fine without apache[ldap], but Apache will -# crash if you try to load ${PN} without mod_ldap loaded. The funny- -# looking atom was taken from depend.apache.eclass (need_apache2). -RDEPEND="${DEPEND} - =www-servers/apache-2*[ldap]" - -APACHE2_MOD_CONF="47_${PN}" -APACHE2_MOD_DEFINE="LDAP LDAP_USERDIR" - -DOCFILES="DIRECTIVES README user-ldif" - -# Don't try to get away without this, even though it causes some deps to -# be repeated. -need_apache2 -- cgit v1.2.3