From c73263a8dc7590990467fc44498ef6be02080b49 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Wed, 29 Sep 2010 18:48:05 +0000 Subject: Version bump, contains minor bugfixes and updated i18n. Removing old version. (Portage version: 2.2_rc88/cvs/Linux x86_64) --- www-apps/horde-turba/ChangeLog | 9 ++++++++- www-apps/horde-turba/horde-turba-2.3.3.ebuild | 23 ----------------------- www-apps/horde-turba/horde-turba-2.3.5.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 31 insertions(+), 24 deletions(-) delete mode 100644 www-apps/horde-turba/horde-turba-2.3.3.ebuild create mode 100644 www-apps/horde-turba/horde-turba-2.3.5.ebuild (limited to 'www-apps/horde-turba') diff --git a/www-apps/horde-turba/ChangeLog b/www-apps/horde-turba/ChangeLog index c76d6848694e..6593beca5a33 100644 --- a/www-apps/horde-turba/ChangeLog +++ b/www-apps/horde-turba/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-apps/horde-turba # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.46 2010/09/18 18:35:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.47 2010/09/29 18:48:05 a3li Exp $ + +*horde-turba-2.3.5 (29 Sep 2010) + + 29 Sep 2010; Alex Legler -horde-turba-2.3.3.ebuild, + +horde-turba-2.3.5.ebuild: + Version bump, contains minor bugfixes and updated i18n. Removing old + version. 18 Sep 2010; Raúl Porcel horde-turba-2.3.4.ebuild: alpha/sparc stable wrt #333207 diff --git a/www-apps/horde-turba/horde-turba-2.3.3.ebuild b/www-apps/horde-turba/horde-turba-2.3.3.ebuild deleted file mode 100644 index ff13960021b0..000000000000 --- a/www-apps/horde-turba/horde-turba-2.3.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 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.2 2010/07/27 22:16:56 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 )" - -src_unpack() { - horde_src_unpack - - # Remove vcf specs as they don't install and are not useful to the end user - rm -r docs/vcf || die 'removing docs failed' -} diff --git a/www-apps/horde-turba/horde-turba-2.3.5.ebuild b/www-apps/horde-turba/horde-turba-2.3.5.ebuild new file mode 100644 index 000000000000..8f81b2da4d19 --- /dev/null +++ b/www-apps/horde-turba/horde-turba-2.3.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 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.5.ebuild,v 1.1 2010/09/29 18:48:05 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 )" + +src_unpack() { + horde_src_unpack + + # Remove vcf specs as they don't install and are not useful to the end user + rm -r docs/vcf || die 'removing docs failed' +} -- cgit v1.2.3-65-gdbad