commit:     bad9a0ea3c0a39e4f1137782d033fbe4cd104c2b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 17:51:18 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 17:51:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad9a0ea

www-apache/mod_vhost_ldap: treeclean

Closes: https://bugs.gentoo.org/827666
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask                              |  6 ---
 www-apache/mod_vhost_ldap/Manifest                 |  1 -
 .../mod_vhost_ldap/files/99_mod_vhost_ldap.conf    | 10 -----
 www-apache/mod_vhost_ldap/metadata.xml             |  8 ----
 .../mod_vhost_ldap/mod_vhost_ldap-2.4.0-r1.ebuild  | 48 ----------------------
 5 files changed, 73 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d449ef494737..d06b44abbeec 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -251,12 +251,6 @@ dev-java/xmpcore
 www-misc/xxv
 x11-themes/xxv-skins
 
-# Marek Szuba <[email protected]> (2021-11-27)
-# No activity in upstream GitHub repository since July 2013,
-# no official release tarballs, unmaintained in Gentoo, EAPI 5.
-# Removal in 30 days. Bug #827666
-www-apache/mod_vhost_ldap
-
 # Hans de Graaff <[email protected]> (2021-11-26)
 # Mask new rubygems version for testing. This version uses a new
 # gentoo-defaults profile, bug #789957

diff --git a/www-apache/mod_vhost_ldap/Manifest 
b/www-apache/mod_vhost_ldap/Manifest
deleted file mode 100644
index e7a1c0a53711..000000000000
--- a/www-apache/mod_vhost_ldap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mod_vhost_ldap-2.4.0.tar.xz 9628 BLAKE2B 
8a8fc0718905f43c153a7ae5c7e551a15bb10b1aa77e24010edaff42adffc9d5d9a4f9c6d1a2b4a0d64bf27014c001ce45e4e564ac7624651d688c828f03e0bd
 SHA512 
b9715881ca704207fd852dfa2370dd71993bc85f390b353201aaf40c4252978e720abeda8b29b6c676f3cac66e50b67989825d7a6d3992829fbbfed725c75330

diff --git a/www-apache/mod_vhost_ldap/files/99_mod_vhost_ldap.conf 
b/www-apache/mod_vhost_ldap/files/99_mod_vhost_ldap.conf
deleted file mode 100644
index dd563150dcbc..000000000000
--- a/www-apache/mod_vhost_ldap/files/99_mod_vhost_ldap.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-<IfDefine VHOST_LDAP>
-LoadModule vhost_ldap_module modules/mod_vhost_ldap.so
-
-VhostLDAPEnabled on
-VhostLDAPUrl "ldap://127.0.0.1/ou=vhosts,ou=web,dc=localhost";
-VhostLdapBindDN "cn=admin,dc=localhost"
-VhostLDAPBindPassword "changeme"
-</IfDefine>
-
-# vim: ts=4 filetype=apache

diff --git a/www-apache/mod_vhost_ldap/metadata.xml 
b/www-apache/mod_vhost_ldap/metadata.xml
deleted file mode 100644
index a1781bd06014..000000000000
--- a/www-apache/mod_vhost_ldap/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="github">oerdnj/mod-vhost-ldap</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/www-apache/mod_vhost_ldap/mod_vhost_ldap-2.4.0-r1.ebuild 
b/www-apache/mod_vhost_ldap/mod_vhost_ldap-2.4.0-r1.ebuild
deleted file mode 100644
index 6ecb1a326d4c..000000000000
--- a/www-apache/mod_vhost_ldap/mod_vhost_ldap-2.4.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit apache-module
-
-DESCRIPTION="Store and configure Apache virtual hosts using LDAP"
-HOMEPAGE="https://github.com/oerdnj/mod-vhost-ldap";
-SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-APACHE2_MOD_CONF="99_${PN}"
-APACHE2_MOD_DEFINE="VHOST_LDAP LDAP"
-
-DOCFILES="AUTHORS ChangeLog README"
-
-# We need apr-util[ldap] and apache to build, but the ldap module for
-# apache is only needed when we try to run the thing.
-DEPEND="dev-libs/apr-util[ldap]"
-RDEPEND="=www-servers/apache-2.4*[ldap]"
-
-need_apache2_4
-
-src_prepare() {
-       default
-
-       sed -i "s/MOD_VHOST_LDAP_VERSION/\"${PV}\"/g" "${PN}.c" || \
-               die "failed to sed version string"
-}
-
-src_install() {
-       apache-module_src_install
-       insinto /etc/openldap/schema
-       doins mod_vhost_ldap.schema
-}
-
-pkg_postinst() {
-       apache-module_pkg_postinst
-       einfo
-       einfo "Your LDAP server needs to include mod_vhost_ldap.schema and 
should"
-       einfo "also maintain indices on apacheServerName and apacheServerAlias."
-       einfo
-}

Reply via email to