From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C309139694 for ; Sat, 8 Apr 2017 19:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F0CBE0C08; Sat, 8 Apr 2017 19:27:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6787E0C08 for ; Sat, 8 Apr 2017 19:27:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50C8D33E4AD for ; Sat, 8 Apr 2017 19:27:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E15569BC for ; Sat, 8 Apr 2017 19:27:45 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1491679644.06902785bbdd836806ec9fa021fcb078996a5b76.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-ssh2/pecl-ssh2-1.0-r1.ebuild dev-php/pecl-ssh2/pecl-ssh2-1.0.ebuild dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild X-VCS-Directories: dev-php/pecl-ssh2/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 06902785bbdd836806ec9fa021fcb078996a5b76 X-VCS-Branch: master Date: Sat, 8 Apr 2017 19:27:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cc25b1dc-3f94-414a-ad51-dc430d766b12 X-Archives-Hash: 096d0dc5400ffaca214e1cf7f09bb137 commit: 06902785bbdd836806ec9fa021fcb078996a5b76 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Apr 8 19:15:21 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Apr 8 19:27:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06902785 dev-php/pecl-ssh2: add php-7.1 support. Gentoo-Bug: 603508 Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../{pecl-ssh2-1.0.ebuild => pecl-ssh2-1.0-r1.ebuild} | 14 ++++++-------- dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild | 14 ++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.0.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.0-r1.ebuild similarity index 57% rename from dev-php/pecl-ssh2/pecl-ssh2-1.0.ebuild rename to dev-php/pecl-ssh2/pecl-ssh2-1.0-r1.ebuild index 43870a60730..28dc40b3371 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-1.0.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-1.0-r1.ebuild @@ -1,17 +1,15 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PHP_EXT_NAME="ssh2" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -USE_PHP="php7-0 php5-6" +USE_PHP="php5-6 php7-0 php7-1" inherit php-ext-pecl-r3 -USE_PHP="php7-0" +USE_PHP="php7-0 php7-1" DESCRIPTION="PHP bindings for the libssh2 library" LICENSE="PHP-3.01" @@ -19,11 +17,11 @@ SLOT="7" IUSE="" KEYWORDS="~amd64 ~x86" DEPEND=">=net-libs/libssh2-1.2" -RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-ssh2:0[php_targets_php5-6] )" -PHP_EXT_ECONF_ARGS="" +RDEPEND="${DEPEND} + php_targets_php5-6? ( dev-php/pecl-ssh2:0[php_targets_php5-6] )" src_prepare() { - if use php_targets_php7-0 ; then + if use php_targets_php7-0 || use php_targets_php7-1; then php-ext-source-r3_src_prepare else default_src_prepare diff --git a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild index 1e571c0de96..ee9effc3e76 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PHP_EXT_NAME="ssh2" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -USE_PHP="php7-0 php5-6" +USE_PHP="php5-6 php7-0 php7-1" EGIT_REPO_URI="https://git.php.net/repository/pecl/networking/ssh2.git" inherit php-ext-source-r3 git-r3 -USE_PHP="php7-0" +USE_PHP="php7-0 php7-1" DESCRIPTION="PHP bindings for the libssh2 library" LICENSE="PHP-3.01" @@ -20,9 +18,9 @@ SLOT="7" IUSE="" KEYWORDS="" DEPEND=">=net-libs/libssh2-1.2" -RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-ssh2:0[php_targets_php5-6] )" +RDEPEND="${DEPEND} + php_targets_php5-6? ( dev-php/pecl-ssh2:0[php_targets_php5-6] )" HOMEPAGE="https://pecl.php.net/package/ssh2" -PHP_EXT_ECONF_ARGS="" src_unpack() { git-r3_src_unpack @@ -30,7 +28,7 @@ src_unpack() { } src_prepare() { - if use php_targets_php7-0 ; then + if use php_targets_php7-0 || use php_targets_php7-1 ; then php-ext-source-r3_src_prepare else default_src_prepare