Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-ssh2: pecl-ssh2-0.11.3-r1.ebuild ChangeLog
Date: Sat, 03 Mar 2012 16:49:50
Message-Id: 20120303164937.86C3D2004B@flycatcher.gentoo.org
1 olemarkus 12/03/03 16:49:37
2
3 Modified: ChangeLog
4 Added: pecl-ssh2-0.11.3-r1.ebuild
5 Log:
6 Version bump supporting php 5.4
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-php/pecl-ssh2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 24 Feb 2012 15:16:46 -0000 1.4
24 +++ ChangeLog 3 Mar 2012 16:49:37 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php/pecl-ssh2
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.4 2012/02/24 15:16:46 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.5 2012/03/03 16:49:37 olemarkus Exp $
30 +
31 +*pecl-ssh2-0.11.3-r1 (03 Mar 2012)
32 +
33 + 03 Mar 2012; Ole Markus With <olemarkus@g.o>
34 + +pecl-ssh2-0.11.3-r1.ebuild:
35 + Version bump supporting php 5.4
36
37 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@g.o> pecl-ssh2-0.11.3.ebuild:
38 x86 stable wrt bug #400321
39
40
41
42 1.1 dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pecl-ssh2-0.11.3-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild,v 1.1 2012/03/03 16:49:37 olemarkus Exp $
52
53 EAPI=4
54
55 PHP_EXT_NAME="ssh2"
56 PHP_EXT_INI="yes"
57 PHP_EXT_ZENDEXT="no"
58 DOCS="README ChangeLog"
59
60 USE_PHP="php5-3 php5-4"
61
62 inherit php-ext-pecl-r2
63
64 DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol."
65 LICENSE="PHP-3"
66 SLOT="0"
67 IUSE=""
68 KEYWORDS="~amd64 ~x86"
69 DEPEND=">=net-libs/libssh2-0.18"
70 RDEPEND="${DEPEND}"