commit: 129c70a341b4b5f97cf05ac16b64936f3cdbb37c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 13:03:00 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> 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 <kentnl <AT> 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"