summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-01-07 21:40:04 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-01-07 21:40:04 +0000
commit727fca173d2e93ba40cf1c039e93f0b8ed2d39c0 (patch)
tree920b1fd64cbb70880f9b1620af61542a77ce59c8 /net-www/horde-kronolith
parentaww, might as well stable on sparc, everyone's running it anyway... (diff)
downloadgentoo-2-727fca173d2e93ba40cf1c039e93f0b8ed2d39c0.tar.gz
gentoo-2-727fca173d2e93ba40cf1c039e93f0b8ed2d39c0.tar.bz2
gentoo-2-727fca173d2e93ba40cf1c039e93f0b8ed2d39c0.zip
fix bug #37492 and update copyright headers
Diffstat (limited to 'net-www/horde-kronolith')
-rw-r--r--net-www/horde-kronolith/ChangeLog8
-rw-r--r--net-www/horde-kronolith/horde-kronolith-1.1.ebuild11
2 files changed, 10 insertions, 9 deletions
diff --git a/net-www/horde-kronolith/ChangeLog b/net-www/horde-kronolith/ChangeLog
index 0847905e201d..75f8bee5817b 100644
--- a/net-www/horde-kronolith/ChangeLog
+++ b/net-www/horde-kronolith/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/horde-kronolith
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/ChangeLog,v 1.9 2003/12/15 20:56:38 stuart Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/ChangeLog,v 1.10 2004/01/07 21:40:04 robbat2 Exp $
+
+ 07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org>
+ horde-kronolith-1.1.ebuild:
+ fix bug #37492 and update copyright headers
15 Dec 2003; Stuart Herbert <stuart@gentoo.org> horde-kronolith-1.1.ebuild:
Fix for bug #32636
diff --git a/net-www/horde-kronolith/horde-kronolith-1.1.ebuild b/net-www/horde-kronolith/horde-kronolith-1.1.ebuild
index 07759431ebab..13a79809a61c 100644
--- a/net-www/horde-kronolith/horde-kronolith-1.1.ebuild
+++ b/net-www/horde-kronolith/horde-kronolith-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/horde-kronolith-1.1.ebuild,v 1.6 2003/12/15 20:56:38 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/horde-kronolith-1.1.ebuild,v 1.7 2004/01/07 21:40:04 robbat2 Exp $
inherit webapp-apache
@@ -19,11 +19,8 @@ S=${WORKDIR}/${MY_P}
webapp-detect || NO_WEBSERVER=1
pkg_setup() {
- GREPSQL=`grep sql /var/db/pkg/dev-php/mod_php*/USE`
- GREPLDAP=`grep ldap /var/db/pkg/dev-php/mod_php*/USE`
- if [ "${GREPSQL}" != "" ] || [ "${GREPLDAP}" != "" ] ; then
- return 0
- else
+ GREPBACKEND=`egrep 'sql|odbc|postgres|ldap' /var/db/pkg/dev-php/mod_php*/USE`
+ if [ -z "${GREPBACKEND}" ] ; then
eerror "Missing SQL or LDAP support in mod_php !"
die "aborting..."
fi