Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Net_LDAP2: PEAR-Net_LDAP2-2.1.0.ebuild ChangeLog
Date: Sat, 04 Jan 2014 18:55:02
Message-Id: 20140104185457.D2F912004C@flycatcher.gentoo.org
1 mabi 14/01/04 18:54:57
2
3 Modified: ChangeLog
4 Added: PEAR-Net_LDAP2-2.1.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
9
10 Revision Changes Path
11 1.14 dev-php/PEAR-Net_LDAP2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 18 Mar 2012 19:17:46 -0000 1.13
24 +++ ChangeLog 4 Jan 2014 18:54:57 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/PEAR-Net_LDAP2
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.13 2012/03/18 19:17:46 armin76 Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.14 2014/01/04 18:54:57 mabi Exp $
31 +
32 +*PEAR-Net_LDAP2-2.1.0 (04 Jan 2014)
33 +
34 + 04 Jan 2014; Matti Bickel <mabi@g.o> +PEAR-Net_LDAP2-2.1.0.ebuild:
35 + version bump
36
37 18 Mar 2012; Raúl Porcel <armin76@g.o> PEAR-Net_LDAP2-2.0.12.ebuild:
38 sparc stable wrt #394067
39 @@ -68,4 +73,3 @@
40 New ebuild. Keeping KEYWORDS from dev-php/PEAR-Net_LDAP since this is
41 really just a version bump of that package with dropped PHP4
42 compatibility.
43 -
44
45
46
47 1.1 dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild?rev=1.1&content-type=text/plain
51
52 Index: PEAR-Net_LDAP2-2.1.0.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild,v 1.1 2014/01/04 18:54:57 mabi Exp $
57
58 EAPI="5"
59
60 inherit php-pear-r1
61
62 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
63
64 DESCRIPTION="OO interface for searching and manipulating LDAP-entries"
65 LICENSE="LGPL-2.1"
66 SLOT="0"
67 IUSE=""
68
69 DEPEND=""
70 RDEPEND="dev-lang/php[ldap]"