Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-ssh2: pecl-ssh2-0.12-r2.ebuild ChangeLog
Date: Fri, 29 May 2015 16:16:13
Message-Id: 20150529161608.93CE2A0C@oystercatcher.gentoo.org
1 grknight 15/05/29 16:16:08
2
3 Modified: ChangeLog
4 Added: pecl-ssh2-0.12-r2.ebuild
5 Log:
6 Revbump to add php5.6 support wrt bug 550728
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
9
10 Revision Changes Path
11 1.15 dev-php/pecl-ssh2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 14 Oct 2014 15:30:04 -0000 1.14
24 +++ ChangeLog 29 May 2015 16:16:08 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/pecl-ssh2
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.14 2014/10/14 15:30:04 grknight Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.15 2015/05/29 16:16:08 grknight Exp $
31 +
32 +*pecl-ssh2-0.12-r2 (29 May 2015)
33 +
34 + 29 May 2015; Brian Evans <grknight@g.o> +pecl-ssh2-0.12-r2.ebuild:
35 + Revbump to add php5.6 support wrt bug 550728
36
37 14 Oct 2014; Brian Evans <grknight@g.o> -pecl-ssh2-0.11.3-r1.ebuild,
38 -pecl-ssh2-0.12.ebuild:
39
40
41
42 1.1 dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pecl-ssh2-0.12-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2015 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.12-r2.ebuild,v 1.1 2015/05/29 16:16:08 grknight Exp $
52
53 EAPI=5
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-6 php5-5 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-1.2"
70 RDEPEND="${DEPEND}"