From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-TCP/
Date: Tue, 30 May 2017 02:43:35 +0000 (UTC) [thread overview]
Message-ID: <1496112202.4473fa3f1118961b8333e3a56afbdfd1aa6ba6f4.kentnl@gentoo> (raw)
commit: 4473fa3f1118961b8333e3a56afbdfd1aa6ba6f4
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 02:43:22 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue May 30 02:43:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4473fa3f
dev-perl/Test-TCP: Bump to version 2.190.0
Upstream:
- Use kernel to select empty port
- Dont' run command when port is empty
- Implement hack on windows to determine port used
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/Test-TCP/Manifest | 1 +
dev-perl/Test-TCP/Test-TCP-2.190.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-perl/Test-TCP/Manifest b/dev-perl/Test-TCP/Manifest
index 88876542529..2df2c9d8585 100644
--- a/dev-perl/Test-TCP/Manifest
+++ b/dev-perl/Test-TCP/Manifest
@@ -1,3 +1,4 @@
DIST Test-TCP-2.06.tar.gz 21848 SHA256 714956bb012536f617988e9cfb588253e908144e9169e5862356091f44e59229 SHA512 e4fcc79f8d62a8ce669a975e89c4bbf3fd56396c83a8c3b750fec002b3e9bd8dd829faf30bfa47f0db31bc0b5daedfa1e6edc3e2e9f628b0d0c7c25fef1081ab WHIRLPOOL 61e719ed5f4dcbd9e504f99ab4d7b5ea2a8708a31898b15dba5c924d5ee69b6cdaa75a4512a226005bd96c8fd7278777e734de7d6153f44d3a9c03b04a0e4717
DIST Test-TCP-2.16.tar.gz 24616 SHA256 b12b66986a938ea6a627b89cd8c44dc129dc43d11636139f1291dd3830bfb97b SHA512 927eb18dd929478de7c50eb5facdb006c92ffb018b63c4c394a35e9a5b57bfbc2cea8ca0355d49ea5aa7a6f0cc0893c1b55e698b5e0fefeb2a45ae72efb40123 WHIRLPOOL b4fd99e7f3499c9d75298efdb3b1b97ea012c1b6e90c46b6f9e030b021991b31c6dbc7add9cdd19830080cd6fca371e3cf5613ecbc0265b44e10976ccd1492d0
DIST Test-TCP-2.17.tar.gz 25061 SHA256 e8d7e5eeff413dad0b52eaadc543ed650bc573b0d89803e352a9f5ea7cfe4d14 SHA512 41795ae4287d43b28f8892ef9e545d155cb61bb7daf35a937a5c9bfd5f480b8714b7c07f393e540ff6bc3711eebb8fc8380833e6163bf66d09e9c1d28b5a30c9 WHIRLPOOL 6053f27737d4210271b4c291796f580cf11a443ef876fec3d13af0abb5a9d7411b84e73bb8ebc8fa53bbd19464a5cc476d1e74146f19f7673535278a1b8ab5b9
+DIST Test-TCP-2.19.tar.gz 26003 SHA256 dd012d9d596b2a4e26feb5e017ed8035bf779f636da78b8ae4f5f581e9fc5091 SHA512 1de76f5dc456697d8ea0799bb60d858b0e1c0089f066d1a446c46708e6cb3441849e264526082a066c31519ded4731cde9310b8a493f571ed670c2fbb60a3e85 WHIRLPOOL a294b412821f8561d5aa92f15951ecde7d48373bb6427f8940c69bb9bb8ec4224d7f56bbb807caf901c2ade367a3f9b00c1d035126c52309ff7683e6228fda9c
diff --git a/dev-perl/Test-TCP/Test-TCP-2.190.0.ebuild b/dev-perl/Test-TCP/Test-TCP-2.190.0.ebuild
new file mode 100644
index 00000000000..2b4c930fd0f
--- /dev/null
+++ b/dev-perl/Test-TCP/Test-TCP-2.190.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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"
+IUSE="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
+ )
+"
next reply other threads:[~2017-05-30 2:43 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-30 2:43 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-26 7:04 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-TCP/ Arthur Zamarin
2022-12-10 18:34 Arthur Zamarin
2022-12-10 18:26 Arthur Zamarin
2022-11-01 4:23 Arthur Zamarin
2022-09-27 12:02 Jakov Smolić
2021-12-10 17:21 Andreas K. Hüttel
2021-12-05 20:36 Arthur Zamarin
2021-12-05 4:05 Sam James
2021-12-05 3:44 Sam James
2021-12-05 3:35 Sam James
2021-09-22 19:27 Andreas K. Hüttel
2020-07-20 20:45 Kent Fredric
2018-10-27 19:04 Fabian Groffen
2018-06-26 14:03 Tobias Klausmann
2018-06-10 23:02 Sergei Trofimovich
2018-04-01 19:22 Kent Fredric
2018-03-21 6:52 Matt Turner
2018-03-21 5:02 Matt Turner
2018-03-21 5:02 Matt Turner
2018-03-04 6:51 Thomas Deutschmann
2018-02-26 14:25 Jason Zaman
2018-01-06 16:25 Mikle Kolyada
2017-03-14 14:28 Agostino Sarubbo
2017-02-19 9:05 Markus Meier
2017-01-26 14:04 Tobias Klausmann
2016-12-05 19:35 Kent Fredric
2016-06-09 22:04 Andreas Hüttel
2016-04-16 19:26 Andreas Hüttel
2016-02-14 17:02 Patrick Lauer
2015-09-20 20:45 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1496112202.4473fa3f1118961b8333e3a56afbdfd1aa6ba6f4.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox