diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2008-10-30 13:45:24 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2008-10-30 13:45:24 +0000 |
commit | f21d6d0d4857845a03b085163c36cca06eb4e524 (patch) | |
tree | 881752176f2ce96e8548ff68ee48e4c983891cf0 /www-apps | |
parent | Import from science overlay, bug 221965 (diff) | |
download | gentoo-2-f21d6d0d4857845a03b085163c36cca06eb4e524.tar.gz gentoo-2-f21d6d0d4857845a03b085163c36cca06eb4e524.tar.bz2 gentoo-2-f21d6d0d4857845a03b085163c36cca06eb4e524.zip |
Added www-apps/horde-turba-2.3.
(Portage version: 2.1.4.5)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/horde-turba/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/horde-turba/horde-turba-2.3.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/www-apps/horde-turba/ChangeLog b/www-apps/horde-turba/ChangeLog index 81a22d326d3d..eb6900252bb2 100644 --- a/www-apps/horde-turba/ChangeLog +++ b/www-apps/horde-turba/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/horde-turba # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.39 2008/06/24 11:13:00 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.40 2008/10/30 13:45:24 wrobel Exp $ + +*horde-turba-2.3 (30 Oct 2008) + + 30 Oct 2008; Gunnar Wrobel <wrobel@gentoo.org> +horde-turba-2.3.ebuild: + Added www-apps/horde-turba-2.3. *horde-turba-2.2.1 (24 Jun 2008) diff --git a/www-apps/horde-turba/horde-turba-2.3.ebuild b/www-apps/horde-turba/horde-turba-2.3.ebuild new file mode 100644 index 000000000000..860ce68d51db --- /dev/null +++ b/www-apps/horde-turba/horde-turba-2.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.ebuild,v 1.1 2008/10/30 13:45:24 wrobel Exp $ + +HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap" +HORDE_MAJ="-h3" +inherit horde + +DESCRIPTION="Turba is the Horde address book / contact management program" + +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="ldap" + +DEPEND="" +RDEPEND=">=www-apps/horde-3 + ldap? ( dev-php/PEAR-Net_LDAP )" |