Skip to content

Commit

Permalink
dev-perl/Test-TCP: Version bump; remove old
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
akhuettel committed Sep 20, 2015
1 parent e6cc786 commit 57cf6c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-perl/Test-TCP/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST Test-TCP-1.21.tar.gz 27903 SHA256 476a230f8db228819bd05efca932a2a9b06d25c3f9de920e2c9c9a723033bbed SHA512 f68bbaa153e05a43f3ee718a6ab81d2bddeca075457082b7a6df25ebd0b99e9608e74d547c3e4241c29222ec10422117a688c811f2d55f97252916b83d39b0bb WHIRLPOOL c6ed35173f1c6b2461c41aeefcd61fef69c1416a25578f7b3ef0862c9e21f1030360a82a6a2ab3d3adc218a890d67be3d3ad047527ab2b52c6605fa6b4e9b969
DIST Test-TCP-2.06.tar.gz 21848 SHA256 714956bb012536f617988e9cfb588253e908144e9169e5862356091f44e59229 SHA512 e4fcc79f8d62a8ce669a975e89c4bbf3fd56396c83a8c3b750fec002b3e9bd8dd829faf30bfa47f0db31bc0b5daedfa1e6edc3e2e9f628b0d0c7c25fef1081ab WHIRLPOOL 61e719ed5f4dcbd9e504f99ab4d7b5ea2a8708a31898b15dba5c924d5ee69b6cdaa75a4512a226005bd96c8fd7278777e734de7d6153f44d3a9c03b04a0e4717
DIST Test-TCP-2.13.tar.gz 23288 SHA256 226383c0a6de901f43ed5b011308fa229d7d6cd5e32aaa6095cddcd3d030ed7a SHA512 2081c9a2ff076a3b7250429c4832d39cc1a569695cb9b5d9104c75dfa83d51f8bdcec309f86b64d32d7584638ced24dbf95db1f44c4ecc0bd0c31b3484b3791d WHIRLPOOL a83bb2a3f2018ccce7916dcf2f45707f8fc5af79dd0f657a5126204d9258d28d76ce463bcd516c0e9e6703b056a752abe0758671ee306295a14b62ca10f660a3
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

MODULE_AUTHOR=TOKUHIROM
MODULE_VERSION=1.21
MODULE_VERSION=2.13
inherit perl-module

DESCRIPTION="Testing TCP program"

SLOT="0"
KEYWORDS="amd64 hppa ppc ppc64 x86"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="test"

RDEPEND="
>=dev-perl/Test-SharedFork-0.190.0
>=virtual/perl-IO-1.23
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
virtual/perl-Time-HiRes
test? (
>=virtual/perl-Test-Simple-0.980.0
>=dev-perl/Test-SharedFork-0.290.0
virtual/perl-File-Temp
virtual/perl-Socket
)
"

SRC_TEST=do
SRC_TEST="do parallel"

0 comments on commit 57cf6c0

Please sign in to comment.