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 206B413835A for ; Sun, 2 May 2021 15:38:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4060AE0858; Sun, 2 May 2021 15:38:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1D778E0858 for ; Sun, 2 May 2021 15:38:38 +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 2F4E333BEC2 for ; Sun, 2 May 2021 15:38:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCBCB743 for ; Sun, 2 May 2021 15:38:35 +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: <1619969911.e11b56828848e0c85e5c7fd48a9b825341d59258.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libstrophe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libstrophe/libstrophe-0.10.0.ebuild dev-libs/libstrophe/libstrophe-0.10.1.ebuild dev-libs/libstrophe/libstrophe-0.9.2.ebuild dev-libs/libstrophe/libstrophe-0.9.3.ebuild X-VCS-Directories: dev-libs/libstrophe/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e11b56828848e0c85e5c7fd48a9b825341d59258 X-VCS-Branch: master Date: Sun, 2 May 2021 15:38:35 +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: fc0530ca-0a18-4102-8030-1c107cd19dca X-Archives-Hash: 2955b59a4236523b253bb601ec868270 commit: e11b56828848e0c85e5c7fd48a9b825341d59258 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 15:23:48 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 15:38:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11b5682 dev-libs/libstrophe: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> dev-libs/libstrophe/libstrophe-0.10.0.ebuild | 7 +++---- dev-libs/libstrophe/libstrophe-0.10.1.ebuild | 7 +++---- dev-libs/libstrophe/libstrophe-0.9.2.ebuild | 8 +++----- dev-libs/libstrophe/libstrophe-0.9.3.ebuild | 7 +++---- 4 files changed, 12 insertions(+), 17 deletions(-) diff --git a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild b/dev-libs/libstrophe/libstrophe-0.10.0.ebuild index b6501c3abca..c7dd5320b92 100644 --- a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.10.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 EAPI=7 @@ -8,13 +8,12 @@ SRC_URI="https://github.com/strophe/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="|| ( MIT GPL-3 )" SLOT="0" KEYWORDS="amd64" -IUSE="doc expat libressl" +IUSE="doc expat" RDEPEND=" expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2:2 ) - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= " DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) diff --git a/dev-libs/libstrophe/libstrophe-0.10.1.ebuild b/dev-libs/libstrophe/libstrophe-0.10.1.ebuild index 5757ff62194..bae3fd596e3 100644 --- a/dev-libs/libstrophe/libstrophe-0.10.1.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.10.1.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 @@ -8,13 +8,12 @@ SRC_URI="https://github.com/strophe/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="|| ( MIT GPL-3 )" SLOT="0" KEYWORDS="~amd64" -IUSE="doc expat libressl" +IUSE="doc expat" RDEPEND=" expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2:2 ) - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= " DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) diff --git a/dev-libs/libstrophe/libstrophe-0.9.2.ebuild b/dev-libs/libstrophe/libstrophe-0.9.2.ebuild index c312bb04fe2..bae3fd596e3 100644 --- a/dev-libs/libstrophe/libstrophe-0.9.2.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.9.2.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 @@ -8,20 +8,18 @@ SRC_URI="https://github.com/strophe/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="|| ( MIT GPL-3 )" SLOT="0" KEYWORDS="~amd64" -IUSE="doc expat libressl" +IUSE="doc expat" RDEPEND=" expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2:2 ) - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= " DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) " DOCS=( ChangeLog ) -PATCHES=( "${FILESDIR}/libstrophe-0.9.2-libressl.patch" ) src_configure() { # shellcheck disable=SC2207 diff --git a/dev-libs/libstrophe/libstrophe-0.9.3.ebuild b/dev-libs/libstrophe/libstrophe-0.9.3.ebuild index 5757ff62194..bae3fd596e3 100644 --- a/dev-libs/libstrophe/libstrophe-0.9.3.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.9.3.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 @@ -8,13 +8,12 @@ SRC_URI="https://github.com/strophe/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="|| ( MIT GPL-3 )" SLOT="0" KEYWORDS="~amd64" -IUSE="doc expat libressl" +IUSE="doc expat" RDEPEND=" expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2:2 ) - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= " DEPEND="${RDEPEND} doc? ( app-doc/doxygen )