summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-02-19 03:44:27 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-02-19 03:44:27 +0000
commit13a2a2af7688fdb405015167a0398d39a3e043a3 (patch)
treed13ed3d2ca19c52fc2061616527f266713e161d8 /net-www
parentMask mod_auth_ldap-3.3, add local use flag descriptions for mod_auth_ldap (diff)
downloadgentoo-2-13a2a2af7688fdb405015167a0398d39a3e043a3.tar.gz
gentoo-2-13a2a2af7688fdb405015167a0398d39a3e043a3.tar.bz2
gentoo-2-13a2a2af7688fdb405015167a0398d39a3e043a3.zip
USE logic fixes
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_auth_ldap/Manifest18
-rw-r--r--net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild7
2 files changed, 8 insertions, 17 deletions
diff --git a/net-www/mod_auth_ldap/Manifest b/net-www/mod_auth_ldap/Manifest
index d1148e2a9b7a..7687ddfc2eae 100644
--- a/net-www/mod_auth_ldap/Manifest
+++ b/net-www/mod_auth_ldap/Manifest
@@ -1,21 +1,11 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 47e62d56cb964d049b7492716be690da ChangeLog 2690
MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226
MD5 8b9d3b00fc7a33be7c5b5d7ce3a4a336 mod_auth_ldap-2.4.2-r1.ebuild 876
+MD5 f73ed96557c0bb468e50e04075980fca mod_auth_ldap-3.3.ebuild 1386
MD5 a9ccf04e78090f7bc86a551831c46cee mod_auth_ldap-2.4.2.ebuild 1659
-MD5 17e7df9ff96ad473711da331b0f5dbc5 mod_auth_ldap-3.3.ebuild 1369
-MD5 d6e8db2a8f272dd55fe74800f0935c25 files/55_mod_auth_ldap.conf 669
-MD5 62b3324855a538cd461599aa25998233 files/mod_auth_ldap-2.4.2-register.patch 1038
-MD5 7c887a1226ef0c99f4068014a05b2135 files/mod_auth_ldap.conf 667
MD5 70f2900c0af4686603926e27feb6b46d files/digest-mod_auth_ldap-2.4.2-r1 71
MD5 70f2900c0af4686603926e27feb6b46d files/digest-mod_auth_ldap-2.4.2 71
+MD5 62b3324855a538cd461599aa25998233 files/mod_auth_ldap-2.4.2-register.patch 1038
+MD5 7c887a1226ef0c99f4068014a05b2135 files/mod_auth_ldap.conf 667
+MD5 d6e8db2a8f272dd55fe74800f0935c25 files/55_mod_auth_ldap.conf 669
MD5 76206b76e9f83bdce9089a9382477b48 files/digest-mod_auth_ldap-3.3 68
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCFKdMmPFBzbX68WERAtwAAJ0SmpmlflCLeBbOegRPu/pzMUNiVwCggh2q
-oB0vX+A0IiXgzj1gf3Z37ek=
-=oWHG
------END PGP SIGNATURE-----
diff --git a/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild b/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild
index 8f12958c6105..1a400c3a1d6c 100644
--- a/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild
+++ b/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild,v 1.1 2005/02/17 14:14:52 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-3.3.ebuild,v 1.2 2005/02/19 03:44:27 vericgar Exp $
inherit eutils apache-module
@@ -33,9 +33,10 @@ src_compile() {
if ! use disk-cache; then
if use berkdb || use gdbm; then
- die "berkdb/gdbm needs disk-cache enabled"
+ ewarn "Enabling disk-cache for berkdb/gdbm support"
+ else
+ myconf="${myconf} --without-disk-cache"
fi
- myconf="${myconf} --without-disk-cache"
fi
if use apache2; then