Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_ldap_userdir/files/, www-apache/mod_ldap_userdir/, profiles/
Date: Sun, 26 Dec 2021 17:52:45
Message-Id: 1640541059.755105ced727720916b237ee8768753ca3f0b82c.jsmolic@gentoo
1 commit: 755105ced727720916b237ee8768753ca3f0b82c
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 26 17:50:59 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 17:50:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755105ce
7
8 www-apache/mod_ldap_userdir: treeclean
9
10 Closes: https://bugs.gentoo.org/827663
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 profiles/package.mask | 7 -----
14 www-apache/mod_ldap_userdir/Manifest | 1 -
15 .../files/47_mod_ldap_userdir.conf | 9 ------
16 www-apache/mod_ldap_userdir/metadata.xml | 5 ----
17 .../mod_ldap_userdir-1.1.19.ebuild | 33 ----------------------
18 5 files changed, 55 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index 8bae5c6e3609..d449ef494737 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -257,13 +257,6 @@ x11-themes/xxv-skins
25 # Removal in 30 days. Bug #827666
26 www-apache/mod_vhost_ldap
27
28 -# Marek Szuba <marecki@g.o> (2021-11-27)
29 -# Upstream Web site (including release tarballs) is gone, no activity
30 -# in their GitHub repository since June 2012. Unmaintained in Gentoo
31 -# for years, EAPI 5.
32 -# Removal in 30 days. Bug #827663
33 -www-apache/mod_ldap_userdir
34 -
35 # Hans de Graaff <graaff@g.o> (2021-11-26)
36 # Mask new rubygems version for testing. This version uses a new
37 # gentoo-defaults profile, bug #789957
38
39 diff --git a/www-apache/mod_ldap_userdir/Manifest b/www-apache/mod_ldap_userdir/Manifest
40 deleted file mode 100644
41 index 3fdcf273f23b..000000000000
42 --- a/www-apache/mod_ldap_userdir/Manifest
43 +++ /dev/null
44 @@ -1 +0,0 @@
45 -DIST mod_ldap_userdir-1.1.19.tar.gz 51483 BLAKE2B 6e88dcafd2dbdec78623665ae66429f833015c7ded8c68e76e081c39b56f9ef75b925955416d8179ec1844527539708104f4dd21b0bb65e759cb764f84c0d1e9 SHA512 57d75ac58ac841641050e1f6e022bd6c7df9192da29439264bbe83e938e84a474952996e53bcba1f490ab24415c98b7e972bc3af14cb46a7bc35016b6533ff28
46
47 diff --git a/www-apache/mod_ldap_userdir/files/47_mod_ldap_userdir.conf b/www-apache/mod_ldap_userdir/files/47_mod_ldap_userdir.conf
48 deleted file mode 100644
49 index 1e14e80e152b..000000000000
50 --- a/www-apache/mod_ldap_userdir/files/47_mod_ldap_userdir.conf
51 +++ /dev/null
52 @@ -1,9 +0,0 @@
53 -<IfDefine LDAP_USERDIR>
54 -LoadModule ldap_userdir_module modules/mod_ldap_userdir.so
55 -
56 -LDAPUserDir public_html
57 -LDAPUserDirDNInfo cn=root,dc=yourcompany,dc=com yourpassword
58 -LDAPUserDirBaseDN ou=People,dc=yourcompany,dc=com
59 -</IfDefine>
60 -
61 -# vim: ts=4 filetype=apache
62
63 diff --git a/www-apache/mod_ldap_userdir/metadata.xml b/www-apache/mod_ldap_userdir/metadata.xml
64 deleted file mode 100644
65 index 85e4ed814fa2..000000000000
66 --- a/www-apache/mod_ldap_userdir/metadata.xml
67 +++ /dev/null
68 @@ -1,5 +0,0 @@
69 -<?xml version="1.0" encoding="UTF-8"?>
70 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
71 -<pkgmetadata>
72 -<!-- maintainer-needed -->
73 -</pkgmetadata>
74
75 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
76 deleted file mode 100644
77 index 69d4627e46f0..000000000000
78 --- a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.19.ebuild
79 +++ /dev/null
80 @@ -1,33 +0,0 @@
81 -# Copyright 1999-2018 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=5
85 -
86 -inherit apache-module depend.apache
87 -
88 -DESCRIPTION="Look up Apache ~user directories in an LDAP directory"
89 -HOMEPAGE="https://www.horde.net/~jwm/software/mod_ldap_userdir/"
90 -SRC_URI="https://horde.net/~jwm/software/${PN}/${P}.tar.gz"
91 -
92 -LICENSE="GPL-1"
93 -SLOT="0"
94 -KEYWORDS="amd64 ppc x86"
95 -IUSE="ssl"
96 -
97 -DEPEND="net-nds/openldap
98 - ssl? ( dev-libs/openssl )"
99 -
100 -# The module will compile fine without apache[ldap], but Apache will
101 -# crash if you try to load ${PN} without mod_ldap loaded. The funny-
102 -# looking atom was taken from depend.apache.eclass (need_apache2).
103 -RDEPEND="${DEPEND}
104 - =www-servers/apache-2*[ldap]"
105 -
106 -APACHE2_MOD_CONF="47_${PN}"
107 -APACHE2_MOD_DEFINE="LDAP LDAP_USERDIR"
108 -
109 -DOCFILES="DIRECTIVES README user-ldif"
110 -
111 -# Don't try to get away without this, even though it causes some deps to
112 -# be repeated.
113 -need_apache2