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 BBAA113835A for ; Mon, 3 May 2021 07:02:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E404CE081A; Mon, 3 May 2021 07:02:00 +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 C8D95E081A for ; Mon, 3 May 2021 07:02:00 +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 B9A8D340A15 for ; Mon, 3 May 2021 07:01:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D8A1743 for ; Mon, 3 May 2021 07:01:56 +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: <1620025178.d12b81e15fd282c275da2bae0ff2c579885532eb.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/sogo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/sogo/sogo-4.3.2.ebuild X-VCS-Directories: gnustep-apps/sogo/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d12b81e15fd282c275da2bae0ff2c579885532eb X-VCS-Branch: master Date: Mon, 3 May 2021 07:01:56 +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: 85489056-d6b4-49b9-ae36-2ab8a1adac1b X-Archives-Hash: 9a5f25364c1c2aafc286a8e79cd00446 commit: d12b81e15fd282c275da2bae0ff2c579885532eb Author: Mikle Kolyada gentoo org> AuthorDate: Mon May 3 06:59:38 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 3 06:59:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12b81e1 gnustep-apps/sogo: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> gnustep-apps/sogo/sogo-4.3.2.ebuild | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/gnustep-apps/sogo/sogo-4.3.2.ebuild b/gnustep-apps/sogo/sogo-4.3.2.ebuild index 4c79d63dc15..9f5285163bb 100644 --- a/gnustep-apps/sogo/sogo-4.3.2.ebuild +++ b/gnustep-apps/sogo/sogo-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,7 +12,7 @@ SRC_URI="https://github.com/inverse-inc/sogo/archive/SOGo-${PV}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="activesync gnutls libressl +ssl" +IUSE="activesync gnutls +ssl" RDEPEND=" acct-user/sogo @@ -23,20 +23,12 @@ RDEPEND=" activesync? ( dev-libs/libwbxml ) gnutls? ( net-libs/gnutls:= ) !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) " DEPEND="${RDEPEND} >=gnustep-base/gnustep-make-2.6.3" -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_prepare() { gnustep-base_src_prepare sed -e "s/validateArgs$//" -i configure \