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 D0769138334 for ; Tue, 18 Jun 2019 19:28:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0943EE099C; Tue, 18 Jun 2019 19:28:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0C02E099C for ; Tue, 18 Jun 2019 19:28:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A9DFD346424 for ; Tue, 18 Jun 2019 19:28:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47ECA603 for ; Tue, 18 Jun 2019 19:28:00 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1560886068.ba3d84c4693ff9ab8651c20332dcc85e302c96d8.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-stomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild X-VCS-Directories: dev-php/pecl-stomp/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: ba3d84c4693ff9ab8651c20332dcc85e302c96d8 X-VCS-Branch: master Date: Tue, 18 Jun 2019 19:28:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8c07ac4-b888-47e2-a24b-040054413105 X-Archives-Hash: 1df162cf1eea00266883a932297f8b28 commit: ba3d84c4693ff9ab8651c20332dcc85e302c96d8 Author: Brian Evans gentoo org> AuthorDate: Tue Jun 18 19:27:48 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Jun 18 19:27:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3d84c4 dev-php/pecl-stomp: Fix typo for bug 688308; update USE_PHP values Closes: https://bugs.gentoo.org/688308 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild | 10 +++++++--- dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild | 13 ++++++------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild b/dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild index 8349a99f9a6..d8aef480451 100644 --- a/dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild +++ b/dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_PHP="php5-6 php7-0" +USE_PHP="php5-6 php7-1 php7-2 php7-3" PHP_EXT_NAME="stomp" DOCS=( CREDITS doc/classes.php doc/functions.php ) @@ -23,7 +23,11 @@ DEPEND="${DEPEND} " RDEPEND="${DEPEND}" -PDEPEND="php_targets_php7-0? ( dev-php/pecl-stomp:7 )" +PDEPEND=" + php_targets_php7-1? ( dev-php/pecl-stomp:7 ) + php_targets_php7-2? ( dev-php/pecl-stomp:7 ) + php_targets_php7-3? ( dev-php/pecl-stomp:7 ) +" src_prepare() { if use php_targets_php5-6 ; then diff --git a/dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild b/dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild index a4649795c92..d808c2c1b91 100644 --- a/dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild +++ b/dev-php/pecl-stomp/pecl-stomp-2.0.2.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" +USE_PHP="php5-6 php7-1 php7-2 php7-3" PHP_EXT_NAME="stomp" DOCS=( CREDITS doc/classes.php doc/functions.php ) inherit php-ext-pecl-r3 -USE_PHP="php7-0 php7-1 php7-2 php7-3" +USE_PHP="php7-1 php7-2 php7-3" KEYWORDS="~amd64 ~x86" @@ -19,7 +19,6 @@ SLOT="7" IUSE="examples ssl test" DEPEND="${DEPEND} - php_targets_php7-0? ( dev-lang/php:7.0[ssl?] ) php_targets_php7-1? ( dev-lang/php:7.1[ssl?] ) php_targets_php7-2? ( dev-lang/php:7.2[ssl?] ) php_targets_php7-3? ( dev-lang/php:7.3[ssl?] ) @@ -29,7 +28,7 @@ RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-stomp:0 )" src_prepare() { - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then + if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then php-ext-source-r3_src_prepare else default @@ -37,7 +36,7 @@ src_prepare() { } src_configure() { - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7_2 || use php_targets_php7-3 ; then + if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then local PHP_EXT_ECONF_ARGS=( --enable-stomp --with-openssl-dir=$(usex ssl "${EPREFIX}/usr") @@ -47,7 +46,7 @@ src_configure() { } src_install() { - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7_2 || use php_targets_php7-3 ; then + if use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then php-ext-pecl-r3_src_install fi }