summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2008-08-20 19:05:56 +0000
committerThomas Sachau <tommy@gentoo.org>2008-08-20 19:05:56 +0000
commitf299ce0bd8c87c6baf35cb2dc6a6a80d602bfd29 (patch)
tree10b54c4868b590505939735b8deeed7f60193355
parentnet-p2p/freenet: New upstream release + update live ebuild (diff)
downloadsunrise-f299ce0bd8c87c6baf35cb2dc6a6a80d602bfd29.tar.gz
sunrise-f299ce0bd8c87c6baf35cb2dc6a6a80d602bfd29.tar.bz2
sunrise-f299ce0bd8c87c6baf35cb2dc6a6a80d602bfd29.zip
sys-auth/nss-ldapd: Remove unneeded die from econf
svn path=/sunrise/; revision=6772
-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.ebuild2
3 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/nss-ldapd/ChangeLog b/sys-auth/nss-ldapd/ChangeLog
index 3553adeee..b62a782ae 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: $
+ 20 Aug 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ nss-ldapd-0.6.4.ebuild:
+ Remove unneeded die from econf
+
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.
diff --git a/sys-auth/nss-ldapd/Manifest b/sys-auth/nss-ldapd/Manifest
index 417de69d2..1bd6ef57a 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 1496 RMD160 ec131e8c1471ec1f807add137ff6cc245d78fba4 SHA1 a26570ef63ee754f69a999cfb5775f1e0fe5cae0 SHA256 0e9e8f4514590f1e159088cd7ae34585641e7af7b35fbf0c217053c3741c439f
-MISC ChangeLog 504 RMD160 56807fbdf678de714145d5efe7c465cd3b1f1257 SHA1 5204175032a72aa4fe5447be2e25ae3df33c378a SHA256 0d97d1b900409e353cf3f3f3606a7b5066d9c8ab61cdba4364dbd2f0ea18a701
+EBUILD nss-ldapd-0.6.4.ebuild 1470 RMD160 47124dbb4bafd0d471b456c883c44d96d3ec60c5 SHA1 1b743492916c302fa9aa433e4975dea303b40c4a SHA256 163030be7ecdd04653e366d43e3da54558e07f3f0824aaecdec98bb359c746da
+MISC ChangeLog 623 RMD160 0b341533291a771c8175bd23605dc7fa0672c19b SHA1 7a2e3096bc8d6d00f1bf8831e471b10a58daa69b SHA256 b48d961d179bc7010f0314813a675fb5f8f426a817df30c34f5baac9e96de321
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 a19ec9716..8c43eb48d 100644
--- a/sys-auth/nss-ldapd/nss-ldapd-0.6.4.ebuild
+++ b/sys-auth/nss-ldapd/nss-ldapd-0.6.4.ebuild
@@ -31,7 +31,7 @@ src_compile() {
econf \
$(use_enable sasl) \
$(use_enable kerberos) \
- --libdir=/$(get_libdir) || die "configure failed"
+ --libdir=/$(get_libdir)
emake || die "make failed"
}