dev-perl/Net-Telnet-Cisco: 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-11-21 15:17:29 +01:00
parent 75517f79c7
commit 9d4506cac0
2 changed files with 0 additions and 33 deletions

View File

@@ -1,2 +1 @@
DIST Net-Telnet-Cisco-1.11.tar.gz 19282 BLAKE2B 39925b96a8d709f58012c12ec368c48a54549a324ae0fbcdc4cf97daed034b6cb76639b3fda1c3b77824e5c702f6b8e5abc4093558888788ce6cac19342575c4 SHA512 b12da84517df470d40d56a54e8d8c7b331bed87c3c330da7fc1efb7d078805e6f7348f0b52971d3c1b4e3d39014d76bbe7535c40ad3afa7efcf567521ddf0c4b
DIST Net-Telnet-Cisco-1.12.tar.gz 19338 BLAKE2B d2b03706942df56ef48e6946241e3805676cf895732ecec03a01b0ae1a4e76b2b811c3120b1017fdc57c9b0ed58baaf42dc7f04baac4605b9c43aa367ae7500c SHA512 c4bc41839d4314610ed3659add2c50a95fbfd46fcc71ed50b16490a7d2acd3e480696de15a2f56fdb9bbad43fc8fea1bb4d1c19bc35140239a192027d85803a9

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=VINSWORLD
DIST_VERSION=1.11
inherit perl-module
DESCRIPTION="Automate telnet sessions w/ routers&switches"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-perl/Net-Telnet-3.20.0"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( dev-perl/TermReadKey )
"
PATCHES=( "${FILESDIR}/${PN}-1.11-no-interactive-test.patch" )
PERL_RM_FILES=( "t/02-pod-coverage.t" )
src_test() {
if [[ -z $CISCO_TEST_ROUTER ]]; then
elog "Comprehensive testing requires a configured, network accessible Cisco Router"
elog "to test against. For details, see:"
elog "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}"
fi
perl-module_src_test
}