summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeath Caldwell <hncaldwell@gentoo.org>2008-08-18 21:24:47 +0000
committerHeath Caldwell <hncaldwell@gentoo.org>2008-08-18 21:24:47 +0000
commit2263ba9ac4496e3784bfdc99c36a640522097e48 (patch)
tree985a490aae6d2d68c78b0933e5e274b556caa444 /sys-auth
parentdev-python/pysvn: add example USE flag (diff)
downloadsunrise-2263ba9ac4496e3784bfdc99c36a640522097e48.tar.gz
sunrise-2263ba9ac4496e3784bfdc99c36a640522097e48.tar.bz2
sunrise-2263ba9ac4496e3784bfdc99c36a640522097e48.zip
sys-auth/nss-ldapd: Added comment to clarify why library is installed to /lib.
svn path=/sunrise/; revision=6757
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/nss-ldapd/ChangeLog4
-rw-r--r--sys-auth/nss-ldapd/Manifest4
-rw-r--r--sys-auth/nss-ldapd/nss-ldapd-0.6.4.ebuild1
3 files changed, 7 insertions, 2 deletions
diff --git a/sys-auth/nss-ldapd/ChangeLog b/sys-auth/nss-ldapd/ChangeLog
index 594e446d0..3553adeee 100644
--- a/sys-auth/nss-ldapd/ChangeLog
+++ b/sys-auth/nss-ldapd/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Aug 2008; Heath Caldwell (hncaldwell) <hncaldwell@csupomona.edu>
+ nss-ldapd-0.6.4.ebuild:
+ Added comment to clarify why library is installed to /lib.
+
12 Aug 2008; Heath Caldwell (hncaldwell) <hncaldwell@csupomona.edu>
+nss-ldapd-0.6.4.ebuild, +files/nss-ldapd-0.6.4-configure-fixes.patch,
+files/nslcd.rc, +metadata.xml:
diff --git a/sys-auth/nss-ldapd/Manifest b/sys-auth/nss-ldapd/Manifest
index 62463613d..417de69d2 100644
--- a/sys-auth/nss-ldapd/Manifest
+++ b/sys-auth/nss-ldapd/Manifest
@@ -1,6 +1,6 @@
AUX nslcd.rc 718 RMD160 673dc927f013f49236c09c6250bfe9a631d2730a SHA1 235df092009bf9fab4ee879c3afe3c0ca31158b9 SHA256 fb59c44d03aea2ef3561f7e1101f4c122afb97c3f41580b2067359b128187ae2
AUX nss-ldapd-0.6.4-configure-fixes.patch 4001 RMD160 bf6e83a28e77733c3026994e29a7ac558cf4e3db SHA1 5d3bba4372311566a7d2e741ee7da5e0ffd741c2 SHA256 e1a6656ed6a57dc039bb111fa26ff27674fcbf9fefd160ced140c5d27a9c8036
DIST nss-ldapd-0.6.4.tar.gz 373022 RMD160 785e10864b77d65038de7cc21b564a0abe6c1572 SHA1 ef503f88db21390276391a44c44ce066964e03b1 SHA256 e045cf9073cc04198965cbd760401b137594d54435f90850238659f5367ef4e6
-EBUILD nss-ldapd-0.6.4.ebuild 1443 RMD160 65d772686e7762183ff3c4131f756546c43a4fa2 SHA1 f5aa989c1b6e1ba0762f615c83be031ffb847909 SHA256 87eb6321dd7762a218b7ab6a355e3b5990722486c2a561ad35d60de7563c89e9
-MISC ChangeLog 346 RMD160 b70e53f41572b46e7d060b8785cac2ee00a2709b SHA1 4c0ca4c375363680f1a5465bbb944636d4ab4fff SHA256 f44de2bd27dd4b93b8ac34a0240a22e9558c5e1d57e82ec8fc518f57dd9ecf9e
+EBUILD nss-ldapd-0.6.4.ebuild 1496 RMD160 ec131e8c1471ec1f807add137ff6cc245d78fba4 SHA1 a26570ef63ee754f69a999cfb5775f1e0fe5cae0 SHA256 0e9e8f4514590f1e159088cd7ae34585641e7af7b35fbf0c217053c3741c439f
+MISC ChangeLog 504 RMD160 56807fbdf678de714145d5efe7c465cd3b1f1257 SHA1 5204175032a72aa4fe5447be2e25ae3df33c378a SHA256 0d97d1b900409e353cf3f3f3606a7b5066d9c8ab61cdba4364dbd2f0ea18a701
MISC metadata.xml 262 RMD160 815dd5d90e8d75f89699fd9f8287bf1d232d759a SHA1 2e1cf3706969b33d98ee1f8e8a261e8efec8d750 SHA256 7760bbabbc7e9f7256183e22dd79827dbc6d141084860280002d720a588dd8c9
diff --git a/sys-auth/nss-ldapd/nss-ldapd-0.6.4.ebuild b/sys-auth/nss-ldapd/nss-ldapd-0.6.4.ebuild
index b874887bc..a19ec9716 100644
--- a/sys-auth/nss-ldapd/nss-ldapd-0.6.4.ebuild
+++ b/sys-auth/nss-ldapd/nss-ldapd-0.6.4.ebuild
@@ -27,6 +27,7 @@ src_unpack() {
}
src_compile() {
+ # nss libraries go in /lib (as opposed to /usr/lib)
econf \
$(use_enable sasl) \
$(use_enable kerberos) \