summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:44:21 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:57:06 -0400
commit9902ed9a8e51351583f0a01dd5dea5e5fc963c1c (patch)
tree491798018e6b7400eac13ac5adc4fb812d7df977 /dev-perl
parentdev-perl/XS-Parse-Sublike: Drop old versions (diff)
downloadgentoo-9902ed9a8e51351583f0a01dd5dea5e5fc963c1c.tar.gz
gentoo-9902ed9a8e51351583f0a01dd5dea5e5fc963c1c.tar.bz2
gentoo-9902ed9a8e51351583f0a01dd5dea5e5fc963c1c.zip
dev-perl/YAML-LibYAML: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/YAML-LibYAML/Manifest1
-rw-r--r--dev-perl/YAML-LibYAML/YAML-LibYAML-0.830.0.ebuild14
2 files changed, 0 insertions, 15 deletions
diff --git a/dev-perl/YAML-LibYAML/Manifest b/dev-perl/YAML-LibYAML/Manifest
index 921de196d7ed..8b9f33aa6510 100644
--- a/dev-perl/YAML-LibYAML/Manifest
+++ b/dev-perl/YAML-LibYAML/Manifest
@@ -1,2 +1 @@
-DIST YAML-LibYAML-0.83.tar.gz 152593 BLAKE2B 16fcc52bed1920a6cd99526fe1e2cc5a6168560b144a6d6c812ac81c54999713443476a87bfb96206d2bc9a2261fb74280253cabaf7a4b2b9585717f3bd9deb0 SHA512 4d70846dae3f5e18e96da786037a6cf09cf06ebdc472243406bf828021071ebaf6f9ac0bab6a88c5208ffeb72c7012cbc054ebf5d6be0f562084db68d3de7451
DIST YAML-LibYAML-0.88.tar.gz 152979 BLAKE2B 143b0b4973f9b142e626106dc694c5413ea2726927ce3c2d3a7eaf11f011a988438194aa16a8345d177d4074f97da29970a96e8410b934d94e9339c9fb4e67a1 SHA512 3a91fc85a87662ac5145fca6715be99644896056430ab628e1a1b8d7a1d60ae5505ecb2f168302aacb1a9ca4669c5f71a47a5e0249ebc7787ebbc032bef75b4e
diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.830.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.830.0.ebuild
deleted file mode 100644
index ed72a0e87302..000000000000
--- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.830.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=TINITA
-DIST_VERSION=0.83
-inherit perl-module
-
-DESCRIPTION="Perl YAML Serialization using XS and libyaml"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-PERL_RM_FILES=("t/author-pod-syntax.t")