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-turba | |
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-turba')
-rw-r--r-- | net-www/horde-turba/horde-turba-1.2.2.ebuild | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/net-www/horde-turba/horde-turba-1.2.2.ebuild b/net-www/horde-turba/horde-turba-1.2.2.ebuild index 3fcab8a21a2a..7bf10ae97f8e 100644 --- a/net-www/horde-turba/horde-turba-1.2.2.ebuild +++ b/net-www/horde-turba/horde-turba-1.2.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-turba/horde-turba-1.2.2.ebuild,v 1.3 2004/03/29 01:41:35 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.2.ebuild,v 1.4 2004/04/06 00:39:55 vapier Exp $ +HORDE_PHP_FEATURES="mysql odbc postgres ldap" inherit horde DESCRIPTION="Turba is the Horde address book / contact management program" -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 -} |