diff options
author | 2007-05-05 07:09:48 +0000 | |
---|---|---|
committer | 2007-05-05 07:09:48 +0000 | |
commit | 3200eb5e5682c82b302c748b21d0ac4cac9914df (patch) | |
tree | 52e7d4ea293beeb3029fee59f09627d8eb7c432f /www-apps/horde-imp/horde-imp-4.1.4.ebuild | |
parent | old (diff) | |
download | historical-3200eb5e5682c82b302c748b21d0ac4cac9914df.tar.gz historical-3200eb5e5682c82b302c748b21d0ac4cac9914df.tar.bz2 historical-3200eb5e5682c82b302c748b21d0ac4cac9914df.zip |
Version bump.
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'www-apps/horde-imp/horde-imp-4.1.4.ebuild')
-rw-r--r-- | www-apps/horde-imp/horde-imp-4.1.4.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www-apps/horde-imp/horde-imp-4.1.4.ebuild b/www-apps/horde-imp/horde-imp-4.1.4.ebuild new file mode 100644 index 000000000000..132105938c02 --- /dev/null +++ b/www-apps/horde-imp/horde-imp-4.1.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-imp/horde-imp-4.1.4.ebuild,v 1.1 2007/05/05 07:02:10 vapier Exp $ + +HORDE_PHP_FEATURES="imap" +HORDE_MAJ="-h3" +inherit horde + +DESCRIPTION="Horde IMP provides webmail access to IMAP/POP3 mailboxes" + +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="crypt" + +DEPEND="" +RDEPEND=">=www-apps/horde-3 + crypt? ( app-crypt/gnupg )" |