Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-ssh2: ChangeLog pecl-ssh2-0.11.2-r1.ebuild
Date: Tue, 04 Jan 2011 08:31:41
Message-Id: 20110104083132.6D1D02005C@flycatcher.gentoo.org
1 fauli 11/01/04 08:31:32
2
3 Modified: ChangeLog pecl-ssh2-0.11.2-r1.ebuild
4 Log:
5 stable x86, bug 349659
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.9 dev-php5/pecl-ssh2/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 4 Nov 2010 16:00:47 -0000 1.8
23 +++ ChangeLog 4 Jan 2011 08:31:32 -0000 1.9
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-php5/pecl-ssh2
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.8 2010/11/04 16:00:47 mabi Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.9 2011/01/04 08:31:32 fauli Exp $
30 +
31 + 04 Jan 2011; Christian Faulhammer <fauli@g.o>
32 + pecl-ssh2-0.11.2-r1.ebuild:
33 + stable x86, bug 349659
34
35 *pecl-ssh2-0.11.2-r1 (04 Nov 2010)
36 *pecl-ssh2-0.11.2 (04 Nov 2010)
37
38
39
40 1.2 dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: pecl-ssh2-0.11.2-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- pecl-ssh2-0.11.2-r1.ebuild 4 Nov 2010 16:00:47 -0000 1.1
53 +++ pecl-ssh2-0.11.2-r1.ebuild 4 Jan 2011 08:31:32 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild,v 1.1 2010/11/04 16:00:47 mabi Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild,v 1.2 2011/01/04 08:31:32 fauli Exp $
60
61 EAPI=3
62
63 @@ -15,6 +15,6 @@
64 LICENSE="PHP-3"
65 SLOT="0"
66 IUSE=""
67 -KEYWORDS="~amd64 ~x86"
68 +KEYWORDS="~amd64 x86"
69 DEPEND=">=net-libs/libssh2-0.18"
70 RDEPEND="${DEPEND}"