dev-perl/Test-YAML: Remove old 1.50.0
authorKent Fredric <kentnl@gentoo.org>
Wed, 15 Apr 2020 15:05:49 +0000 (03:05 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 15 Apr 2020 15:36:15 +0000 (03:36 +1200)
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Test-YAML/Manifest
dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild [deleted file]

index 0613f5af83ad4e9c87330a6bc7c6c99517cf2828..405467165153f26c62ece08aaaef0cd8d3c50c3e 100644 (file)
@@ -1,2 +1 @@
-DIST Test-YAML-1.05.tar.gz 11500 BLAKE2B 7c43c68cb30cbcf7be25c7522b1009f3b86ba77674f0db435cf08b12c30f2a2e8a47b9a384e72cbf05125210d361fa6f312fac0c02365a634f357c739572ec99 SHA512 51b2be5a24cb0b47c1be6127bae57b4c71411424dd2063b0aad45d052796ecf1c59c62923958394bc8bf048c7543275f6e8859f1dc4d556bba5470cae1f43070
 DIST Test-YAML-1.06.tar.gz 11470 BLAKE2B b2b3c3f82f2458dd9f64aa44c5c69149d8975d4bd941337ee1047e7351ad404f1ce97d1e234549efcb573354cd11a10960368f99b32c28f9536ba4cbde14f366 SHA512 f6fe4bf46a8cc5ea92b5275cc704e79266b11769bd476888b202540a6d9a23a59a2550503afd88a72f9832355e2b48983f6a31f60db07abe5b0e15f4e74ae2e2
diff --git a/dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild b/dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild
deleted file mode 100644 (file)
index a121235..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION=1.05
-inherit perl-module
-
-DESCRIPTION="Testing Module for YAML Implementations"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-       >=dev-perl/Test-Base-0.860.0
-"
-DEPEND="${RDEPEND}
-       >=virtual/perl-ExtUtils-MakeMaker-6.300.0
-"