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