dev-perl/Test-TCP: Version bump 2.22

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-09-21 22:57:22 +02:00
parent 7061ab1436
commit 1b36f6bbfd
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Test-TCP-2.19.tar.gz 26003 BLAKE2B 796720b45b4ba2dab7d336072c12775942a20d9935f6e862fc2ac2d5273b62485a283a7cacd31823110b7006f5b0de64b46892130c5e16781fc9559e6bb321d7 SHA512 1de76f5dc456697d8ea0799bb60d858b0e1c0089f066d1a446c46708e6cb3441849e264526082a066c31519ded4731cde9310b8a493f571ed670c2fbb60a3e85
DIST Test-TCP-2.22.tar.gz 26582 BLAKE2B 9aa5cce7ef17e00e846a094ec7ff802237fc4514a781638538d4eda04302e8701f79dc6c815b4e5acd05e7ad910b4f69f04a1f9c5584b061c9de1ef457aa24e8 SHA512 2e0c8cf710f9702eee9b00422d7133efe87575805361d72becd2c3de671c765baf84827b601d26091e8a6b8595e6d9f168f90b7cfda402d668deb6fc277e37ad

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MIYAGAWA
DIST_VERSION=2.22
inherit perl-module
DESCRIPTION="Testing TCP program"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
RDEPEND="
virtual/perl-IO
virtual/perl-IO-Socket-IP
>=dev-perl/Test-SharedFork-0.290.0
virtual/perl-Test-Simple
virtual/perl-IO
virtual/perl-Time-HiRes
"
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
test? (
>=virtual/perl-Test-Simple-0.980.0
virtual/perl-File-Temp
virtual/perl-Socket
)
"