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 D3E851382C5 for ; Sat, 24 Apr 2021 14:47:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04B8BE07D7; Sat, 24 Apr 2021 14:47:13 +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 BE736E07C5 for ; Sat, 24 Apr 2021 14:47:12 +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 ED0B8341392 for ; Sat, 24 Apr 2021 14:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AA6C702 for ; Sat, 24 Apr 2021 14:47:09 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1619275613.fff37fe38db9200f05a8a80e8d74862488678f99.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild X-VCS-Directories: dev-perl/Net-SSLeay/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: fff37fe38db9200f05a8a80e8d74862488678f99 X-VCS-Branch: master Date: Sat, 24 Apr 2021 14:47:09 +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: cf217554-074c-4fa1-8c0b-1004c66f84fb X-Archives-Hash: ee1c1e82742d41dcc9354cb9b7ba57da commit: fff37fe38db9200f05a8a80e8d74862488678f99 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 24 11:36:41 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Apr 24 14:46:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff37fe3 dev-perl/Net-SSLeay: libressl support dropped Closes: https://bugs.gentoo.org/664456 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> .../{Net-SSLeay-1.880.0.ebuild => Net-SSLeay-1.880.0-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild similarity index 92% rename from dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild rename to dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild index afd6bf8a87c..126f6abf035 100644 --- a/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild +++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild @@ -13,12 +13,11 @@ DESCRIPTION="Perl extension for using OpenSSL" LICENSE="Artistic-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="libressl test minimal examples" +IUSE="test minimal examples" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= virtual/perl-MIME-Base64 " DEPEND="${RDEPEND}