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_POP3: PEAR-Net_POP3-1.3.7.ebuild ChangeLog
Date: Sat, 22 Aug 2009 19:32:17
Message-Id: E1MewJz-0000WD-0Q@stork.gentoo.org
1 beandog 09/08/22 19:32:15
2
3 Modified: ChangeLog
4 Added: PEAR-Net_POP3-1.3.7.ebuild
5 Log:
6 Version bump; add sasl use flag for Auth_SASL
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 dev-php/PEAR-Net_POP3/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 21 Feb 2007 23:30:41 -0000 1.18
23 +++ ChangeLog 22 Aug 2009 19:32:14 -0000 1.19
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/PEAR-Net_POP3
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog,v 1.18 2007/02/21 23:30:41 peper Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog,v 1.19 2009/08/22 19:32:14 beandog Exp $
30 +
31 +*PEAR-Net_POP3-1.3.7 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o> +PEAR-Net_POP3-1.3.7.ebuild:
34 + Version bump; add sasl use flag for Auth_SASL
35
36 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
37 Transition to Manifest2.
38
39
40
41 1.1 dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-Net_POP3-1.3.7.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_POP3/PEAR-Net_POP3-1.3.7.ebuild,v 1.1 2009/08/22 19:32:14 beandog Exp $
51
52 inherit php-pear-r1
53
54 DESCRIPTION="Provides a POP3 class to access POP3 server."
55
56 LICENSE="BSD"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59 IUSE="sasl"
60 RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1
61 !sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )"