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 38D90138353 for ; Tue, 14 Apr 2020 13:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6678DE0A7F; Tue, 14 Apr 2020 13:05:30 +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 4D1E2E0A7F for ; Tue, 14 Apr 2020 13:05:30 +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 5E65F34F2F2 for ; Tue, 14 Apr 2020 13:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB88E1E0 for ; Tue, 14 Apr 2020 13:05:26 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1586869510.129c70a341b4b5f97cf05ac16b64936f3cdbb37c.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/indirect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/indirect/Manifest dev-perl/indirect/indirect-0.360.0.ebuild X-VCS-Directories: dev-perl/indirect/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 129c70a341b4b5f97cf05ac16b64936f3cdbb37c X-VCS-Branch: master Date: Tue, 14 Apr 2020 13:05:26 +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: b677caf2-c486-4698-b048-cb478e843324 X-Archives-Hash: 03b6d1de484b2edafe63e4c164f5e0f0 commit: 129c70a341b4b5f97cf05ac16b64936f3cdbb37c Author: Kent Fredric gentoo org> AuthorDate: Tue Apr 14 13:03:00 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 14 13:05:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129c70a3 dev-perl/indirect: Remove old 0.360.0 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/indirect/Manifest | 1 - dev-perl/indirect/indirect-0.360.0.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest index 60c3b771195..b4c1305968a 100644 --- a/dev-perl/indirect/Manifest +++ b/dev-perl/indirect/Manifest @@ -1,2 +1 @@ -DIST indirect-0.36.tar.gz 48597 BLAKE2B f96ed76f1970855ed709a3e765334bcdfaae9966e574be011b2460c735511e2d92dae99add8efee00477c7f0454dc059d0c1d999438b4620dab4353dd900e102 SHA512 27f86702a2b3597e2bc20390130584324bfe86cc4d9f33a488b4788d6e1513ac19dfd4e1407f29b6f862172b020b3001a248450ad8dddb5a31e07220c0783ceb DIST indirect-0.37.tar.gz 54892 BLAKE2B 28ccc890a61eb6c6ad0c164d408580f2959b4b41cdbd2231a34a136ed16b0af33f90d300b1146c68ca0cf14b2b6aa056e1e3a55e9bf1c290b3e5e737a454f668 SHA512 8d46ff62c86b23519b030474155f7d8aa4872a9a4a2bb1e3199ac506aee60343b4c572eae8fa41dc5148c115de3c80bcb7f21900ad30822dc9eb437033defe09 diff --git a/dev-perl/indirect/indirect-0.360.0.ebuild b/dev-perl/indirect/indirect-0.360.0.ebuild deleted file mode 100644 index 95851c53e87..00000000000 --- a/dev-perl/indirect/indirect-0.360.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=VPIT -MODULE_VERSION=0.36 -inherit perl-module - -DESCRIPTION="Lexically warn about using the indirect method call syntax" - -SLOT="0" -KEYWORDS="amd64 hppa ppc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-XSLoader -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - virtual/perl-Socket - test? ( virtual/perl-Test-Simple ) -" - -SRC_TEST="do parallel"