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 4DF481382C5 for ; Mon, 3 May 2021 09:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C66AE077D; Mon, 3 May 2021 09:45:08 +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 6E23FE077D for ; Mon, 3 May 2021 09:45:08 +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 DAEE5335D4A for ; Mon, 3 May 2021 09:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F2C0729 for ; Mon, 3 May 2021 09:45:05 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1620035042.c47ac53e6c4efbe05baf75ff7a3ad68485aed535.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/swoole/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/swoole/swoole-4.2.13.ebuild dev-php/swoole/swoole-4.4.12.ebuild dev-php/swoole/swoole-4.4.14.ebuild dev-php/swoole/swoole-4.4.15.ebuild dev-php/swoole/swoole-4.4.16.ebuild dev-php/swoole/swoole-4.4.19.ebuild dev-php/swoole/swoole-4.5.9.ebuild X-VCS-Directories: dev-php/swoole/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c47ac53e6c4efbe05baf75ff7a3ad68485aed535 X-VCS-Branch: master Date: Mon, 3 May 2021 09:45:05 +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: dcede4f1-94a9-4b60-90cd-6ee6d0019b08 X-Archives-Hash: 737bcc932567edcde3f0eb703d3a5fbb commit: c47ac53e6c4efbe05baf75ff7a3ad68485aed535 Author: Mikle Kolyada gentoo org> AuthorDate: Mon May 3 09:44:02 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 3 09:44:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47ac53e dev-php/swoole: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> dev-php/swoole/swoole-4.2.13.ebuild | 6 +++--- dev-php/swoole/swoole-4.4.12.ebuild | 7 +++---- dev-php/swoole/swoole-4.4.14.ebuild | 7 +++---- dev-php/swoole/swoole-4.4.15.ebuild | 7 +++---- dev-php/swoole/swoole-4.4.16.ebuild | 7 +++---- dev-php/swoole/swoole-4.4.19.ebuild | 7 +++---- dev-php/swoole/swoole-4.5.9.ebuild | 7 +++---- 7 files changed, 21 insertions(+), 27 deletions(-) diff --git a/dev-php/swoole/swoole-4.2.13.ebuild b/dev-php/swoole/swoole-4.2.13.ebuild index 04aa2e40c37..facb4470ae8 100644 --- a/dev-php/swoole/swoole-4.2.13.ebuild +++ b/dev-php/swoole/swoole-4.2.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -27,7 +27,7 @@ DEPEND=" dev-libs/boost:0= dev-libs/libpcre http2? ( net-libs/nghttp2:0= ) - ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) + ssl? ( dev-libs/openssl:0= ) php_targets_php7-1? ( dev-lang/php:7.1[cli,sockets?] ) php_targets_php7-2? ( dev-lang/php:7.2[cli,sockets?] ) php_targets_php7-3? ( dev-lang/php:7.3[cli,sockets?] ) @@ -40,7 +40,7 @@ DEPEND=" RDEPEND="${DEPEND}" -IUSE="debug http2 libressl mysql sockets ssl" +IUSE="debug http2 mysql sockets ssl" src_configure() { # PostgreSQL disabled due to Gentoo's slot system diff --git a/dev-php/swoole/swoole-4.4.12.ebuild b/dev-php/swoole/swoole-4.4.12.ebuild index 7df45e4948c..dd302030870 100644 --- a/dev-php/swoole/swoole-4.4.12.ebuild +++ b/dev-php/swoole/swoole-4.4.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -30,8 +30,7 @@ DEPEND=" sys-libs/zlib:0= http2? ( net-libs/nghttp2:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) php_targets_php7-1? ( dev-lang/php:7.1[cli,sockets?] ) php_targets_php7-2? ( dev-lang/php:7.2[cli,sockets?] ) @@ -47,7 +46,7 @@ DEPEND=" RDEPEND="${DEPEND}" -IUSE="debug http2 libressl mysql sockets ssl" +IUSE="debug http2 mysql sockets ssl" src_configure() { # JEMalloc not included as it refuses to find a ${EROOT}/usr/includes/jemalloc subdirectory diff --git a/dev-php/swoole/swoole-4.4.14.ebuild b/dev-php/swoole/swoole-4.4.14.ebuild index 146edf124e9..dd302030870 100644 --- a/dev-php/swoole/swoole-4.4.14.ebuild +++ b/dev-php/swoole/swoole-4.4.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -30,8 +30,7 @@ DEPEND=" sys-libs/zlib:0= http2? ( net-libs/nghttp2:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) php_targets_php7-1? ( dev-lang/php:7.1[cli,sockets?] ) php_targets_php7-2? ( dev-lang/php:7.2[cli,sockets?] ) @@ -47,7 +46,7 @@ DEPEND=" RDEPEND="${DEPEND}" -IUSE="debug http2 libressl mysql sockets ssl" +IUSE="debug http2 mysql sockets ssl" src_configure() { # JEMalloc not included as it refuses to find a ${EROOT}/usr/includes/jemalloc subdirectory diff --git a/dev-php/swoole/swoole-4.4.15.ebuild b/dev-php/swoole/swoole-4.4.15.ebuild index 146edf124e9..dd302030870 100644 --- a/dev-php/swoole/swoole-4.4.15.ebuild +++ b/dev-php/swoole/swoole-4.4.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -30,8 +30,7 @@ DEPEND=" sys-libs/zlib:0= http2? ( net-libs/nghttp2:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) php_targets_php7-1? ( dev-lang/php:7.1[cli,sockets?] ) php_targets_php7-2? ( dev-lang/php:7.2[cli,sockets?] ) @@ -47,7 +46,7 @@ DEPEND=" RDEPEND="${DEPEND}" -IUSE="debug http2 libressl mysql sockets ssl" +IUSE="debug http2 mysql sockets ssl" src_configure() { # JEMalloc not included as it refuses to find a ${EROOT}/usr/includes/jemalloc subdirectory diff --git a/dev-php/swoole/swoole-4.4.16.ebuild b/dev-php/swoole/swoole-4.4.16.ebuild index 146edf124e9..dd302030870 100644 --- a/dev-php/swoole/swoole-4.4.16.ebuild +++ b/dev-php/swoole/swoole-4.4.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -30,8 +30,7 @@ DEPEND=" sys-libs/zlib:0= http2? ( net-libs/nghttp2:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) php_targets_php7-1? ( dev-lang/php:7.1[cli,sockets?] ) php_targets_php7-2? ( dev-lang/php:7.2[cli,sockets?] ) @@ -47,7 +46,7 @@ DEPEND=" RDEPEND="${DEPEND}" -IUSE="debug http2 libressl mysql sockets ssl" +IUSE="debug http2 mysql sockets ssl" src_configure() { # JEMalloc not included as it refuses to find a ${EROOT}/usr/includes/jemalloc subdirectory diff --git a/dev-php/swoole/swoole-4.4.19.ebuild b/dev-php/swoole/swoole-4.4.19.ebuild index 146edf124e9..dd302030870 100644 --- a/dev-php/swoole/swoole-4.4.19.ebuild +++ b/dev-php/swoole/swoole-4.4.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -30,8 +30,7 @@ DEPEND=" sys-libs/zlib:0= http2? ( net-libs/nghttp2:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) php_targets_php7-1? ( dev-lang/php:7.1[cli,sockets?] ) php_targets_php7-2? ( dev-lang/php:7.2[cli,sockets?] ) @@ -47,7 +46,7 @@ DEPEND=" RDEPEND="${DEPEND}" -IUSE="debug http2 libressl mysql sockets ssl" +IUSE="debug http2 mysql sockets ssl" src_configure() { # JEMalloc not included as it refuses to find a ${EROOT}/usr/includes/jemalloc subdirectory diff --git a/dev-php/swoole/swoole-4.5.9.ebuild b/dev-php/swoole/swoole-4.5.9.ebuild index 721b5a84f00..48523b05538 100644 --- a/dev-php/swoole/swoole-4.5.9.ebuild +++ b/dev-php/swoole/swoole-4.5.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -28,8 +28,7 @@ DEPEND=" dev-libs/libpcre sys-libs/zlib:0= ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) mysql? ( php_targets_php7-2? ( dev-lang/php:7.2[mysql,mysqli(+)] ) @@ -41,7 +40,7 @@ DEPEND=" RDEPEND="${DEPEND}" -IUSE="debug http2 libressl mysql sockets ssl" +IUSE="debug http2 mysql sockets ssl" src_configure() { # JEMalloc not included as it refuses to find a ${EROOT}/usr/includes/jemalloc subdirectory