forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Parallel-Prefork: Bumped to version 0.180.0
- EAPI6 - New deps Upstream: - wait_all_children now supports timeouts - fix ::SpareWorkers not spawning maxworkers - fix ::SpareWorkers crashing on signal + statusIO Package-Manager: portage-2.2.28
- Loading branch information
1 parent
d3908e9
commit 466f5fd
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Parallel-Prefork-0.14.tar.gz 25224 SHA256 68b70d0de6c2625e862402cc39288043f175816ede03d887a52f28500008ca0e SHA512 18a9155775779d85956492f252f87e543590e4b4403f40fd4da86f041784b344683d88db49137cdad1e5d22c6f1017453bab7c0e1fb38731933194a32015547a WHIRLPOOL 31e8da47668ba5d60c2b1acd63ee4fecfba2329735c4e76ee07b4921a647b8b7feec7aed683dcaeae94e640d2dd9d07503fc3fbe77c8bbaee39ba28af18ce0a8 | ||
DIST Parallel-Prefork-0.18.tar.gz 28226 SHA256 f1c1f48f1ae147a58bc88f9cb2f570d6bb15ea4c0d589abd4c3084ddc961596e SHA512 9d2dc977d98c3ba263a0d8e189877b59661bfa9fdf97ed5e685271b4b1661522e8288ae8392bd9eeeafb21b37191e55a2bac35cce49d2d5d68e6c3e2d3353c6f WHIRLPOOL de02a41bbc495b82f8e8d153149855fd0d8f7800431b7e0f190789a5ecc8b4f014eaff39ff0a3cb44ee8699bd65692e1fc16a76a2d4d2dd5df0ab01dac940fa1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=KAZUHO | ||
DIST_VERSION=0.18 | ||
inherit perl-module | ||
|
||
DESCRIPTION="A simple prefork server framework" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
>=dev-perl/Class-Accessor-Lite-0.40.0 | ||
dev-perl/List-MoreUtils | ||
>=dev-perl/Proc-Wait3-0.30.0 | ||
dev-perl/Scope-Guard | ||
dev-perl/Signal-Mask | ||
" | ||
DEPEND="${RDEPEND} | ||
>=virtual/perl-ExtUtils-MakeMaker-6.420.0 | ||
test? ( | ||
dev-perl/Test-Requires | ||
dev-perl/Test-SharedFork | ||
) | ||
" |