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 AAEE6158086 for ; Fri, 19 Nov 2021 01:19:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9A4EE081A; Fri, 19 Nov 2021 01:19:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46EEFE0814 for ; Fri, 19 Nov 2021 01:19:13 +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 6898B342EF0 for ; Fri, 19 Nov 2021 01:19:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E40D31D8 for ; Fri, 19 Nov 2021 01:19:09 +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: <1637284726.f1aa43836700bc7fb529947ae66821fa624d6eff.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-StrictConstructor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MooX-StrictConstructor/Manifest dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.10.0.ebuild X-VCS-Directories: dev-perl/MooX-StrictConstructor/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f1aa43836700bc7fb529947ae66821fa624d6eff X-VCS-Branch: master Date: Fri, 19 Nov 2021 01:19:09 +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: 69e448df-7d7f-4307-9453-0627e6403a78 X-Archives-Hash: 5fbba7a72c23e23f7d2f201cee56951b commit: f1aa43836700bc7fb529947ae66821fa624d6eff Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 19 01:12:31 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 19 01:18:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1aa4383 dev-perl/MooX-StrictConstructor: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/MooX-StrictConstructor/Manifest | 1 - .../MooX-StrictConstructor-0.10.0.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/dev-perl/MooX-StrictConstructor/Manifest b/dev-perl/MooX-StrictConstructor/Manifest index 041e3310f0bd..2a6e4bf021b7 100644 --- a/dev-perl/MooX-StrictConstructor/Manifest +++ b/dev-perl/MooX-StrictConstructor/Manifest @@ -1,2 +1 @@ -DIST MooX-StrictConstructor-0.010.tar.gz 14817 BLAKE2B d013ab60dd467d598a4617b3bc354df329d22114e2b4ee53a1f62af99c5ec7797bd8a48056cb43236429d97c74f6f576c2fa764e3c527c9a056f815675a5177f SHA512 17748ee05c1679d3cbade89b40a6f884bafc45244298f1dfcc5441dc81ab807394e6aafce483e302da8441ccb954aa1c7438b4449fcc373ecdcf81ad9e7cd864 DIST MooX-StrictConstructor-0.011.tar.gz 14954 BLAKE2B 2cb96ddc05a646133ab4406ad572a0369afd5a307e385f663ef24d4c06549a8e4578ed6bb91706b4b8e70f631a31bc0de87646b3dfea1d27783e1f38b5217d0d SHA512 9f977795ae3c746b8dd65573b8cc8ea69c8fcb13a8cc6725069bcf2479b96ea2954d5531a7c92189c5523218a9e66e431f510956472248c5f0795d952ee58eb1 diff --git a/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.10.0.ebuild b/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.10.0.ebuild deleted file mode 100644 index 2f53a94bd1cb..000000000000 --- a/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.10.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=HARTZELL -DIST_VERSION=0.010 -inherit perl-module - -DESCRIPTION="Make your Moo-based object constructors blow up on unknown attributes" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-perl/Class-Method-Modifiers - >=dev-perl/Moo-1.1.0 - dev-perl/strictures -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Spec - virtual/perl-File-Temp - virtual/perl-IO - dev-perl/Test-Fatal - >=virtual/perl-Test-Simple-0.880.0 - ) -"