From 8fb68e8fdef4ca5b8b23592c073f2a09ad70dd07 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Mon, 3 May 2021 10:01:21 +0300 Subject: [PATCH] gnustep-libs/sope: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- gnustep-libs/sope/sope-4.1.1.ebuild | 14 +++----------- gnustep-libs/sope/sope-4.3.2.ebuild | 14 +++----------- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/gnustep-libs/sope/sope-4.1.1.ebuild b/gnustep-libs/sope/sope-4.1.1.ebuild index a24c86a95657..7feec1b83046 100644 --- a/gnustep-libs/sope/sope-4.1.1.ebuild +++ b/gnustep-libs/sope/sope-4.1.1.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 @@ -12,15 +12,14 @@ SRC_URI="https://github.com/inverse-inc/sope/archive/SOPE-${PV}.tar.gz -> ${P}.t LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gnutls ldap libressl mysql postgres +ssl +xml" +IUSE="gnutls ldap mysql postgres +ssl +xml" RDEPEND=" sys-libs/zlib ldap? ( net-nds/openldap ) gnutls? ( net-libs/gnutls:= ) !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) @@ -28,13 +27,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" -pkg_pretend() { - if use ssl && use gnutls && use libressl ; then - ewarn "You have enabled both gnutls and libressl, but only" - ewarn "one provider can be active. Using gnutls!" - fi -} - src_configure() { local ssl_provider if use ssl ; then diff --git a/gnustep-libs/sope/sope-4.3.2.ebuild b/gnustep-libs/sope/sope-4.3.2.ebuild index 81e7c8a4a03a..7feec1b83046 100644 --- a/gnustep-libs/sope/sope-4.3.2.ebuild +++ b/gnustep-libs/sope/sope-4.3.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 @@ -12,15 +12,14 @@ SRC_URI="https://github.com/inverse-inc/sope/archive/SOPE-${PV}.tar.gz -> ${P}.t LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gnutls ldap libressl mysql postgres +ssl +xml" +IUSE="gnutls ldap mysql postgres +ssl +xml" RDEPEND=" sys-libs/zlib ldap? ( net-nds/openldap ) gnutls? ( net-libs/gnutls:= ) !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) @@ -28,13 +27,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" -pkg_pretend() { - if use ssl && use gnutls && use libressl ; then - ewarn "You have enabled both gnutls and libressl, but only" - ewarn "one provider can be active. Using gnutls!" - fi -} - src_configure() { local ssl_provider if use ssl ; then