Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-ssh2: ChangeLog pecl-ssh2-0.11.0-r1.ebuild
Date: Tue, 29 Dec 2009 21:16:58
Message-Id: E1NPjR2-0000ce-9j@stork.gentoo.org
1 hoffie 09/12/29 21:16:56
2
3 Modified: ChangeLog
4 Added: pecl-ssh2-0.11.0-r1.ebuild
5 Log:
6 new attempt at getting a version which works with 5.2 and 5.3
7 (Portage version: 2.1.7.15/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-php5/pecl-ssh2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 27 Dec 2009 23:19:42 -0000 1.4
23 +++ ChangeLog 29 Dec 2009 21:16:55 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php5/pecl-ssh2
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.4 2009/12/27 23:19:42 hoffie Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.5 2009/12/29 21:16:55 hoffie Exp $
29 +
30 +*pecl-ssh2-0.11.0-r1 (29 Dec 2009)
31 +
32 + 29 Dec 2009; Christian Hoffmann <hoffie@g.o>
33 + +pecl-ssh2-0.11.0-r1.ebuild, files/pecl-ssh2-0.11.0-php-5.3-compat.patch:
34 + new attempt at getting a version which works with 5.2 and 5.3
35
36 27 Dec 2009; Christian Hoffmann <hoffie@g.o>
37 pecl-ssh2-0.11.0.ebuild:
38
39
40
41 1.1 dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pecl-ssh2-0.11.0-r1.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-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v 1.1 2009/12/29 21:16:55 hoffie Exp $
51
52 PHP_EXT_NAME="ssh2"
53 PHP_EXT_INI="yes"
54 PHP_EXT_ZENDEXT="no"
55 DOCS="README ChangeLog"
56
57 inherit php-ext-pecl-r1
58
59 DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol."
60 LICENSE="PHP-3"
61 SLOT="0"
62 IUSE=""
63 KEYWORDS="~amd64 ~x86"
64 DEPEND=">=net-libs/libssh2-0.18"
65 RDEPEND="${DEPEND}"
66
67 need_php_by_category
68
69 src_unpack() {
70 php-ext-source-r1_src_unpack
71 epatch "${FILESDIR}"/${P}-php-5.3-compat.patch
72 }