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 5E4D4139368 for ; Fri, 13 Aug 2021 01:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8575EE085A; Fri, 13 Aug 2021 01:05:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F04E8E0858 for ; Fri, 13 Aug 2021 01:05:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5C8C342B40 for ; Fri, 13 Aug 2021 01:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B15D8D2 for ; Fri, 13 Aug 2021 01:05:35 +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: <1628816710.54b959c1409c4aff95501829a850d4ea7bd28798.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Class/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild dev-perl/Exception-Class/Exception-Class-1.440.0.ebuild dev-perl/Exception-Class/Manifest X-VCS-Directories: dev-perl/Exception-Class/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 54b959c1409c4aff95501829a850d4ea7bd28798 X-VCS-Branch: master Date: Fri, 13 Aug 2021 01:05: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: 780d1a60-5f41-4963-8d2b-8751242abbb7 X-Archives-Hash: bc45f8993b8ad0ab2b989fde6eef302e commit: 54b959c1409c4aff95501829a850d4ea7bd28798 Author: Sam James gentoo org> AuthorDate: Fri Aug 13 00:47:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 13 01:05:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b959c1 dev-perl/Exception-Class: drop 1.430.0, 1.440.0 Signed-off-by: Sam James gentoo.org> .../Exception-Class/Exception-Class-1.430.0.ebuild | 29 ---------------------- .../Exception-Class/Exception-Class-1.440.0.ebuild | 29 ---------------------- dev-perl/Exception-Class/Manifest | 2 -- 3 files changed, 60 deletions(-) diff --git a/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild b/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild deleted file mode 100644 index ad8e13bbd17..00000000000 --- a/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=DROLSKY -DIST_VERSION=1.43 -DIST_EXAMPLES=("bench/*") -inherit perl-module - -DESCRIPTION="A module that allows you to declare real exception classes in Perl" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/Class-Data-Inheritable-0.20.0 - >=dev-perl/Devel-StackTrace-2.0.0 - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Spec - >=virtual/perl-Test-Simple-0.960.0 - ) -" diff --git a/dev-perl/Exception-Class/Exception-Class-1.440.0.ebuild b/dev-perl/Exception-Class/Exception-Class-1.440.0.ebuild deleted file mode 100644 index f260b697b60..00000000000 --- a/dev-perl/Exception-Class/Exception-Class-1.440.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=DROLSKY -DIST_VERSION=1.44 -DIST_EXAMPLES=("bench/*") -inherit perl-module - -DESCRIPTION="A module that allows you to declare real exception classes in Perl" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/Class-Data-Inheritable-0.20.0 - >=dev-perl/Devel-StackTrace-2.0.0 - virtual/perl-Scalar-List-Utils -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Spec - >=virtual/perl-Test-Simple-0.960.0 - ) -" diff --git a/dev-perl/Exception-Class/Manifest b/dev-perl/Exception-Class/Manifest index b4a426b72c8..21d72187425 100644 --- a/dev-perl/Exception-Class/Manifest +++ b/dev-perl/Exception-Class/Manifest @@ -1,3 +1 @@ -DIST Exception-Class-1.43.tar.gz 45601 BLAKE2B d4069f801e4690f2d6347ee98f6570fa08bc3197078eded7a6a538cae9d4c23be56e21ea985951c81b4183ba1955ac6961b24e29136c849d65174f0de217738c SHA512 8416f82032dd39c38c9a4e12d7ae23cd0d66e1cbe9b22bde274972031c6218ed2d90cf9caf052a3d201decf92e715d0bf56a42789f35a7a60b9ea66680fb2668 -DIST Exception-Class-1.44.tar.gz 46156 BLAKE2B 569270aab8d8cf21fca6c68d7e8d6ddd9e7db23fa9e47713d1ee1fb7e3836360525ac37b6d9f38cda8340144e8c06218052d57ff68ca7015817636e58916db55 SHA512 7ce1e488505dc3d1c6d6365b5ed523b204b93d89d205ad4cdf6c9ee9dbad1a6edc257251a365275f067479e734def56b3b21d588e978822e7714bd8a49ba6bb2 DIST Exception-Class-1.45.tar.gz 50933 BLAKE2B cc6df08d97be102542ab23521e3fc8770d9341c93852aa6a886e3799b137eb7541408ef98d163f7b6b91531035e61ee138adb77f9db172b24e5ffbea6a178f74 SHA512 8eff70c85c8f1cc9e1db2c47b5a815ef902fddd4989783b9fb7e84e3ce75776564cafddd3aedd2c86a5a8b9627021c9cfd094b95ec4956a60dd6703bba3eaf4d