Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/
Date: Tue, 22 Jun 2021 19:59:09
Message-Id: 1624391397.e5ffcf19986eb9ddf44f50e23517018d42b69dce.sam@gentoo
1 commit: e5ffcf19986eb9ddf44f50e23517018d42b69dce
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Feb 12 00:00:00 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 19:49:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ffcf19
7
8 net-nds/openldap: Add dependency on virtual/libcrypt.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../{openldap-2.4.59.ebuild => openldap-2.4.59-r1.ebuild} | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-nds/openldap/openldap-2.4.59.ebuild b/net-nds/openldap/openldap-2.4.59-r1.ebuild
17 similarity index 99%
18 rename from net-nds/openldap/openldap-2.4.59.ebuild
19 rename to net-nds/openldap/openldap-2.4.59-r1.ebuild
20 index 67b024653c5..633bd5c86de 100644
21 --- a/net-nds/openldap/openldap-2.4.59.ebuild
22 +++ b/net-nds/openldap/openldap-2.4.59-r1.ebuild
23 @@ -62,6 +62,7 @@ COMMON_DEPEND="
24 dev-libs/libltdl
25 sys-libs/e2fsprogs-libs
26 >=dev-db/lmdb-0.9.18:=
27 + crypt? ( virtual/libcrypt:= )
28 tcpd? ( sys-apps/tcp-wrappers )
29 odbc? ( !iodbc? ( dev-db/unixODBC )
30 iodbc? ( dev-db/libiodbc ) )
31 @@ -93,14 +94,13 @@ RDEPEND="${COMMON_DEPEND}
32
33 # The user/group are only used for running daemons which are
34 # disabled in minimal builds, so elide the accounts too.
35 -# for tracking versions
36 -
37 BDEPEND="!minimal? (
38 acct-group/ldap
39 acct-user/ldap
40 )
41 "
42
43 +# for tracking versions
44 OPENLDAP_VERSIONTAG=".version-tag"
45 OPENLDAP_DEFAULTDIR_VERSIONTAG="/var/lib/openldap-data"
46
47 @@ -822,13 +822,13 @@ multilib_src_install() {
48 #newdoc acl/README*
49 newdoc addpartial/README addpartial-README
50 newdoc allop/README allop-README
51 - newdoc allowed/README allowed-README
52 + newdoc allowed/README allowed-README
53 newdoc autogroup/README autogroup-README
54 newdoc dsaschema/README dsaschema-README
55 newdoc passwd/README passwd-README
56 cd "${S}/contrib/slapi-plugins" || die
57 insinto /usr/$(get_libdir)/openldap/openldap
58 - doins */*.so
59 + doins */*.so
60 docinto contrib
61 newdoc addrdnvalues/README addrdnvalues-README