diff options
author | 2008-06-01 21:47:30 +0000 | |
---|---|---|
committer | 2008-06-01 21:47:30 +0000 | |
commit | a5e211f50e26c4f3ddc1c4ca92ddddd2d6bc1f94 (patch) | |
tree | c509e390dd9ae1984dd3a7f76ea741719c6eb232 /www-apps/horde-webmail/horde-webmail-1.0.5.ebuild | |
parent | Version bump #221505 by Arfrever Frehtes Taifersar Arahesis. (diff) | |
download | historical-a5e211f50e26c4f3ddc1c4ca92ddddd2d6bc1f94.tar.gz historical-a5e211f50e26c4f3ddc1c4ca92ddddd2d6bc1f94.tar.bz2 historical-a5e211f50e26c4f3ddc1c4ca92ddddd2d6bc1f94.zip |
old
Diffstat (limited to 'www-apps/horde-webmail/horde-webmail-1.0.5.ebuild')
-rw-r--r-- | www-apps/horde-webmail/horde-webmail-1.0.5.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www-apps/horde-webmail/horde-webmail-1.0.5.ebuild b/www-apps/horde-webmail/horde-webmail-1.0.5.ebuild deleted file mode 100644 index a612dbbf05d8..000000000000 --- a/www-apps/horde-webmail/horde-webmail-1.0.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-webmail/horde-webmail-1.0.5.ebuild,v 1.1 2008/02/20 19:45:34 vapier Exp $ - -HORDE_PN=${PN} -inherit horde - -DESCRIPTION="browser based communication suite" - -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="crypt mysql postgres ldap oracle" - -DEPEND="" -RDEPEND="!www-apps/horde - crypt? ( app-crypt/gnupg ) - virtual/php - >=www-apps/horde-pear-1.3 - dev-php/PEAR-Log - dev-php/PEAR-Mail_Mime - dev-php/PEAR-DB" - -pkg_setup() { - HORDE_PHP_FEATURES=" - imap ssl session xml nls iconv gd ftp - $(use ldap && echo ldap) $(use oracle && echo oci8) - $(use crypt && echo crypt) $(use mysql && echo mysql mysqli) - $(use postgres && echo postgres) - " - horde_pkg_setup -} |