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 9D963158087 for ; Tue, 16 Nov 2021 20:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07D2A2BC010; Tue, 16 Nov 2021 20:33:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B75392BC010 for ; Tue, 16 Nov 2021 20:33:39 +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 DA452342E3D for ; Tue, 16 Nov 2021 20:33:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82A671EA for ; Tue, 16 Nov 2021 20:33:35 +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: <1637094796.8335646588efdec009e7b7e9c54acc8c4740642a.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Moo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Moo/Manifest dev-perl/Moo/Moo-2.3.3.ebuild X-VCS-Directories: dev-perl/Moo/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 8335646588efdec009e7b7e9c54acc8c4740642a X-VCS-Branch: master Date: Tue, 16 Nov 2021 20:33: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: 7e78cb40-4cc6-4fc2-9581-666f76c109f6 X-Archives-Hash: 7780232eb9222a8045a39d40ff78d182 commit: 8335646588efdec009e7b7e9c54acc8c4740642a Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Nov 16 20:26:16 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Nov 16 20:33:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83356465 dev-perl/Moo: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Moo/Manifest | 1 - dev-perl/Moo/Moo-2.3.3.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest index 511347049f61..d665516acd6d 100644 --- a/dev-perl/Moo/Manifest +++ b/dev-perl/Moo/Manifest @@ -1,2 +1 @@ -DIST Moo-2.003003.tar.gz 97527 BLAKE2B c23975f64aae881e6e17ce899b7a2f393d52e598e0d46cd199633f9ebacde81864899ed5cf1a429ddc7811a06f97f93ae537f82a22683d9409148f084113a49e SHA512 f1b2aa2f3dee8749cd2c772b65b8c48dbf67358e62dff856d980422e87c74751013376f82488bff7e8b8b0a707c54cedce8e0da873904b712138cba2c9a7f1c7 DIST Moo-2.005004.tar.gz 108339 BLAKE2B 9b61a0a4867e72e277b56f684ec4b723c264cd5b87e7f38018788871870d36fc37b11e112138a762823c6aba68fc2c96d6fd6ead26c8a8f22ac432a06e8e58c4 SHA512 a1335d180cd19dc7189bc1663efd5a05650d579c5e5d049fc4059a382d1eeb882fdd9cd2b107fdd40499e22a5c6196fc47c1334145101def531e5f5fd3cd0edf diff --git a/dev-perl/Moo/Moo-2.3.3.ebuild b/dev-perl/Moo/Moo-2.3.3.ebuild deleted file mode 100644 index 884203f5a7d0..000000000000 --- a/dev-perl/Moo/Moo-2.3.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=HAARG -DIST_VERSION=2.003003 -inherit perl-module - -DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" - -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -# needs Scalar::Util -RDEPEND=" - >=dev-perl/Class-Method-Modifiers-1.100.0 - >=dev-perl/Devel-GlobalDestruction-0.110.0 - >=virtual/perl-Exporter-5.570.0 - >=dev-perl/Module-Runtime-0.14.0 - >=dev-perl/Role-Tiny-2.0.4 - >=dev-perl/Sub-Quote-2.3.1 - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=dev-perl/Test-Fatal-0.3.0 - >=virtual/perl-Test-Simple-0.940.0 - ) -"