diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:43:53 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:46 -0400 |
commit | 5650b5b8ed8a3774180842a45180f1273b16a872 (patch) | |
tree | ce14537a24803b05a8a531f4e183be0fac6abde2 /dev-perl/PerlIO-utf8_strict | |
parent | dev-perl/PerlIO-eol: Drop old versions (diff) | |
download | gentoo-5650b5b8ed8a3774180842a45180f1273b16a872.tar.gz gentoo-5650b5b8ed8a3774180842a45180f1273b16a872.tar.bz2 gentoo-5650b5b8ed8a3774180842a45180f1273b16a872.zip |
dev-perl/PerlIO-utf8_strict: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/PerlIO-utf8_strict')
-rw-r--r-- | dev-perl/PerlIO-utf8_strict/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/PerlIO-utf8_strict/Manifest b/dev-perl/PerlIO-utf8_strict/Manifest index 348fc472fb36..174a7ca630a2 100644 --- a/dev-perl/PerlIO-utf8_strict/Manifest +++ b/dev-perl/PerlIO-utf8_strict/Manifest @@ -1,2 +1 @@ -DIST PerlIO-utf8_strict-0.008.tar.gz 95180 BLAKE2B 5e041d619036e589cf3d9272be20f2eaf50066700d5b401e923fec4745ecc2f74107f2a57a9b2c22a4b4ccee908a595b7618a2c5f74000635393ef9fcbeb8507 SHA512 5a54c379925880abca7f85a2b08c19d54e222a03e06490ff366ee38e68018b5f6a4ab0bb8df15f9581b6265eac550090a35f3a4f52c748c008c9c575af41c911 DIST PerlIO-utf8_strict-0.010.tar.gz 141471 BLAKE2B 8af17a289aa2c299e8675cf71fe4e6d42373c9672208c35edf9c9990ccb2343143d1902c214271ea76adbc214aaf3a2a1fc6da194393c76ab9225c787a001423 SHA512 623d7ba2f80f87196c172ce2b9ad789b14455cdb18ef8dd388af357e50e299128d9f631a1a034d671e46c6c72770c5900f18c83be4b2796285bb7f56afaa76a0 diff --git a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild deleted file mode 100644 index bc58f3d3f1aa..000000000000 --- a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -DIST_AUTHOR=LEONT -DIST_VERSION=0.008 -inherit perl-module - -DESCRIPTION="Fast and correct UTF-8 IO" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - virtual/perl-XSLoader -" - -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Carp - virtual/perl-Exporter - virtual/perl-File-Spec - virtual/perl-IO - dev-perl/Test-Exception - >=virtual/perl-Test-Simple-0.880.0 - ) -" |