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 183FA158086 for ; Sat, 11 Dec 2021 06:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB9A02BC00E; Sat, 11 Dec 2021 06:20:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 400262BC00E for ; Sat, 11 Dec 2021 06:20:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0412F343156 for ; Sat, 11 Dec 2021 06:20:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2613B239 for ; Sat, 11 Dec 2021 06:20:34 +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: <1639203610.a7f87641db214290cc1a31455af45f03a1f6fddd.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/URI/Manifest dev-perl/URI/URI-5.100.0.ebuild X-VCS-Directories: dev-perl/URI/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a7f87641db214290cc1a31455af45f03a1f6fddd X-VCS-Branch: master Date: Sat, 11 Dec 2021 06:20:34 +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: 460de5f8-b059-4eb4-9f96-86421ea6877f X-Archives-Hash: 903e8e838cca4026afe6ed6c3cdb9de7 commit: a7f87641db214290cc1a31455af45f03a1f6fddd Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Dec 11 06:08:22 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Dec 11 06:20:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f87641 dev-perl/URI: Version bump 5.10 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/URI/Manifest | 1 + dev-perl/URI/URI-5.100.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-perl/URI/Manifest b/dev-perl/URI/Manifest index 31f34b850cf1..ffb7dd29fe40 100644 --- a/dev-perl/URI/Manifest +++ b/dev-perl/URI/Manifest @@ -1 +1,2 @@ DIST URI-5.09.tar.gz 108897 BLAKE2B 3c8114d259e75d8da298c9e376a3a6d6f8f224c9348e9bd9118eac4a0144c6c37756ab4427f60cca43cc2b14a95492fa4ec7c1c7952871b6250a686cc27a2a37 SHA512 b9af77064abb8cb83900a02c18b3d5b8f840559f0f925be71b18bcdb4a24c40d654ccf9969d72b7d8930ea17ae4f4f4291fd327bb0b93c204c8f819a1776b8bb +DIST URI-5.10.tar.gz 109471 BLAKE2B 8f2701bc78efccf13161318050fdd83f6ee51843b101c4135a2f434e4cd1bd7359eeca1708b91d7571128aa7098d43c70ff84d048656f978ad230b29faed7945 SHA512 6ce53b258c2f1115e58ca858beec0c055452993b83abf3ebf23784e00fcbe636f3b7a460a2016923f9fab0e0bbd112475048eb9671d6d1e1c3b4db33a503efb5 diff --git a/dev-perl/URI/URI-5.100.0.ebuild b/dev-perl/URI/URI-5.100.0.ebuild new file mode 100644 index 000000000000..ade8b7f90a04 --- /dev/null +++ b/dev-perl/URI/URI-5.100.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=OALDERS +DIST_VERSION=5.10 +inherit perl-module + +DESCRIPTION="Uniform Resource Identifiers (absolute and relative)" + +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" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Data-Dumper + virtual/perl-Encode + >=virtual/perl-Exporter-5.570.0 + >=virtual/perl-MIME-Base64-2 + virtual/perl-Scalar-List-Utils + virtual/perl-libnet + virtual/perl-parent +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-Test + dev-perl/Test-Needs + >=virtual/perl-Test-Simple-0.960.0 + ) +"