summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:43:53 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:46 -0400
commit5650b5b8ed8a3774180842a45180f1273b16a872 (patch)
treece14537a24803b05a8a531f4e183be0fac6abde2 /dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild
parentdev-perl/PerlIO-eol: Drop old versions (diff)
downloadgentoo-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/PerlIO-utf8_strict-0.8.0.ebuild')
-rw-r--r--dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild28
1 files changed, 0 insertions, 28 deletions
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
- )
-"