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 0C72E1382C5 for ; Mon, 3 May 2021 10:25:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CF39E0824; Mon, 3 May 2021 10:25:36 +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 3E262E0824 for ; Mon, 3 May 2021 10:25:36 +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 54684335CD4 for ; Mon, 3 May 2021 10:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4F4D737 for ; Mon, 3 May 2021 10:25:33 +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: <1620037513.2bb3a42f294dc37ae37ee0486e635093a68bc37c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SSLeay/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild X-VCS-Directories: dev-perl/Crypt-SSLeay/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2bb3a42f294dc37ae37ee0486e635093a68bc37c X-VCS-Branch: master Date: Mon, 3 May 2021 10:25:33 +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: 4a4d06d8-7f89-4d08-bd8a-92a59b46517a X-Archives-Hash: f716a5d502275c22e511d3bdc6b04924 commit: 2bb3a42f294dc37ae37ee0486e635093a68bc37c Author: Mikle Kolyada gentoo org> AuthorDate: Mon May 3 10:25:13 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 3 10:25:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb3a42f dev-perl/Crypt-SSLeay: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild | 7 +++---- dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild | 10 ++++------ 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild index 93aa459cbcf..fee4b34422f 100644 --- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.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=6 @@ -12,12 +12,11 @@ DESCRIPTION="OpenSSL support for LWP" LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="libressl test" +IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( >=dev-libs/openssl-0.9.7c:0= ) - libressl? ( dev-libs/libressl:0= ) + >=dev-libs/openssl-0.9.7c:0= virtual/perl-MIME-Base64 " diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild index 9ac92a08dde..994bc9ac859 100644 --- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.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,17 +12,15 @@ DESCRIPTION="OpenSSL support for LWP" LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="libressl test" +IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( >=dev-libs/openssl-0.9.7c:0= ) - libressl? ( dev-libs/libressl:0= ) + >=dev-libs/openssl-0.9.7c:0= virtual/perl-MIME-Base64 " DEPEND=" - !libressl? ( >=dev-libs/openssl-0.9.7c:0= ) - libressl? ( dev-libs/libressl:0= ) + >=dev-libs/openssl-0.9.7c:0= " BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker