dev-perl/Test-TCP: 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-10 18:20:55 +01:00
parent ba52b98434
commit 91c585083e
2 changed files with 0 additions and 34 deletions

View File

@@ -1,2 +1 @@
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

@@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=TOKUHIROM
DIST_VERSION=2.19
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"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-IO
virtual/perl-IO-Socket-IP
>=dev-perl/Test-SharedFork-0.290.0
virtual/perl-Test-Simple
>=virtual/perl-IO-1.230.0
virtual/perl-Time-HiRes
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
test? (
>=virtual/perl-Test-Simple-0.980.0
virtual/perl-File-Temp
virtual/perl-Socket
)
"
PATCHES=( "${FILESDIR}/${PN}-2.19-no-dot-inc.patch" )