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 D98FC13835A for ; Sun, 2 May 2021 14:51:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D65D8E0896; Sun, 2 May 2021 14:51:38 +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 B3217E0896 for ; Sun, 2 May 2021 14:51: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 484E4335D11 for ; Sun, 2 May 2021 14:51:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3C94737 for ; Sun, 2 May 2021 14:51: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: <1619967092.53cae531f4093c55d3ae9cd839815521c193e7c6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/fetchmail/fetchmail-6.4.14.ebuild net-mail/fetchmail/fetchmail-6.4.15.ebuild net-mail/fetchmail/fetchmail-6.4.16.ebuild net-mail/fetchmail/fetchmail-6.4.8.ebuild X-VCS-Directories: net-mail/fetchmail/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 53cae531f4093c55d3ae9cd839815521c193e7c6 X-VCS-Branch: master Date: Sun, 2 May 2021 14:51: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: e2d9c808-9a93-4980-a1f1-59d3e9b9c43a X-Archives-Hash: 6e461b093bb1b5fd8dfb27a803b482af commit: 53cae531f4093c55d3ae9cd839815521c193e7c6 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 14:47:12 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 14:51:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53cae531 net-mail/fetchmail: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-mail/fetchmail/fetchmail-6.4.14.ebuild | 8 +++----- net-mail/fetchmail/fetchmail-6.4.15.ebuild | 8 +++----- net-mail/fetchmail/fetchmail-6.4.16.ebuild | 8 +++----- net-mail/fetchmail/fetchmail-6.4.8.ebuild | 8 +++----- 4 files changed, 12 insertions(+), 20 deletions(-) diff --git a/net-mail/fetchmail/fetchmail-6.4.14.ebuild b/net-mail/fetchmail/fetchmail-6.4.14.ebuild index 6c2e6a41f1b..f39826489a8 100644 --- a/net-mail/fetchmail/fetchmail-6.4.14.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.14.ebuild @@ -15,18 +15,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2 public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="ssl nls kerberos tk socks libressl" +IUSE="ssl nls kerberos tk socks" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="acct-user/fetchmail ssl? ( - !libressl? ( >=dev-libs/openssl-1.1.1:= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-1.1.1:= ) kerberos? ( virtual/krb5 - !libressl? ( >=dev-libs/openssl-1.0.2:= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-1.0.2:= ) nls? ( virtual/libintl ) !elibc_glibc? ( sys-libs/e2fsprogs-libs ) diff --git a/net-mail/fetchmail/fetchmail-6.4.15.ebuild b/net-mail/fetchmail/fetchmail-6.4.15.ebuild index 6c2e6a41f1b..f39826489a8 100644 --- a/net-mail/fetchmail/fetchmail-6.4.15.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.15.ebuild @@ -15,18 +15,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2 public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="ssl nls kerberos tk socks libressl" +IUSE="ssl nls kerberos tk socks" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="acct-user/fetchmail ssl? ( - !libressl? ( >=dev-libs/openssl-1.1.1:= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-1.1.1:= ) kerberos? ( virtual/krb5 - !libressl? ( >=dev-libs/openssl-1.0.2:= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-1.0.2:= ) nls? ( virtual/libintl ) !elibc_glibc? ( sys-libs/e2fsprogs-libs ) diff --git a/net-mail/fetchmail/fetchmail-6.4.16.ebuild b/net-mail/fetchmail/fetchmail-6.4.16.ebuild index 6c2e6a41f1b..f39826489a8 100644 --- a/net-mail/fetchmail/fetchmail-6.4.16.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.16.ebuild @@ -15,18 +15,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2 public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="ssl nls kerberos tk socks libressl" +IUSE="ssl nls kerberos tk socks" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="acct-user/fetchmail ssl? ( - !libressl? ( >=dev-libs/openssl-1.1.1:= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-1.1.1:= ) kerberos? ( virtual/krb5 - !libressl? ( >=dev-libs/openssl-1.0.2:= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-1.0.2:= ) nls? ( virtual/libintl ) !elibc_glibc? ( sys-libs/e2fsprogs-libs ) diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild b/net-mail/fetchmail/fetchmail-6.4.8.ebuild index 4dfbc9b83b5..8f61c9ee07e 100644 --- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild @@ -15,18 +15,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2 public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="ssl nls kerberos tk socks libressl" +IUSE="ssl nls kerberos tk socks" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="acct-user/fetchmail ssl? ( - !libressl? ( >=dev-libs/openssl-1.1.1:= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-1.1.1:= ) kerberos? ( virtual/krb5 - !libressl? ( >=dev-libs/openssl-1.0.2:= ) - libressl? ( dev-libs/libressl:= ) + >=dev-libs/openssl-1.0.2:= ) nls? ( virtual/libintl ) !elibc_glibc? ( sys-libs/e2fsprogs-libs )