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 E7DA513835A for ; Sun, 23 May 2021 13:25:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DE5CE086F; Sun, 23 May 2021 13:25:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 33351E086F for ; Sun, 23 May 2021 13:25:58 +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 E6AFD340DFE for ; Sun, 23 May 2021 13:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45A4779E for ; Sun, 23 May 2021 13:25:54 +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: <1621776336.41f34ddb79205936baf5c8abf8f8b72e8e4a0746.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CallChecker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0.ebuild X-VCS-Directories: dev-perl/Devel-CallChecker/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 41f34ddb79205936baf5c8abf8f8b72e8e4a0746 X-VCS-Branch: master Date: Sun, 23 May 2021 13:25:54 +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: ebe21d4c-f0a6-4d84-8a57-5393b045fd55 X-Archives-Hash: cd8ce5e3fd88f15ff18c2850fa4caf9b commit: 41f34ddb79205936baf5c8abf8f8b72e8e4a0746 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun May 23 13:20:03 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun May 23 13:25:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f34ddb dev-perl/Devel-CallChecker: Remove old Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> .../Devel-CallChecker-0.8.0.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0.ebuild b/dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0.ebuild deleted file mode 100644 index 598a9d90804..00000000000 --- a/dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ZEFRAM -DIST_VERSION=0.008 -inherit perl-module - -DESCRIPTION="Custom OP checking attached to subroutines" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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/DynaLoader-Functions-0.1.0 - virtual/perl-Exporter - virtual/perl-XSLoader - virtual/perl-parent -" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( - >=virtual/perl-ExtUtils-CBuilder-0.150.0 - virtual/perl-ExtUtils-ParseXS - virtual/perl-File-Spec - virtual/perl-IO - virtual/perl-Test-Simple - ) -"