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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECFA715800D for ; Sun, 9 Jul 2023 23:02:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29258E07D4; Sun, 9 Jul 2023 23:02:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F414DE07D4 for ; Sun, 9 Jul 2023 23:02:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27B0D340ED0 for ; Sun, 9 Jul 2023 23:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63AA651F for ; Sun, 9 Jul 2023 23:02:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1688943711.0ac7abfe1692a264f7fbb2446fdc161eb50d766d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Protocol-https/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.110.0.ebuild dev-perl/LWP-Protocol-https/Manifest X-VCS-Directories: dev-perl/LWP-Protocol-https/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ac7abfe1692a264f7fbb2446fdc161eb50d766d X-VCS-Branch: master Date: Sun, 9 Jul 2023 23:02: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: 9dde3c07-c68f-4102-85e7-4766a6f6aa3a X-Archives-Hash: 009b2841e9069253d0b3022de9f0dd9e commit: 0ac7abfe1692a264f7fbb2446fdc161eb50d766d Author: Sam James gentoo org> AuthorDate: Sun Jul 9 22:58:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 9 23:01:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac7abfe dev-perl/LWP-Protocol-https: add 6.110.0 Bug: https://bugs.gentoo.org/358081 Bug: https://bugs.gentoo.org/509666 Signed-off-by: Sam James gentoo.org> .../LWP-Protocol-https-6.110.0.ebuild | 28 ++++++++++++++++++++++ dev-perl/LWP-Protocol-https/Manifest | 1 + 2 files changed, 29 insertions(+) diff --git a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.110.0.ebuild b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.110.0.ebuild new file mode 100644 index 000000000000..a0de24a197e1 --- /dev/null +++ b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.110.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=OALDERS +DIST_VERSION=6.11 +inherit perl-module + +DESCRIPTION="Provide https support for LWP::UserAgent" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" + +RDEPEND=" + >=dev-perl/IO-Socket-SSL-1.970.0 + >=dev-perl/libwww-perl-6.60.0 + >=dev-perl/Net-HTTP-6 +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Test-Needs-0.2.10 + virtual/perl-Test-Simple + dev-perl/Test-RequiresInternet + ) +" diff --git a/dev-perl/LWP-Protocol-https/Manifest b/dev-perl/LWP-Protocol-https/Manifest index 554d94aac674..f941aae2a266 100644 --- a/dev-perl/LWP-Protocol-https/Manifest +++ b/dev-perl/LWP-Protocol-https/Manifest @@ -1 +1,2 @@ DIST LWP-Protocol-https-6.10.tar.gz 33691 BLAKE2B 9436d81e2049b09bc7d0323f89ae41d7a7e0df6f2a01451a5badcbd3c2bb842935c947c543636415e11fcb5972203bb362de448b6888423cb1130fa3f472c4c4 SHA512 4d3c89dab6fadcb574c176977ca6debba177ee3f817e87319d9cd81e0a0b09214e271c2e97edc456dad2f4a1ebf8c6266a4ae52c3a93144880a5b32db97e7a31 +DIST LWP-Protocol-https-6.11.tar.gz 32599 BLAKE2B 1177b02a9a35bf9a7959eaa181b1fe156164c6d4a16043021a39e8691dd9fa677ec83401545fadeb4a49f9f989cb0ea801be94ba0cfe496b1a75868d0423dca4 SHA512 1e74c45898778c58d00eefbdd04a3ed47cf38164296278bec66c9b85f48ad635931873d2bf5423be8562df2c22b4bbf8eff0502bd29ba1c790bbbf76f3616ecf