dev-perl/Term-Encoding: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-12-08 22:16:05 +01:00
parent e6b5878a98
commit fa4481e234
2 changed files with 0 additions and 26 deletions

View File

@@ -1,2 +1 @@
DIST Term-Encoding-0.02.tar.gz 11373 BLAKE2B 5bb0f410e75ed8196eb3d4bba3af9d184800be455753621856a37a4bb3704bcf73d50ec37f0ef104164abf83bbad46075bf6a0ff0d2ab5c2ff95b81c99dd80cd SHA512 cd4cee9991d857c40b8e8747a645429dcb1f416552d9bb6bd59da609bc4eb11c295a9b4d4c9b1a6e738af57fbc7179419d07387f3342658bf7ec6da90256efad
DIST Term-Encoding-0.03.tar.gz 10151 BLAKE2B 1d611baf4b69f8aee6fb7e94993bb05267ed792780b3fb3c8360ba75a776e1523b85674eeb54b2fdcc6069e90cd1f699449fe02ffffe87102178e7acbc92a9e2 SHA512 781be5087b65e90267daa3efa95bd03b3f2b2f8b3c8aac492238159c0dea3dfef7a82acded856b9551d389e2fcf5baf19a4ff9924da35377d28616b49015a0ce

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=MIYAGAWA
DIST_VERSION=0.02
inherit perl-module
DESCRIPTION="Detect encoding of the current terminal"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
src_prepare() {
sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare
}