Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/
Date: Thu, 28 Nov 2019 22:48:09
Message-Id: 1574981274.c69513d912f518d237f7b34aa66b50cedf2384c6.whissi@gentoo
1 commit: c69513d912f518d237f7b34aa66b50cedf2384c6
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 22:45:17 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 22:47:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69513d9
7
8 dev-php/pecl-ssh2: add PHP 7.4 support
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/pecl-ssh2/pecl-ssh2-1.2.ebuild | 6 +++---
14 dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.2.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.2.ebuild
18 index 72ef46fdff1..583c2bfcf03 100644
19 --- a/dev-php/pecl-ssh2/pecl-ssh2-1.2.ebuild
20 +++ b/dev-php/pecl-ssh2/pecl-ssh2-1.2.ebuild
21 @@ -5,12 +5,12 @@ EAPI="7"
22
23 PHP_EXT_NAME="ssh2"
24
25 -USE_PHP="php5-6 php7-1 php7-2 php7-3"
26 +USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
27 EGIT_REPO_URI="https://git.php.net/repository/pecl/networking/ssh2.git"
28
29 inherit php-ext-source-r3 git-r3
30
31 -USE_PHP="php7-1 php7-2 php7-3"
32 +USE_PHP="php7-1 php7-2 php7-3 php7-4"
33
34 DESCRIPTION="PHP bindings for the libssh2 library"
35 LICENSE="PHP-3.01"
36 @@ -23,7 +23,7 @@ RDEPEND="${DEPEND}
37 HOMEPAGE="https://pecl.php.net/package/ssh2"
38
39 src_prepare() {
40 - if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
41 + if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 || use php_targets_php7-4 ; then
42 php-ext-source-r3_src_prepare
43 else
44 default_src_prepare
45
46 diff --git a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild
47 index 72ef46fdff1..583c2bfcf03 100644
48 --- a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild
49 +++ b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild
50 @@ -5,12 +5,12 @@ EAPI="7"
51
52 PHP_EXT_NAME="ssh2"
53
54 -USE_PHP="php5-6 php7-1 php7-2 php7-3"
55 +USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
56 EGIT_REPO_URI="https://git.php.net/repository/pecl/networking/ssh2.git"
57
58 inherit php-ext-source-r3 git-r3
59
60 -USE_PHP="php7-1 php7-2 php7-3"
61 +USE_PHP="php7-1 php7-2 php7-3 php7-4"
62
63 DESCRIPTION="PHP bindings for the libssh2 library"
64 LICENSE="PHP-3.01"
65 @@ -23,7 +23,7 @@ RDEPEND="${DEPEND}
66 HOMEPAGE="https://pecl.php.net/package/ssh2"
67
68 src_prepare() {
69 - if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
70 + if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 || use php_targets_php7-4 ; then
71 php-ext-source-r3_src_prepare
72 else
73 default_src_prepare