From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33F821395E2 for ; Fri, 25 Nov 2016 15:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3E50E0B6E; Fri, 25 Nov 2016 15:00:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76C5FE0B6E for ; Fri, 25 Nov 2016 15:00:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD2C4341059 for ; Fri, 25 Nov 2016 15:00:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4426B48B for ; Fri, 25 Nov 2016 15:00:19 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1480085984.eb27c8ea35f8fc87cee00fa5a7a8b8a76b71ec8e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MCE/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MCE/MCE-1.809.0.ebuild dev-perl/MCE/Manifest X-VCS-Directories: dev-perl/MCE/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: eb27c8ea35f8fc87cee00fa5a7a8b8a76b71ec8e X-VCS-Branch: master Date: Fri, 25 Nov 2016 15:00:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 65905b5a-c294-4f5a-ac5e-6c25cda75a67 X-Archives-Hash: 0dc2bc002514bca4072e93bfa0862818 commit: eb27c8ea35f8fc87cee00fa5a7a8b8a76b71ec8e Author: Kent Fredric gentoo org> AuthorDate: Fri Nov 25 14:58:57 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Nov 25 14:59:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb27c8ea dev-perl/MCE: Bump to version 1.809.0 Upstream: - Faster IO with use_slurpio => 1 - "auto" chunk size tuned. - Worker exit logic now more reliable on Win32 - Support for IO::TieCombine handles for interop with App::Cmd via MCE->print and MCE->sendto - import() fixed issue with not importing certain subs - Added support for Cyclical includes - Better win32 Feature Parity with unix - Sereal support added (default where possible) - Fixed counter in dequeue with standalone MCE::Queues - Fixed race in Queue->await - Optimised MCE::Queue->dequeue - Removed sleep() from MCE->restart_worker - Set posix_exit = 1 w/ CGI.pm and FCGI.pm - Improved MCE + Tk interaction - Support input_data with nested arrays in MCE models - Improved relaying - Workers persistent unless shut down explicitly w/ Mojolicious - Fixed bugs with MCE-in-threads - Ensure uniqueness of random numbers between workers Package-Manager: portage-2.3.2 dev-perl/MCE/MCE-1.809.0.ebuild | 29 +++++++++++++++++++++++++++++ dev-perl/MCE/Manifest | 1 + 2 files changed, 30 insertions(+) diff --git a/dev-perl/MCE/MCE-1.809.0.ebuild b/dev-perl/MCE/MCE-1.809.0.ebuild new file mode 100644 index 00000000..8114138 --- /dev/null +++ b/dev-perl/MCE/MCE-1.809.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MARIOROY +DIST_VERSION=1.809 +inherit perl-module + +DESCRIPTION="Many-Core Engine providing parallel processing capabilities" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-File-Path + virtual/perl-Getopt-Long + virtual/perl-IO + virtual/perl-Scalar-List-Utils + virtual/perl-Socket + >=virtual/perl-Storable-2.40.0 + virtual/perl-Time-HiRes +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" diff --git a/dev-perl/MCE/Manifest b/dev-perl/MCE/Manifest index ba92a02..482804a 100644 --- a/dev-perl/MCE/Manifest +++ b/dev-perl/MCE/Manifest @@ -1 +1,2 @@ DIST MCE-1.705.tar.gz 161269 SHA256 73e31f9ae9ce13a4770487544347c118a0171cbdb54b8d9bc91d91d1c96360be SHA512 dbc896cb26d8b78444b91bb39a5d4379d2a407c494aff2d69ae2a51613722431dd86e1af866b4bb22dabd15f7a414b23c5c1e8fae3e82ecb2595b066934f93a4 WHIRLPOOL 142dabaeae9e277ca71c447092343083a079abcb59a704548e39013b79ea2c0f22b2bc0da1ec4fbe80becef930458d14b6eb5769cadd01bfaa23f7db7b1cbbc3 +DIST MCE-1.809.tar.gz 170943 SHA256 aa0d5aedeb6233ce8e90bd857e04fa554d0b79ede5ea20422d0f88fcbe4178d6 SHA512 a04a33de0a4aa7376ed30716f4c6abdabad79f4d3c4c56683988fa9a6c4f01d69662171b8bdae750cda0cfbce6b1d93207c428fe1f80aeca92e61aeb2ab61c65 WHIRLPOOL a126944bfd6e7d421622ee380852474203055848bd6fcfedc79627b76a342162b052fc028ac07d5508577114ff57b4e506cf16c931bf76329b6a9c31544272ef