From df57bb0ecd36905b9e243c54f9ea59a97de6e3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 26 Nov 2021 18:03:23 +0100 Subject: [PATCH] dev-perl/PPIx-EditorTools: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/PPIx-EditorTools/Manifest | 1 - .../PPIx-EditorTools-0.200.0.ebuild | 36 ------------------- 2 files changed, 37 deletions(-) delete mode 100644 dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.200.0.ebuild diff --git a/dev-perl/PPIx-EditorTools/Manifest b/dev-perl/PPIx-EditorTools/Manifest index bbbca49b609e3..bb3dce7ae9357 100644 --- a/dev-perl/PPIx-EditorTools/Manifest +++ b/dev-perl/PPIx-EditorTools/Manifest @@ -1,2 +1 @@ -DIST PPIx-EditorTools-0.20.tar.gz 37102 BLAKE2B 2f77696826c964ff3b31d21e6f0021be921a5b72a0d50dbe239f28bab91e79b4aca30ad189c6a1a28c074e9b2cc919cca37ae79c9cdeb274fa499e84f3bcb18b SHA512 1762e7d8b6a4e95a547932ecfeb029866a3259bc58409ab6d4f55d83f2d83bfe353c82ddc777b41f499d395b1d11ad12d912e541d06e1779fb25a7e17ba6f405 DIST PPIx-EditorTools-0.21.tar.gz 36742 BLAKE2B 3631793dcc9d2852c27c40f5f3051141dcc95d566f7bf45ccc0afecdac272e17fde6a3c150ad15373067b4f632d5505225796c39d55b97490c5b06191b8d2e05 SHA512 16fd1b4144742debd6dce3f49215d3b24b896688f5f2150492c9e1ae0cb37a14a18f444b39d8cdf42c1895fff8b3123ed181582264df061a3acbb47ae90e5085 diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.200.0.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.200.0.ebuild deleted file mode 100644 index 92e96462f25d9..0000000000000 --- a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.200.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=YANICK -DIST_VERSION=0.20 -inherit perl-module - -DESCRIPTION="Utility methods and base class for manipulating Perl via PPI" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - >=dev-perl/Class-XSAccessor-1.20.0 - virtual/perl-File-Spec - >=dev-perl/PPI-1.215.0 - dev-perl/Try-Tiny -" -DEPEND=" - virtual/perl-ExtUtils-MakeMaker - test? ( - ${RDEPEND} - virtual/perl-File-Temp - virtual/perl-IO - >=dev-perl/Test-Differences-0.480.100 - dev-perl/Test-Exception - dev-perl/Test-Most - virtual/perl-Test-Simple - ) -" -PATCHES=("${FILESDIR}/${PN}-0.20-fix-pseudo-deps.patch")