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 8F7E9158094 for ; Wed, 29 Jun 2022 11:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DDADE0C56; Wed, 29 Jun 2022 11:09:31 +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 51128E0C56 for ; Wed, 29 Jun 2022 11:09:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D9973419DB for ; Wed, 29 Jun 2022 11:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 054B6529 for ; Wed, 29 Jun 2022 11:09:28 +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: <1656500951.372c8db48d843800193460c12b9ecb92fdd8fb9d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-MockObject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-MockObject/Manifest dev-perl/Test-MockObject/Test-MockObject-1.201.612.20.ebuild X-VCS-Directories: dev-perl/Test-MockObject/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 372c8db48d843800193460c12b9ecb92fdd8fb9d X-VCS-Branch: master Date: Wed, 29 Jun 2022 11:09:28 +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: 2dc9dcbf-21af-49cb-9d91-9929be740b62 X-Archives-Hash: c9ec63b1cd9176e2c1f5a8e1daf52cbc commit: 372c8db48d843800193460c12b9ecb92fdd8fb9d Author: Sam James gentoo org> AuthorDate: Wed Jun 29 10:43:31 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 29 11:09:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372c8db4 dev-perl/Test-MockObject: drop 1.201.612.20 Signed-off-by: Sam James gentoo.org> dev-perl/Test-MockObject/Manifest | 1 - .../Test-MockObject-1.201.612.20.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/dev-perl/Test-MockObject/Manifest b/dev-perl/Test-MockObject/Manifest index 09f7c3b712e6..32bd7ac5419b 100644 --- a/dev-perl/Test-MockObject/Manifest +++ b/dev-perl/Test-MockObject/Manifest @@ -1,2 +1 @@ -DIST Test-MockObject-1.20161202.tar.gz 29020 BLAKE2B 0d6c23378e5b14586055a9afa092d30c6334b619da53efaeecc2ed9a40d988736c528e4ae3899a92084a6a116b49ea9d20df0655b2c21a2b19e3df7f75a3e7d6 SHA512 6410b33727352f9bd1db5643c45ea187a8bd224146a804e523f3adc0cec5b3cf72238ae212d7ee9500743c74574d4185fcb357ed4351995eb3b51ad158a736f6 DIST Test-MockObject-1.20200122.tar.gz 30294 BLAKE2B 1c64896dc30b6a67eeac64395f9fb576217f5378d76a01b4942d36b134fe9059102ac055ccad4cfef3f93e71791b21a91f2bcc92dc3f63d1800bdac0b38db9a6 SHA512 05c0e007a22cbf24e5566e2045797b26dcadac697c8f0025422ded0c3ca03fa71d9df0149a28a97ea1454a27c77d22c46a80e705fbc309386b7d3220acd03c5f diff --git a/dev-perl/Test-MockObject/Test-MockObject-1.201.612.20.ebuild b/dev-perl/Test-MockObject/Test-MockObject-1.201.612.20.ebuild deleted file mode 100644 index 8932eae0ff17..000000000000 --- a/dev-perl/Test-MockObject/Test-MockObject-1.201.612.20.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=CHROMATIC -DIST_VERSION=1.20161202 -inherit perl-module - -DESCRIPTION="Perl extension for emulating troublesome interfaces" - -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-Scalar-List-Utils - >=dev-perl/UNIVERSAL-isa-1.201.106.140 - >=dev-perl/UNIVERSAL-can-1.201.106.170 - virtual/perl-Test-Simple -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=dev-perl/CGI-4.150.0 - >=virtual/perl-Test-Simple-0.980.0 - >=dev-perl/Test-Exception-0.310.0 - >=dev-perl/Test-Warn-0.230.0 - ) -"