From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1277773-garchives=archives.gentoo.org@lists.gentoo.org> 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 415111382C5 for <garchives@archives.gentoo.org>; Mon, 3 May 2021 08:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D376E07FA; Mon, 3 May 2021 08:54:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 46935E07FA for <gentoo-commits@lists.gentoo.org>; Mon, 3 May 2021 08:54:20 +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 E91CE3406DD for <gentoo-commits@lists.gentoo.org>; Mon, 3 May 2021 08:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E93847 for <gentoo-commits@lists.gentoo.org>; Mon, 3 May 2021 08:54:17 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> 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" <zlogene@gentoo.org> Message-ID: <1620032032.e0b1ef123259b0692d80401efff4322bac8d9fc3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nghttp2/nghttp2-1.41.0.ebuild net-libs/nghttp2/nghttp2-1.42.0.ebuild net-libs/nghttp2/nghttp2-1.43.0.ebuild net-libs/nghttp2/nghttp2-9999.ebuild X-VCS-Directories: net-libs/nghttp2/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e0b1ef123259b0692d80401efff4322bac8d9fc3 X-VCS-Branch: master Date: Mon, 3 May 2021 08:54:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a5c57072-bf14-4379-8df2-231cb1c80291 X-Archives-Hash: 58937ff1e55a069e7673e34f54f25fff commit: e0b1ef123259b0692d80401efff4322bac8d9fc3 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Mon May 3 08:53:52 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Mon May 3 08:53:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b1ef12 net-libs/nghttp2: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> net-libs/nghttp2/nghttp2-1.41.0.ebuild | 5 ++--- net-libs/nghttp2/nghttp2-1.42.0.ebuild | 7 +++---- net-libs/nghttp2/nghttp2-1.43.0.ebuild | 5 ++--- net-libs/nghttp2/nghttp2-9999.ebuild | 7 +++---- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/net-libs/nghttp2/nghttp2-1.41.0.ebuild b/net-libs/nghttp2/nghttp2-1.41.0.ebuild index 4e440e370c5..23ad9258f82 100644 --- a/net-libs/nghttp2/nghttp2-1.41.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.41.0.ebuild @@ -20,13 +20,12 @@ HOMEPAGE="https://nghttp2.org/" LICENSE="MIT" SLOT="0/1.14" # <C++>.<C> SONAMEs -IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml" +IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml" RESTRICT="!test? ( test )" SSL_DEPEND=" - !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] " RDEPEND=" cxx? ( diff --git a/net-libs/nghttp2/nghttp2-1.42.0.ebuild b/net-libs/nghttp2/nghttp2-1.42.0.ebuild index 5426a55b59d..d7631ef5957 100644 --- a/net-libs/nghttp2/nghttp2-1.42.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.42.0.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 # TODO: Add python support. @@ -20,13 +20,12 @@ HOMEPAGE="https://nghttp2.org/" LICENSE="MIT" SLOT="0/1.14" # <C++>.<C> SONAMEs -IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml" +IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml" RESTRICT="!test? ( test )" SSL_DEPEND=" - !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] " RDEPEND=" cxx? ( diff --git a/net-libs/nghttp2/nghttp2-1.43.0.ebuild b/net-libs/nghttp2/nghttp2-1.43.0.ebuild index 93e97420b9b..a0d00baaf8f 100644 --- a/net-libs/nghttp2/nghttp2-1.43.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.43.0.ebuild @@ -20,13 +20,12 @@ HOMEPAGE="https://nghttp2.org/" LICENSE="MIT" SLOT="0/1.14" # <C++>.<C> SONAMEs -IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml" +IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml" RESTRICT="!test? ( test )" SSL_DEPEND=" - !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] " RDEPEND=" cxx? ( diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index ad61312be51..de9c1c42d03 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.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 # TODO: Add python support. @@ -20,13 +20,12 @@ HOMEPAGE="https://nghttp2.org/" LICENSE="MIT" SLOT="0/1.14" # <C++>.<C> SONAMEs -IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml" +IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml" RESTRICT="!test? ( test )" SSL_DEPEND=" - !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) + >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] " RDEPEND=" cxx? (