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 B34FF158018 for ; Sat, 2 Oct 2021 13:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A43C4E0870; Sat, 2 Oct 2021 13:10:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BF0CE0870 for ; Sat, 2 Oct 2021 13:10:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C49F342E1F for ; Sat, 2 Oct 2021 13:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0895712A for ; Sat, 2 Oct 2021 13:10:42 +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: <1633180205.e7e77dfa5e75106be1160c0565b6f8633f0ff08f.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.90.0.ebuild X-VCS-Directories: dev-perl/URI/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e7e77dfa5e75106be1160c0565b6f8633f0ff08f X-VCS-Branch: master Date: Sat, 2 Oct 2021 13:10:42 +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: f2c95361-cc44-4bc8-a8f4-639d9646fc19 X-Archives-Hash: a6a90e3c44ac453e703e34482f37e2b2 commit: e7e77dfa5e75106be1160c0565b6f8633f0ff08f Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 2 12:59:12 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 2 13:10:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e77dfa dev-perl/URI: Version bump 5.09 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/URI/Manifest | 1 + dev-perl/URI/URI-5.90.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-perl/URI/Manifest b/dev-perl/URI/Manifest index 8ad8af78224..080b5ae4178 100644 --- a/dev-perl/URI/Manifest +++ b/dev-perl/URI/Manifest @@ -1 +1,2 @@ DIST URI-1.73.tar.gz 106930 BLAKE2B 85adc080b463d67142c96e7ab7af13ff4a231054f28976edb8d7746cd9d788693f1cc2f1b30658530634e2693bc76bbdb47b1dfb6a6caca89117bd92aa78b910 SHA512 b72d07e9e9e284f360ad4bf42b22ddec2d1930be40ec465ca28c68484e87b01c55ab664cdec63af387bc435e9428681c64aed39b46b668d7c7c5f36be5fbeb2e +DIST URI-5.09.tar.gz 108897 BLAKE2B 3c8114d259e75d8da298c9e376a3a6d6f8f224c9348e9bd9118eac4a0144c6c37756ab4427f60cca43cc2b14a95492fa4ec7c1c7952871b6250a686cc27a2a37 SHA512 b9af77064abb8cb83900a02c18b3d5b8f840559f0f925be71b18bcdb4a24c40d654ccf9969d72b7d8930ea17ae4f4f4291fd327bb0b93c204c8f819a1776b8bb diff --git a/dev-perl/URI/URI-5.90.0.ebuild b/dev-perl/URI/URI-5.90.0.ebuild new file mode 100644 index 00000000000..94724d22f59 --- /dev/null +++ b/dev-perl/URI/URI-5.90.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.09 +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 + ) +"