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 AF8AE158088 for ; Sat, 27 Nov 2021 20:51:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 901F62BC03E; Sat, 27 Nov 2021 20:51:53 +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 3DAC52BC03E for ; Sat, 27 Nov 2021 20:51:53 +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 3B6F134304B for ; Sat, 27 Nov 2021 20:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74E3D1F1 for ; Sat, 27 Nov 2021 20:51:49 +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: <1638046295.c4820fefe04e3464124f114b1a02c46933380233.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Safe-Isa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Safe-Isa/Manifest dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild X-VCS-Directories: dev-perl/Safe-Isa/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c4820fefe04e3464124f114b1a02c46933380233 X-VCS-Branch: master Date: Sat, 27 Nov 2021 20:51:49 +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: b2b07008-144b-4ffa-84ef-485dc0d9e509 X-Archives-Hash: 836ab228c6dfe7d0e0029b2e4e921cf2 commit: c4820fefe04e3464124f114b1a02c46933380233 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 27 20:49:52 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 27 20:51:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4820fef dev-perl/Safe-Isa: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Safe-Isa/Manifest | 1 - dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-perl/Safe-Isa/Manifest b/dev-perl/Safe-Isa/Manifest index 0e6786c26c2e..beac0f54a8af 100644 --- a/dev-perl/Safe-Isa/Manifest +++ b/dev-perl/Safe-Isa/Manifest @@ -1,2 +1 @@ -DIST Safe-Isa-1.000008.tar.gz 5994 BLAKE2B 4f1d11f11d8e6b0aec88bc248941f5b1db453dee87230b77ada7b78d76e284bdcf287f81eb2830a6f965f61b776ef76331a3601dab63f35603e128a84e6e579c SHA512 a1dbef2e5e3cf5d154785eb2d9e4ad6652d775f1026144817a54cfeeb3572a2618b01c0b23557080fbaf676878d323c8fec8cd3506f173895ad787efa6c9cf14 DIST Safe-Isa-1.000010.tar.gz 6546 BLAKE2B 4c68477e569b3327f24c89b86f8d6d8cdeec017a29e7031e02e130b115a1c9d1fd45a066e8aac1d379eb004d5ff1450b42abff2a50771a397fc7e36e75de45da SHA512 121288c7c59d97f4e48c1e50795d835cac0638a1edb1116876813cc2fe955efced9916222f6b16e4c1dbd5149c9d68c19bc77584f999c411e4c22e2f28ea1838 diff --git a/dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild b/dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild deleted file mode 100644 index 3d2ebcc748d0..000000000000 --- a/dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ETHER -DIST_VERSION=1.000008 -inherit perl-module - -DESCRIPTION="Call isa, can, does and DOES safely on things that may not be objects" - -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=virtual/perl-Exporter-5.570.0 - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Test-Simple - ) -"