Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/horde-turba: ChangeLog horde-turba-2.3.5.ebuild horde-turba-2.3.3.ebuild
Date: Wed, 29 Sep 2010 18:48:10
Message-Id: 20100929184805.3EDB52005E@flycatcher.gentoo.org
1 a3li 10/09/29 18:48:05
2
3 Modified: ChangeLog
4 Added: horde-turba-2.3.5.ebuild
5 Removed: horde-turba-2.3.3.ebuild
6 Log:
7 Version bump, contains minor bugfixes and updated i18n. Removing old version.
8
9 (Portage version: 2.2_rc88/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.47 www-apps/horde-turba/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/ChangeLog?rev=1.47&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/ChangeLog?rev=1.47&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/ChangeLog?r1=1.46&r2=1.47
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v
21 retrieving revision 1.46
22 retrieving revision 1.47
23 diff -u -r1.46 -r1.47
24 --- ChangeLog 18 Sep 2010 18:35:44 -0000 1.46
25 +++ ChangeLog 29 Sep 2010 18:48:05 -0000 1.47
26 @@ -1,6 +1,13 @@
27 # ChangeLog for www-apps/horde-turba
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.46 2010/09/18 18:35:44 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.47 2010/09/29 18:48:05 a3li Exp $
31 +
32 +*horde-turba-2.3.5 (29 Sep 2010)
33 +
34 + 29 Sep 2010; Alex Legler <a3li@g.o> -horde-turba-2.3.3.ebuild,
35 + +horde-turba-2.3.5.ebuild:
36 + Version bump, contains minor bugfixes and updated i18n. Removing old
37 + version.
38
39 18 Sep 2010; Raúl Porcel <armin76@g.o> horde-turba-2.3.4.ebuild:
40 alpha/sparc stable wrt #333207
41
42
43
44 1.1 www-apps/horde-turba/horde-turba-2.3.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.5.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.5.ebuild?rev=1.1&content-type=text/plain
48
49 Index: horde-turba-2.3.5.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $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 $
54
55 HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap"
56 HORDE_MAJ="-h3"
57 inherit horde
58
59 DESCRIPTION="Turba is the Horde address book / contact management program"
60
61 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
62 IUSE="ldap"
63
64 DEPEND=""
65 RDEPEND=">=www-apps/horde-3
66 ldap? ( dev-php/PEAR-Net_LDAP )"
67
68 src_unpack() {
69 horde_src_unpack
70
71 # Remove vcf specs as they don't install and are not useful to the end user
72 rm -r docs/vcf || die 'removing docs failed'
73 }