diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-15 01:03:00 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-15 01:05:10 +1200 |
commit | 129c70a341b4b5f97cf05ac16b64936f3cdbb37c (patch) | |
tree | 379cccc131efaa8e1946b4602eb2a4313f8e8479 /dev-perl/indirect | |
parent | dev-perl/Ogg-Vorbis-Header: -r bump for dep propagation (diff) | |
download | gentoo-129c70a341b4b5f97cf05ac16b64936f3cdbb37c.tar.gz gentoo-129c70a341b4b5f97cf05ac16b64936f3cdbb37c.tar.bz2 gentoo-129c70a341b4b5f97cf05ac16b64936f3cdbb37c.zip |
dev-perl/indirect: Remove old 0.360.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/indirect')
-rw-r--r-- | dev-perl/indirect/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/indirect/indirect-0.360.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest index 60c3b7711956..b4c1305968a2 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 95851c53e87f..000000000000 --- 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" |