diff options
author | Alex Legler <a3li@gentoo.org> | 2009-12-17 17:51:58 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-12-17 17:51:58 +0000 |
commit | c9db424ad01a0d325c40f21048dda957f6c19e49 (patch) | |
tree | 8f142c058a8eee8fee710c551966960c43c8647b /www-apps/horde-turba | |
parent | Stable for HPPA (bug #296469). (diff) | |
download | gentoo-2-c9db424ad01a0d325c40f21048dda957f6c19e49.tar.gz gentoo-2-c9db424ad01a0d325c40f21048dda957f6c19e49.tar.bz2 gentoo-2-c9db424ad01a0d325c40f21048dda957f6c19e49.zip |
Version bump, taking over maintenance
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/horde-turba')
-rw-r--r-- | www-apps/horde-turba/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/horde-turba/horde-turba-2.3.3.ebuild | 16 | ||||
-rw-r--r-- | www-apps/horde-turba/metadata.xml | 9 |
3 files changed, 28 insertions, 5 deletions
diff --git a/www-apps/horde-turba/ChangeLog b/www-apps/horde-turba/ChangeLog index 348831d60fde..9202144de017 100644 --- a/www-apps/horde-turba/ChangeLog +++ b/www-apps/horde-turba/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apps/horde-turba # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.41 2009/09/17 17:06:15 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.42 2009/12/17 17:51:58 a3li Exp $ + +*horde-turba-2.3.3 (17 Dec 2009) + + 17 Dec 2009; Alex Legler <a3li@gentoo.org> +horde-turba-2.3.3.ebuild, + metadata.xml: + Version bump, taking over maintenance *horde-turba-2.3.2 (17 Sep 2009) diff --git a/www-apps/horde-turba/horde-turba-2.3.3.ebuild b/www-apps/horde-turba/horde-turba-2.3.3.ebuild new file mode 100644 index 000000000000..760b80a95954 --- /dev/null +++ b/www-apps/horde-turba/horde-turba-2.3.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 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.3.ebuild,v 1.1 2009/12/17 17:51:58 a3li 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 )" diff --git a/www-apps/horde-turba/metadata.xml b/www-apps/horde-turba/metadata.xml index 8c3837aff428..4d00a4752983 100644 --- a/www-apps/horde-turba/metadata.xml +++ b/www-apps/horde-turba/metadata.xml @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>web-apps</herd> -<maintainer> - <email>wrobel@gentoo.org</email> -</maintainer> + <herd>web-apps</herd> + <maintainer> + <email>a3li@gentoo.org</email> + <name>Alex Legler</name> + </maintainer> <longdescription> Turba is the Horde contact management application. It is a production level address book, and makes heavy use of the Horde framework to |