Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@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.2.11.ebuild
Date: Tue, 26 Feb 2008 16:31:55
Message-Id: E1JU2ic-0001kR-Fy@stork.gentoo.org
1 armin76 08/02/26 16:31:50
2
3 Modified: ChangeLog
4 Added: PEAR-Net_SMTP-1.2.11.ebuild
5 Log:
6 Version bump, import from the php overlay
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.38 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.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 6 Dec 2007 00:41:40 -0000 1.37
23 +++ ChangeLog 26 Feb 2008 16:31:49 -0000 1.38
24 @@ -1,6 +1,16 @@
25 # ChangeLog for dev-php/PEAR-Net_SMTP
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.37 2007/12/06 00:41:40 jokey Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.38 2008/02/26 16:31:49 armin76 Exp $
30 +
31 +*PEAR-Net_SMTP-1.2.11 (26 Feb 2008)
32 +
33 + 26 Feb 2008; Raúl Porcel <armin76@g.o>
34 + +PEAR-Net_SMTP-1.2.11.ebuild:
35 + Version bump, import from the php overlay
36 +
37 + 15 Feb 2008; Jakub Moc <jakub@g.o>
38 + +PEAR-Net_SMTP-1.2.11.ebuild:
39 + Version bump
40
41 06 Dec 2007; Markus Ullmann <jokey@g.o> PEAR-Net_SMTP-1.2.7.ebuild,
42 PEAR-Net_SMTP-1.2.10.ebuild:
43
44
45
46 1.1 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.11.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.11.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.11.ebuild?rev=1.1&content-type=text/plain
50
51 Index: PEAR-Net_SMTP-1.2.11.ebuild
52 ===================================================================
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.2.11.ebuild,v 1.1 2008/02/26 16:31:49 armin76 Exp $
56
57 inherit php-pear-r1
58
59 DESCRIPTION="An implementation of the SMTP protocol"
60
61 LICENSE="PHP-2.02"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
64 IUSE="minimal"
65
66 RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.7
67 !minimal? ( >=dev-php/PEAR-Auth_SASL-1.0.1-r1 )"
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list