commit:     a13b1a9b968844c48b1310b06adfa7ccd696a8ab
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 17:38:26 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 18:02:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13b1a9b

dev-perl/PerlIO-utf8_strict: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/PerlIO-utf8_strict/Manifest               |  1 -
 .../PerlIO-utf8_strict-0.7.0.ebuild                | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-perl/PerlIO-utf8_strict/Manifest 
b/dev-perl/PerlIO-utf8_strict/Manifest
index 336c73cfa57b..29da6fbe3af8 100644
--- a/dev-perl/PerlIO-utf8_strict/Manifest
+++ b/dev-perl/PerlIO-utf8_strict/Manifest
@@ -1,2 +1 @@
-DIST PerlIO-utf8_strict-0.007.tar.gz 67922 BLAKE2B 
4d13dc6e6b4cdf7a4bf3cd51ca1e054d82cab4094894f4cee7503201cc11f80ab27951417778f7e179aee03b75b4bbb30e839a498c83d5afd3881db64973d324
 SHA512 
0d39be9bcbab4cea087f59c67dc1af6773b6258c5e836590ff58cc18bf3392ba6e95c55a0c7ce94236e0be7053802b4b1d6010130355e1a973a3698aaf49af0f
 DIST PerlIO-utf8_strict-0.008.tar.gz 95180 BLAKE2B 
5e041d619036e589cf3d9272be20f2eaf50066700d5b401e923fec4745ecc2f74107f2a57a9b2c22a4b4ccee908a595b7618a2c5f74000635393ef9fcbeb8507
 SHA512 
5a54c379925880abca7f85a2b08c19d54e222a03e06490ff366ee38e68018b5f6a4ab0bb8df15f9581b6265eac550090a35f3a4f52c748c008c9c575af41c911

diff --git a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.7.0.ebuild 
b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.7.0.ebuild
deleted file mode 100644
index 324af49be8d7..000000000000
--- a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.7.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=LEONT
-DIST_VERSION=0.007
-inherit perl-module
-
-DESCRIPTION="Fast and correct UTF-8 IO"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-# r: strict, warnings -> perl
-RDEPEND="
-       virtual/perl-XSLoader
-"
-# t: File::Spec::Functions -> File-Spec
-# t: IO::File -> IO
-# t: utf8 -> perl
-DEPEND="${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
-       )
-"
-src_compile() {
-       emake OPTIMIZE="${CFLAGS}"
-}

Reply via email to