commit:     8fb68e8fdef4ca5b8b23592c073f2a09ad70dd07
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 07:01:21 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May  3 07:01:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb68e8f

gnustep-libs/sope: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 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 a24c86a9565..7feec1b8304 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 81e7c8a4a03..7feec1b8304 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

Reply via email to