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_SMTP: ChangeLog PEAR-Net_SMTP-1.3.3.ebuild
Date: Sat, 22 Aug 2009 18:40:10
Message-Id: E1MevVX-0006C5-Ol@stork.gentoo.org
1 beandog 09/08/22 18:40:07
2
3 Modified: ChangeLog
4 Added: PEAR-Net_SMTP-1.3.3.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.39 dev-php/PEAR-Net_SMTP/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 26 Feb 2008 16:31:49 -0000 1.38
23 +++ ChangeLog 22 Aug 2009 18:40:07 -0000 1.39
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/PEAR-Net_SMTP
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.38 2008/02/26 16:31:49 armin76 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.39 2009/08/22 18:40:07 beandog Exp $
30 +
31 +*PEAR-Net_SMTP-1.3.3 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o> +PEAR-Net_SMTP-1.3.3.ebuild:
34 + Version bump
35
36 *PEAR-Net_SMTP-1.2.11 (26 Feb 2008)
37
38
39
40
41 1.1 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.3.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.3.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.3.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-Net_SMTP-1.3.3.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_SMTP/PEAR-Net_SMTP-1.3.3.ebuild,v 1.1 2009/08/22 18:40:07 beandog Exp $
51
52 inherit php-pear-r1
53
54 DESCRIPTION="An implementation of the SMTP protocol"
55
56 LICENSE="PHP-2.02"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
59 IUSE="minimal"
60
61 RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.7
62 !minimal? ( >=dev-php/PEAR-Auth_SASL-1.0.1-r1 )"