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_Sieve: ChangeLog PEAR-Net_Sieve-1.1.7.ebuild
Date: Sat, 22 Aug 2009 19:29:44
Message-Id: E1MewHW-0000LU-EX@stork.gentoo.org
1 beandog 09/08/22 19:29:42
2
3 Modified: ChangeLog
4 Added: PEAR-Net_Sieve-1.1.7.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.63 dev-php/PEAR-Net_Sieve/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 9 May 2008 22:20:51 -0000 1.62
23 +++ ChangeLog 22 Aug 2009 19:29:42 -0000 1.63
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/PEAR-Net_Sieve
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.62 2008/05/09 22:20:51 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.63 2009/08/22 19:29:42 beandog Exp $
30 +
31 +*PEAR-Net_Sieve-1.1.7 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o> +PEAR-Net_Sieve-1.1.7.ebuild:
34 + Version bump
35
36 09 May 2008; Markus Meier <maekke@g.o> PEAR-Net_Sieve-1.1.6.ebuild:
37 amd64 stable, bug #214081
38
39
40
41 1.1 dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-Net_Sieve-1.1.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_Sieve/PEAR-Net_Sieve-1.1.7.ebuild,v 1.1 2009/08/22 19:29:42 beandog Exp $
51
52 inherit php-pear-r1
53
54 DESCRIPTION="Provides an API to talk to the timsieved server that comes with Cyrus IMAPd"
55
56 LICENSE="BSD BSD-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
59 IUSE=""
60
61 RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1"