diff options
author | 2010-07-27 22:19:48 +0000 | |
---|---|---|
committer | 2010-07-27 22:19:48 +0000 | |
commit | ace23dc3a2fc9e763bc319dcc3458037fdfecb1b (patch) | |
tree | d582cf6b75998e0f1b6f9668db2638d51f3a58e2 /www-apps/horde-passwd/horde-passwd-3.1.3.ebuild | |
parent | Version bump, closes bug 329253. No longer try to install docs/vcf directory ... (diff) | |
download | gentoo-2-ace23dc3a2fc9e763bc319dcc3458037fdfecb1b.tar.gz gentoo-2-ace23dc3a2fc9e763bc319dcc3458037fdfecb1b.tar.bz2 gentoo-2-ace23dc3a2fc9e763bc319dcc3458037fdfecb1b.zip |
Version bump, closes bug 297738
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/horde-passwd/horde-passwd-3.1.3.ebuild')
-rw-r--r-- | www-apps/horde-passwd/horde-passwd-3.1.3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www-apps/horde-passwd/horde-passwd-3.1.3.ebuild b/www-apps/horde-passwd/horde-passwd-3.1.3.ebuild new file mode 100644 index 000000000000..7d6d6406b42d --- /dev/null +++ b/www-apps/horde-passwd/horde-passwd-3.1.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.1.3.ebuild,v 1.1 2010/07/27 22:19:48 a3li Exp $ + +HORDE_PHP_FEATURES="ctype" + +HORDE_MAJ="-h3" +inherit horde eutils + +DESCRIPTION="Horde Passwd is the Horde password changing application" + +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="clearpasswd" + +DEPEND="" +RDEPEND="|| ( >=www-apps/horde-3 >=www-apps/horde-groupware-1 >=www-apps/horde-webmail-1 )" + +src_unpack() { + horde_src_unpack + cd "${S}" + use clearpasswd || epatch "${FILESDIR}"/${PN}-3.0-no-clear-password.patch +} |