diff options
author | 2008-06-01 21:48:00 +0000 | |
---|---|---|
committer | 2008-06-01 21:48:00 +0000 | |
commit | 2e58d7f9aa4a259b439b5a7c2888840dbd9d77ab (patch) | |
tree | fb61645e6f9f0748f4b2e458228f66f477362d6c /www-apps/horde-turba | |
parent | old (diff) | |
download | historical-2e58d7f9aa4a259b439b5a7c2888840dbd9d77ab.tar.gz historical-2e58d7f9aa4a259b439b5a7c2888840dbd9d77ab.tar.bz2 historical-2e58d7f9aa4a259b439b5a7c2888840dbd9d77ab.zip |
Version bump #224333 by Arfrever Frehtes Taifersar Arahesis.
Package-Manager: portage-2.2_pre5.spank.spunk
Diffstat (limited to 'www-apps/horde-turba')
-rw-r--r-- | www-apps/horde-turba/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/horde-turba/horde-turba-2.2.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/www-apps/horde-turba/ChangeLog b/www-apps/horde-turba/ChangeLog index fbbd2e87cb0a..6e7f865d7d41 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.37 2008/02/25 19:34:22 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.38 2008/06/01 21:44:56 vapier Exp $ + +*horde-turba-2.2 (01 Jun 2008) + + 01 Jun 2008; Mike Frysinger <vapier@gentoo.org> +horde-turba-2.2.ebuild: + Version bump #224333 by Arfrever Frehtes Taifersar Arahesis. 25 Feb 2008; Steve Dibb <beandog@gentoo.org> horde-turba-2.1.7.ebuild: amd64 stable, bug 209960 diff --git a/www-apps/horde-turba/horde-turba-2.2.ebuild b/www-apps/horde-turba/horde-turba-2.2.ebuild new file mode 100644 index 000000000000..e1eb7611bd4d --- /dev/null +++ b/www-apps/horde-turba/horde-turba-2.2.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.2.ebuild,v 1.1 2008/06/01 21:44:56 vapier 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 )" |