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 20443158087 for ; Sat, 11 Dec 2021 00:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15C412BC043; Sat, 11 Dec 2021 00:10:23 +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 EED8F2BC043 for ; Sat, 11 Dec 2021 00:10:22 +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 1EFA33431A3 for ; Sat, 11 Dec 2021 00:10:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58A41244 for ; Sat, 11 Dec 2021 00:10:19 +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: <1639181407.3b483055f6c9519eae6a14b59889ed368b22f0c5.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Throwable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Throwable/Manifest dev-perl/Throwable/Throwable-0.200.13.ebuild X-VCS-Directories: dev-perl/Throwable/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 3b483055f6c9519eae6a14b59889ed368b22f0c5 X-VCS-Branch: master Date: Sat, 11 Dec 2021 00:10:19 +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: 527b9698-c434-4853-9920-fa5092d34e0f X-Archives-Hash: 9463fe9ab009a7145c436ab591e22e18 commit: 3b483055f6c9519eae6a14b59889ed368b22f0c5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Dec 11 00:09:27 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Dec 11 00:10:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b483055 dev-perl/Throwable: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Throwable/Manifest | 1 - dev-perl/Throwable/Throwable-0.200.13.ebuild | 31 ---------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-perl/Throwable/Manifest b/dev-perl/Throwable/Manifest index 5e910b5cae30..65cc0913dcc1 100644 --- a/dev-perl/Throwable/Manifest +++ b/dev-perl/Throwable/Manifest @@ -1,2 +1 @@ -DIST Throwable-0.200013.tar.gz 20254 BLAKE2B 96150b877288e9acfba7b72b721a85779b1a3cc04db4159ff0e135653a8c15f5a207d52b4275f56912496ad0fdbb178e455eb668912295053d865f4cfa224e50 SHA512 81ce73709c7c6a0160da42b00ce06ddf4cce79a6801df7aa90ddcce67efed6ace17b06171ac42b2737a98515c17ab46b5a3b7fd9e5bd3079b109a977dc6c0963 DIST Throwable-1.000.tar.gz 21875 BLAKE2B afa787b0e29f8d962589edb87b93aa343d703ad00bf7e9d96b2a4a66b95ffdde5877a775a7aba053ee7b4d0ad2b7ba46677a1ed8d416003f70a2fdfa176c296e SHA512 d81d2e3eff78ad396e6e61ad09ecf3c1eaaf33ae24c8b74c8336b568dceb1b62aa03f9e8417df2edc55b0c6806599c7e88ccc43f2b45c11262fd8139706a9bc3 diff --git a/dev-perl/Throwable/Throwable-0.200.13.ebuild b/dev-perl/Throwable/Throwable-0.200.13.ebuild deleted file mode 100644 index 700146adf215..000000000000 --- a/dev-perl/Throwable/Throwable-0.200.13.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=RJBS -DIST_VERSION=0.200013 -inherit perl-module - -DESCRIPTION="A role for classes that can be thrown" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - >=dev-perl/Devel-StackTrace-1.320.0 - >=dev-perl/Module-Runtime-0.2.0 - >=dev-perl/Moo-1.0.1 - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-CPAN-Meta-2.120.900 - virtual/perl-File-Spec - >=virtual/perl-Test-Simple-0.960.0 - ) -"