diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 00:41:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 00:41:36 +0000 |
commit | 7910fe9c1d61cb20a2ea6a558b7ce3b32a556a8b (patch) | |
tree | 2fd5437b89b4948e182c17d494e2a8a0d8ee5e46 /net-www/horde-kronolith | |
parent | use HORDE_PHP_FEATURES from new eclass (diff) | |
download | gentoo-2-7910fe9c1d61cb20a2ea6a558b7ce3b32a556a8b.tar.gz gentoo-2-7910fe9c1d61cb20a2ea6a558b7ce3b32a556a8b.tar.bz2 gentoo-2-7910fe9c1d61cb20a2ea6a558b7ce3b32a556a8b.zip |
old
Diffstat (limited to 'net-www/horde-kronolith')
-rw-r--r-- | net-www/horde-kronolith/files/digest-horde-kronolith-1.1.1 | 1 | ||||
-rw-r--r-- | net-www/horde-kronolith/horde-kronolith-1.1.1.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/net-www/horde-kronolith/files/digest-horde-kronolith-1.1.1 b/net-www/horde-kronolith/files/digest-horde-kronolith-1.1.1 deleted file mode 100644 index cf3780586625..000000000000 --- a/net-www/horde-kronolith/files/digest-horde-kronolith-1.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 986960e0d4ba6ddfb8fed072887b9daf kronolith-1.1.1.tar.gz 505946 diff --git a/net-www/horde-kronolith/horde-kronolith-1.1.1.ebuild b/net-www/horde-kronolith/horde-kronolith-1.1.1.ebuild deleted file mode 100644 index 498c0d0a64ee..000000000000 --- a/net-www/horde-kronolith/horde-kronolith-1.1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.1.ebuild,v 1.2 2004/03/19 01:28:05 vapier Exp $ - -inherit horde - -DESCRIPTION="Kronolith is the Horde calendar application" - -KEYWORDS="x86 ~ppc ~sparc ~alpha" - -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 -} |