diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 00:39:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 00:39:55 +0000 |
commit | c085c34693fd6c9cc871e869630a85d06d2f720e (patch) | |
tree | 9793f286bfec1c60272b8a47bb3e4c10f2f7422b /net-www/horde-kronolith | |
parent | manifest (diff) | |
download | gentoo-2-c085c34693fd6c9cc871e869630a85d06d2f720e.tar.gz gentoo-2-c085c34693fd6c9cc871e869630a85d06d2f720e.tar.bz2 gentoo-2-c085c34693fd6c9cc871e869630a85d06d2f720e.zip |
use HORDE_PHP_FEATURES from new eclass
Diffstat (limited to 'net-www/horde-kronolith')
-rw-r--r-- | net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild b/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild index 51d6b721d0fb..c7c30ec8486a 100644 --- a/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild +++ b/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild @@ -1,21 +1,13 @@ # 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.2.ebuild,v 1.2 2004/03/29 01:36:45 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild,v 1.3 2004/04/06 00:37:48 vapier Exp $ +HORDE_PHP_FEATURES="mysql odbc postgres ldap" inherit horde DESCRIPTION="Kronolith is the Horde calendar application" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="x86 ppc sparc alpha hppa" DEPEND="" RDEPEND=">=net-www/horde-2.2.5" - -pkg_setup() { - 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 - horde_pkg_setup -} |