diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-12 05:33:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-12 05:33:09 +0000 |
commit | 0f4cb1d4e5d44781f42541c19e26ab390d8cd7ce (patch) | |
tree | eda6b1a20241edb17a10fb60125954962a376f2b /www-apps/horde-turba | |
parent | Remove an extra bug that shouldn't be listed in the portage-2.1.4 entry. (diff) | |
download | historical-0f4cb1d4e5d44781f42541c19e26ab390d8cd7ce.tar.gz historical-0f4cb1d4e5d44781f42541c19e26ab390d8cd7ce.tar.bz2 historical-0f4cb1d4e5d44781f42541c19e26ab390d8cd7ce.zip |
Version bump.
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'www-apps/horde-turba')
-rw-r--r-- | www-apps/horde-turba/ChangeLog | 9 | ||||
-rw-r--r-- | www-apps/horde-turba/files/digest-horde-turba-2.1.6 | 3 | ||||
-rw-r--r-- | www-apps/horde-turba/horde-turba-2.1.6.ebuild | 16 |
3 files changed, 26 insertions, 2 deletions
diff --git a/www-apps/horde-turba/ChangeLog b/www-apps/horde-turba/ChangeLog index 9f542c0128dc..4cf8c89ddf69 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.30 2007/12/30 18:51:16 vapier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.31 2008/01/12 05:26:38 vapier Exp $ + +*horde-turba-2.1.6 (12 Jan 2008) + + 12 Jan 2008; Mike Frysinger <vapier@gentoo.org> +horde-turba-2.1.6.ebuild: + Version bump. 30 Dec 2007; Mike Frysinger <vapier@gentoo.org> horde-turba-2.1.5.ebuild: Pull in PEAR-Net_LDAP for USE=ldap #143170 by Marcin Deranek. diff --git a/www-apps/horde-turba/files/digest-horde-turba-2.1.6 b/www-apps/horde-turba/files/digest-horde-turba-2.1.6 new file mode 100644 index 000000000000..92361d283cd9 --- /dev/null +++ b/www-apps/horde-turba/files/digest-horde-turba-2.1.6 @@ -0,0 +1,3 @@ +MD5 199c1c8a9e8521e63f6a5c7ce74ce95b turba-h3-2.1.6.tar.gz 1875154 +RMD160 0d964e62e41d134b707b15e9899ed239adadceb6 turba-h3-2.1.6.tar.gz 1875154 +SHA256 cf3660464db49922ae37235280c054303087925cda23f7dcceb358e869f4920a turba-h3-2.1.6.tar.gz 1875154 diff --git a/www-apps/horde-turba/horde-turba-2.1.6.ebuild b/www-apps/horde-turba/horde-turba-2.1.6.ebuild new file mode 100644 index 000000000000..8d506909298b --- /dev/null +++ b/www-apps/horde-turba/horde-turba-2.1.6.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.1.6.ebuild,v 1.1 2008/01/12 05:26:38 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 )" |