dev-perl/Term-Shell: Remove old 0.90.0

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-04-16 02:40:39 +12:00
parent 96998361cd
commit f5ecaca4ac
2 changed files with 0 additions and 39 deletions

View File

@@ -1,2 +1 @@
DIST Term-Shell-0.09.tar.gz 33500 BLAKE2B 92b62573dba2adecb14ae384b6cd5695d203360862f415e2ed9a49f3a232f1b6e8eb8acf3e8583dd35a2e115b45c501289e17184f96395258436b50aa168b8cc SHA512 6f5ca691e2610e45a4b690e12d0d0826869293acbbab9556c83779e9316df3d8f7abbf6b1ee6b116fff79fdfaf0a0f25102f1a57cd2b80660081fd98777d6980
DIST Term-Shell-0.11.tar.gz 36357 BLAKE2B 78ad636e2415a5b11ffefe6f391771a429025f8d58138c91c794a3f9e40dfe66eb34e6dce73139e736f46302991f84a0e3e35230c5e53f7d94a76f168f523d12 SHA512 407a8b2cb9d6ef8aa2a5efaa4708289c30f0070ff992af954f158d0191b0688faa1a2162668ff2b9a3fdf847314d4b5bf5d6f1beef860f10adcffd524ff95027

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=SHLOMIF
DIST_VERSION=0.09
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="A simple command-line shell framework"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Data-Dumper
virtual/perl-File-Temp
>=virtual/perl-Getopt-Long-2.360.0
virtual/perl-IO
dev-perl/TermReadKey
virtual/perl-Term-ReadLine
dev-perl/Text-Autoformat
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.280.0
test? (
virtual/perl-File-Spec
virtual/perl-Test-Simple
)
"
src_test() {
perl_rm_files t/author-pod-syntax.t t/cpan-changes.t t/release-cpan-changes.t t/pod.t \
t/release-kwalitee.t t/release-trailing-space.t t/style-trailing-space.t
perl-module_src_test
}