Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Net_LDAP: PEAR-Net_LDAP-1.1.5.ebuild ChangeLog
Date: Sat, 22 Aug 2009 19:35:00
Message-Id: E1MewMb-0000fz-CS@stork.gentoo.org
1 beandog 09/08/22 19:34:57
2
3 Modified: ChangeLog
4 Added: PEAR-Net_LDAP-1.1.5.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-php/PEAR-Net_LDAP/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_LDAP/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_LDAP/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_LDAP/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 3 Mar 2008 16:56:22 -0000 1.10
23 +++ ChangeLog 22 Aug 2009 19:34:57 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/PEAR-Net_LDAP
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP/ChangeLog,v 1.10 2008/03/03 16:56:22 jokey Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP/ChangeLog,v 1.11 2009/08/22 19:34:57 beandog Exp $
30 +
31 +*PEAR-Net_LDAP-1.1.5 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o> +PEAR-Net_LDAP-1.1.5.ebuild:
34 + Version bump
35
36 *PEAR-Net_LDAP-1.1.0 (03 Mar 2008)
37
38
39
40
41 1.1 dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-Net_LDAP-1.1.5.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.5.ebuild,v 1.1 2009/08/22 19:34:57 beandog Exp $
51
52 inherit php-pear-r1 depend.php
53
54 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
55
56 DESCRIPTION="OO interface for searching and manipulating LDAP-entries"
57 LICENSE="LGPL-2.1"
58 SLOT="0"
59 IUSE=""
60
61 DEPEND=""
62 RDEPEND=""
63
64 pkg_setup() {
65 require_php_with_use ldap
66 }