summaryrefslogtreecommitdiff
path: root/dev-perl/Test-TCP
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /dev-perl/Test-TCP
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'dev-perl/Test-TCP')
-rw-r--r--dev-perl/Test-TCP/Manifest5
-rw-r--r--dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild33
-rw-r--r--dev-perl/Test-TCP/Test-TCP-2.220.0.ebuild2
-rw-r--r--dev-perl/Test-TCP/files/Test-TCP-2.19-no-dot-inc.patch160
4 files changed, 2 insertions, 198 deletions
diff --git a/dev-perl/Test-TCP/Manifest b/dev-perl/Test-TCP/Manifest
index 650331daba27..8ec4fa4269f4 100644
--- a/dev-perl/Test-TCP/Manifest
+++ b/dev-perl/Test-TCP/Manifest
@@ -1,6 +1,3 @@
-AUX Test-TCP-2.19-no-dot-inc.patch 4077 BLAKE2B 630fe7bc78859df26c2fbcb0d6fc1d6e753080e402cf0fbe0764789fdeff2a34db219747cf896eb802f2962661a9f2690265cbf4c0660e8cf09d28b97bce5d96 SHA512 9df9a1f2a7e126360f6a6d212c871046df7d236c513c8debb74c9503b29245c48d003151b850b2701ebf0d41b50b98d25275902ba3e033659e52c04ec750ebe4
-DIST Test-TCP-2.19.tar.gz 26003 BLAKE2B 796720b45b4ba2dab7d336072c12775942a20d9935f6e862fc2ac2d5273b62485a283a7cacd31823110b7006f5b0de64b46892130c5e16781fc9559e6bb321d7 SHA512 1de76f5dc456697d8ea0799bb60d858b0e1c0089f066d1a446c46708e6cb3441849e264526082a066c31519ded4731cde9310b8a493f571ed670c2fbb60a3e85
DIST Test-TCP-2.22.tar.gz 26582 BLAKE2B 9aa5cce7ef17e00e846a094ec7ff802237fc4514a781638538d4eda04302e8701f79dc6c815b4e5acd05e7ad910b4f69f04a1f9c5584b061c9de1ef457aa24e8 SHA512 2e0c8cf710f9702eee9b00422d7133efe87575805361d72becd2c3de671c765baf84827b601d26091e8a6b8595e6d9f168f90b7cfda402d668deb6fc277e37ad
-EBUILD Test-TCP-2.190.0-r1.ebuild 762 BLAKE2B 18423cd1a48ef2db1657e858a3322721619bb814e6954c6a741ef3c1f49c8810955e2a1c8f9b9b1945e094ac2c686c161e91b47998948204d5bb0955621cb337 SHA512 bdef7f16cbb2bf09ec513440cc1dcca2f74451ace203938560a86d24b252b0a31a610a4e9d05ac0a80a847d868c8ab2dacce17f20dd50a5010c1359b1ae3ef17
-EBUILD Test-TCP-2.220.0.ebuild 664 BLAKE2B 50e0875565dfb78ad229bb1ec62d278ab0c65076e9fb940d3e2da4cd29995c74ffe750d44fadd182dab864725ba532dd74f6fbcb00e96afd8d913ecd0c06059c SHA512 8c8983c8bd9c2ec9448f8c8c19f1b9e34386b6d5a3e0430b94fb127723d0157ad91a6b3bc7b3f5557fbe60858ab80b37724c3bc44fa65ac61c42f05c857ed833
+EBUILD Test-TCP-2.220.0.ebuild 659 BLAKE2B fa5adc554739a9b24497a0f5d9d77bbee705833458efef58ca02325f9c53cd8f737036e756796d39df719305e5cdf4ae291789efaba1bc379716b17f08d39771 SHA512 6fdeb86727a136946d4ed85a0ca068460fb5f879695981ee0b45a383ef1516a9d8e4f6ff0190cf2cbaeda853404dac626a5d7b9045f1ce2260be6398d5c62d7b
MISC metadata.xml 517 BLAKE2B 3e3c43bf6708f60391775e71992ab9f62edd411488d9f7c10c0749675b62fb2470756624d068fd44c6823e20f7562f66048639de8c53ab26c5db71245f196c70 SHA512 8cbdd8d986fb5255b0b494575b3ed51ed9c5ab9f3e9dbb88acbe45b8b0f0a547d0954f5ce3f6b5937a830e3f086b8dd5ab6b7f132215fba2d499683a5b25c581
diff --git a/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild b/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild
deleted file mode 100644
index 5fc6f07c01c5..000000000000
--- a/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild
+++ /dev/null
@@ -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" )
diff --git a/dev-perl/Test-TCP/Test-TCP-2.220.0.ebuild b/dev-perl/Test-TCP/Test-TCP-2.220.0.ebuild
index cd3c483c119b..0211674857b7 100644
--- a/dev-perl/Test-TCP/Test-TCP-2.220.0.ebuild
+++ b/dev-perl/Test-TCP/Test-TCP-2.220.0.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
RDEPEND="
virtual/perl-IO
diff --git a/dev-perl/Test-TCP/files/Test-TCP-2.19-no-dot-inc.patch b/dev-perl/Test-TCP/files/Test-TCP-2.19-no-dot-inc.patch
deleted file mode 100644
index 151aad9d708d..000000000000
--- a/dev-perl/Test-TCP/files/Test-TCP-2.19-no-dot-inc.patch
+++ /dev/null
@@ -1,160 +0,0 @@
-From d197da690b5140f2276d6f577ad6e87a90ae8d47 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Thu, 11 Jan 2018 10:44:57 +1300
-Subject: Fix tests for '.' in @INC
-
-This is the smallest change that can be made that preserves original
-semantics
-
-Bug: https://bugs.gentoo.org/614342
-Bug: https://github.com/tokuhirom/Test-TCP/issues/58
-Bug: https://github.com/tokuhirom/Test-TCP/pull/62
----
- t/01_simple.t | 2 +-
- t/02_abrt.t | 2 +-
- t/03_return_when_sigterm.t | 5 ++++-
- t/04_die.t | 2 +-
- t/06_nest.t | 2 +-
- t/08_exit.t | 2 +-
- t/09_fork.t | 2 +-
- t/10_oo.t | 2 +-
- t/12_pass_wait_port_options.t | 2 +-
- t/13_undef_port.t | 2 +-
- 10 files changed, 13 insertions(+), 10 deletions(-)
-
-diff --git a/t/01_simple.t b/t/01_simple.t
-index ff29244..dd8f801 100644
---- a/t/01_simple.t
-+++ b/t/01_simple.t
-@@ -4,7 +4,7 @@ use Test::More;
- use Test::TCP;
- use Net::EmptyPort qw(can_bind);
- use IO::Socket::IP;
--use t::Server;
-+BEGIN { require './t/Server.pm' }
-
- sub doit {
- my $host = shift;
-diff --git a/t/02_abrt.t b/t/02_abrt.t
-index 10d0996..94e21c2 100644
---- a/t/02_abrt.t
-+++ b/t/02_abrt.t
-@@ -4,7 +4,7 @@ use Test::TCP;
- use Test::More;
- use Socket;
- use IO::Socket::INET;
--use t::Server;
-+BEGIN { require './t/Server.pm' }
-
- plan skip_all => "win32 doesn't support embedded function named dump()" if $^O eq 'MSWin32';
- plan tests => 2;
-diff --git a/t/03_return_when_sigterm.t b/t/03_return_when_sigterm.t
-index 228fd2a..6751492 100644
---- a/t/03_return_when_sigterm.t
-+++ b/t/03_return_when_sigterm.t
-@@ -2,7 +2,10 @@ use warnings;
- use strict;
- use Test::More tests => 2;
- use Test::TCP;
--use t::Server;
-+BEGIN {
-+ require './t/Server.pm';
-+ t::Server->import();
-+}
-
- # ABOUT: some tcp server related software returns control when received SIGTERM instead of exit.
- # This test emulate it's situation.
-diff --git a/t/04_die.t b/t/04_die.t
-index f393d51..e745e2e 100644
---- a/t/04_die.t
-+++ b/t/04_die.t
-@@ -3,7 +3,7 @@ use strict;
- use Test::More tests => 9;
- use Test::TCP;
- use IO::Socket::INET;
--use t::Server;
-+BEGIN { require './t/Server.pm' }
-
- my $child_pid;
- eval {
-diff --git a/t/06_nest.t b/t/06_nest.t
-index 18edfab..8240a98 100644
---- a/t/06_nest.t
-+++ b/t/06_nest.t
-@@ -2,7 +2,7 @@ use strict;
- use warnings;
- use Test::TCP;
- use Test::More tests => 1;
--use t::Server;
-+BEGIN { require './t/Server.pm' }
-
- test_tcp(
- client => sub {
-diff --git a/t/08_exit.t b/t/08_exit.t
-index 5aaeac4..2f05126 100644
---- a/t/08_exit.t
-+++ b/t/08_exit.t
-@@ -4,7 +4,7 @@ use Test::More tests => 5;
- use Test::TCP;
- use File::Temp ();
- use Fcntl qw/:seek/;
--use t::Server;
-+BEGIN { require './t/Server.pm' }
- use POSIX;
-
- my $tmp = File::Temp->new();
-diff --git a/t/09_fork.t b/t/09_fork.t
-index 82f8a4c..eea84b2 100644
---- a/t/09_fork.t
-+++ b/t/09_fork.t
-@@ -1,7 +1,7 @@
- use strict;
- use Test::More tests => 6;
- use Test::TCP;
--use t::Server;
-+BEGIN { require './t/Server.pm' }
-
- test_tcp
- client => sub {
-diff --git a/t/10_oo.t b/t/10_oo.t
-index 237e430..29149a6 100644
---- a/t/10_oo.t
-+++ b/t/10_oo.t
-@@ -3,7 +3,7 @@ use strict;
- use Test::More tests => 24;
- use Test::TCP;
- use IO::Socket::INET;
--use t::Server;
-+BEGIN { require './t/Server.pm' }
-
- my $server = Test::TCP->new(
- code => sub {
-diff --git a/t/12_pass_wait_port_options.t b/t/12_pass_wait_port_options.t
-index 24891f6..fe2927b 100644
---- a/t/12_pass_wait_port_options.t
-+++ b/t/12_pass_wait_port_options.t
-@@ -4,7 +4,7 @@ use utf8;
- use Test::More;
- use Test::TCP;
- use IO::Socket::INET;
--use t::Server;
-+BEGIN { require './t/Server.pm' }
-
- my %wait_port_args;
- my $old = \&Net::EmptyPort::wait_port;
-diff --git a/t/13_undef_port.t b/t/13_undef_port.t
-index 5a7cce3..7e9f21b 100644
---- a/t/13_undef_port.t
-+++ b/t/13_undef_port.t
-@@ -3,7 +3,7 @@ use strict;
- use Test::More tests => 22;
- use Test::TCP;
- use IO::Socket::INET;
--use t::Server;
-+BEGIN { require './t/Server.pm' }
-
- test_tcp(
- client => sub {
---
-2.15.1
-