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 00EFE158086 for ; Sat, 11 Dec 2021 06:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5DE62BC001; Sat, 11 Dec 2021 06:20:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 76CD82BC017 for ; Sat, 11 Dec 2021 06:20:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F6AC343133 for ; Sat, 11 Dec 2021 06:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12986238 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: <1639203607.933f5f5032458f3d7679a872ec2cc80b133e1d67.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-1.730.0.ebuild X-VCS-Directories: dev-perl/URI/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 933f5f5032458f3d7679a872ec2cc80b133e1d67 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: 0993bb61-7ce0-4690-ab20-e18550d21f67 X-Archives-Hash: 2a4016896f156b6e45ce22b24581d0b9 commit: 933f5f5032458f3d7679a872ec2cc80b133e1d67 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Dec 11 06:06:20 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Dec 11 06:20:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933f5f50 dev-perl/URI: Remove old 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-1.730.0.ebuild | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/dev-perl/URI/Manifest b/dev-perl/URI/Manifest index 080b5ae4178c..31f34b850cf1 100644 --- a/dev-perl/URI/Manifest +++ b/dev-perl/URI/Manifest @@ -1,2 +1 @@ -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-1.730.0.ebuild b/dev-perl/URI/URI-1.730.0.ebuild deleted file mode 100644 index d51e06eb95f0..000000000000 --- a/dev-perl/URI/URI-1.730.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ETHER -DIST_VERSION=1.73 -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" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-Data-Dumper - virtual/perl-Encode - >=virtual/perl-Exporter-5.570.0 - virtual/perl-File-Spec - >=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-Temp - virtual/perl-Test - dev-perl/Test-Needs - >=virtual/perl-Test-Simple-0.960.0 - ) -"