Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/horde-turba: ChangeLog horde-turba-2.1.5.ebuild
Date: Sun, 30 Dec 2007 18:51:22
Message-Id: E1J93Fk-0005nN-NL@stork.gentoo.org
1 vapier 07/12/30 18:51:16
2
3 Modified: ChangeLog horde-turba-2.1.5.ebuild
4 Log:
5 Pull in PEAR-Net_LDAP for USE=ldap #143170 by Marcin Deranek.
6 (Portage version: 2.1.4_rc12)
7
8 Revision Changes Path
9 1.30 www-apps/horde-turba/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-turba/ChangeLog?rev=1.30&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-turba/ChangeLog?rev=1.30&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-turba/ChangeLog?r1=1.29&r2=1.30
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v
18 retrieving revision 1.29
19 retrieving revision 1.30
20 diff -u -r1.29 -r1.30
21 --- ChangeLog 23 Dec 2007 01:14:59 -0000 1.29
22 +++ ChangeLog 30 Dec 2007 18:51:16 -0000 1.30
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-apps/horde-turba
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.29 2007/12/23 01:14:59 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.30 2007/12/30 18:51:16 vapier Exp $
28 +
29 + 30 Dec 2007; Mike Frysinger <vapier@g.o> horde-turba-2.1.5.ebuild:
30 + Pull in PEAR-Net_LDAP for USE=ldap #143170 by Marcin Deranek.
31
32 *horde-turba-2.1.5 (23 Dec 2007)
33
34
35
36
37 1.2 www-apps/horde-turba/horde-turba-2.1.5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-turba/horde-turba-2.1.5.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-turba/horde-turba-2.1.5.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-turba/horde-turba-2.1.5.ebuild?r1=1.1&r2=1.2
42
43 Index: horde-turba-2.1.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.1.5.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- horde-turba-2.1.5.ebuild 23 Dec 2007 01:14:59 -0000 1.1
50 +++ horde-turba-2.1.5.ebuild 30 Dec 2007 18:51:16 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.1.5.ebuild,v 1.1 2007/12/23 01:14:59 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.1.5.ebuild,v 1.2 2007/12/30 18:51:16 vapier Exp $
56
57 HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap"
58 HORDE_MAJ="-h3"
59 @@ -9,6 +9,8 @@
60 DESCRIPTION="Turba is the Horde address book / contact management program"
61
62 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
63 +IUSE="ldap"
64
65 DEPEND=""
66 -RDEPEND=">=www-apps/horde-3"
67 +RDEPEND=">=www-apps/horde-3
68 + ldap? ( dev-php/PEAR-Net_LDAP )"
69
70
71
72 --
73 gentoo-commits@g.o mailing list