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 596621382C5 for ; Sun, 1 Apr 2018 19:26:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B8A2E086B; Sun, 1 Apr 2018 19:25:59 +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 3539EE086B for ; Sun, 1 Apr 2018 19:25:59 +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 C0890335DC8 for ; Sun, 1 Apr 2018 19:25:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25ACF263 for ; Sun, 1 Apr 2018 19:25:56 +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: <1522610735.133c405d22ac619cdfe8564ec8c5fb0449426fe7.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PadWalker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PadWalker/Manifest dev-perl/PadWalker/PadWalker-2.200.0.ebuild X-VCS-Directories: dev-perl/PadWalker/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 133c405d22ac619cdfe8564ec8c5fb0449426fe7 X-VCS-Branch: master Date: Sun, 1 Apr 2018 19:25:56 +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-Archives-Salt: e1cc23dd-5949-4c7e-a06d-8d6e39c939b5 X-Archives-Hash: affcc2b6352a7e4c5e1b40eed7b2890e commit: 133c405d22ac619cdfe8564ec8c5fb0449426fe7 Author: Kent Fredric gentoo org> AuthorDate: Sun Apr 1 19:25:35 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Apr 1 19:25:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133c405d dev-perl/PadWalker: Cleanup old re bug #614636 Closes: https://bugs.gentoo.org/614636 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/PadWalker/Manifest | 1 - dev-perl/PadWalker/PadWalker-2.200.0.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/dev-perl/PadWalker/Manifest b/dev-perl/PadWalker/Manifest index b8f1649d58e..10b2d28b06a 100644 --- a/dev-perl/PadWalker/Manifest +++ b/dev-perl/PadWalker/Manifest @@ -1,2 +1 @@ -DIST PadWalker-2.2.tar.gz 16158 BLAKE2B 6ae785c6549607e1ae863e350d2fc92b9dd5a797e386ccdbfcc0a53826c6ca516ea048b9903898c55bee9c9853607334da304277a9703baebccc787d2f16b203 SHA512 b0bdfd4f1ebf63e71618dda0db6249fc6b4a0165cc829a9a90e68353f31b61ec6c5873b598b67b085f0a7fb8be40fd1f890e57de85dfdd1bee5543146cc1a3f3 DIST PadWalker-2.3.tar.gz 16177 BLAKE2B b809448751e907083cde30ab95ab6229d47089044ac20695968b3488f7a45beda3b1567ac96d7d76a49c06399307419088a6d3d727a537dcca0859efe6d73843 SHA512 0a222dc2ed26825bc031b0e4b4b78660fe9d1a5a5d98552f30e730aa4c8e5c38577da9a960669258a11cfd712f6e3827bafa23162aa1101f01b47b08e303b4b0 diff --git a/dev-perl/PadWalker/PadWalker-2.200.0.ebuild b/dev-perl/PadWalker/PadWalker-2.200.0.ebuild deleted file mode 100644 index f135e34adbd..00000000000 --- a/dev-perl/PadWalker/PadWalker-2.200.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ROBIN -DIST_VERSION=2.2 -inherit perl-module - -DESCRIPTION="play with other peoples' lexical variables" - -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="virtual/perl-ExtUtils-MakeMaker"