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_IMAP: ChangeLog PEAR-Net_IMAP-1.1.0.ebuild
Date: Sat, 22 Aug 2009 19:36:28
Message-Id: E1MewO2-0000mp-Dz@stork.gentoo.org
1 beandog 09/08/22 19:36:26
2
3 Modified: ChangeLog
4 Added: PEAR-Net_IMAP-1.1.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.30 dev-php/PEAR-Net_IMAP/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 17 Mar 2008 12:48:23 -0000 1.29
23 +++ ChangeLog 22 Aug 2009 19:36:26 -0000 1.30
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/PEAR-Net_IMAP
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.29 2008/03/17 12:48:23 jokey Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.30 2009/08/22 19:36:26 beandog Exp $
30 +
31 +*PEAR-Net_IMAP-1.1.0 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o> +PEAR-Net_IMAP-1.1.0.ebuild:
34 + Version bump
35
36 *PEAR-Net_IMAP-1.1.0_beta2 (17 Mar 2008)
37
38
39
40
41 1.1 dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-Net_IMAP-1.1.0.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_IMAP/PEAR-Net_IMAP-1.1.0.ebuild,v 1.1 2009/08/22 19:36:26 beandog Exp $
51
52 PEAR_PV="${PV/_/}"
53
54 inherit php-pear-r1
55
56 DESCRIPTION="Provides an implementation of the IMAP protocol."
57
58 LICENSE="PHP-2.02"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE="sasl"
62 RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.8
63 !sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )"