From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MCE/
Date: Mon, 29 May 2017 16:59:20 +0000 (UTC) [thread overview]
Message-ID: <1496077154.ec8713ef2faf3db3fb8de88cb005975554c5c99f.kentnl@gentoo> (raw)
commit: ec8713ef2faf3db3fb8de88cb005975554c5c99f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 16:58:36 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon May 29 16:59:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8713ef
dev-perl/MCE: Bump to version 1.829.0
Upstream:
- Reduce memory consumption
- Disable Queue barriers on Windows
- Fix tmp_file script path in ::Flock
- Use posix_exit for Curses and Prima
- Allow hashes as input_data for Core, Flow, Loop & Step
- Improve IPC and signal handling
- Make tmp_dir and sess_dir on demand.
- Load Fcntl, File::Path and Symbol on demand
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/MCE/MCE-1.829.0.ebuild | 32 ++++++++++++++++++++++++++++++++
dev-perl/MCE/Manifest | 1 +
2 files changed, 33 insertions(+)
diff --git a/dev-perl/MCE/MCE-1.829.0.ebuild b/dev-perl/MCE/MCE-1.829.0.ebuild
new file mode 100644
index 00000000000..c1b718c71fb
--- /dev/null
+++ b/dev-perl/MCE/MCE-1.829.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MARIOROY
+DIST_VERSION=1.829
+inherit perl-module
+
+DESCRIPTION="Many-Core Engine providing parallel processing capabilities"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test +sereal"
+
+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
+ sereal? (
+ >=dev-perl/Sereal-Encoder-3.15.0
+ >=dev-perl/Sereal-Decoder-3.15.0
+ )
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
diff --git a/dev-perl/MCE/Manifest b/dev-perl/MCE/Manifest
index a2f89b6beb1..78dcc2db75c 100644
--- a/dev-perl/MCE/Manifest
+++ b/dev-perl/MCE/Manifest
@@ -3,3 +3,4 @@ DIST MCE-1.809.tar.gz 170943 SHA256 aa0d5aedeb6233ce8e90bd857e04fa554d0b79ede5ea
DIST MCE-1.821.tar.gz 175624 SHA256 be05275e783d706aa559ef9b8a22087f6fecd7f2188730466456aa2db4e8b7bb SHA512 8de68df9d26ea8f8a0c228a92d8dd7d790333ed894fe5a467a1e294f547ad71f04729f0bade31d3ea81b2628828ff0eba4a6e612648d8ff47042386f512f052b WHIRLPOOL 0884786052bdb7d8fee10f0e0709c0cdf8bd245f10ad848c404b235d2fbde3530e01511fd02dffa8168d0ad4f3335b31b1183a52186ef761b1b95d6f8cf1333f
DIST MCE-1.826.tar.gz 177558 SHA256 0bc1aea1646d21c73af7b09b254b3e8d1d5ff7b9b4b1a49e14ff198cd9e0b89f SHA512 183e4ff2192911541425650b40ac72ffdf444a9f8c1172f6cdd6448e1ee0e8e06a74d5a34e48498258c5059b1c71cb469ce3de2f0bf1cbdf915e0133cfa64b35 WHIRLPOOL 509705f0d083e9eb36f52c0ba972b811b4af45bb81e7e9217b6c15fb16a66842a306bddd074aa6d08c3041486b19451e2363348f24192156e3bff5bff9333c4c
DIST MCE-1.827.tar.gz 178361 SHA256 bbe92c61e38822a9a8c25dbd0bdbd3b1a091aa86b59ac0b391b4269c995e83e8 SHA512 bb87ee355ae07230f627f1c02092129c59885eebaa6c3e99bb502bf298bce878e6aacdd1e03a4290a7312429e86b4066c3b1380b04118c4e52081d939915d7e5 WHIRLPOOL 278b2f22db37fce3947ea438a6129b210f025cad98df5bb5e1ce9fa71e09cf9cacecdc1fed095bc42c248c57cd43482b3feb4db15d2132bedb0b6c56d2be226f
+DIST MCE-1.829.tar.gz 181474 SHA256 cdf2420108b2a3b0b4ed6ddd53f9c5c283c1eaab04a9445d7accd67c4abe3489 SHA512 fb77945529552e96bbb7f2b455442485cd915394b47b342795c177b33ffe102047de9f0b5f7f5281cefd0af2810bc8523220c881033a873d8b79b8bd9bedddf3 WHIRLPOOL f1b2a253c10af6e450367ee09b004cb1b407c8684942844a701670e6c363898b98b94b2e5bafa8218a567d48b3d294aa9c0cdf0ff6e691db42c3da00fa152c86
next reply other threads:[~2017-05-29 16:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-29 16:59 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-14 5:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MCE/ Sam James
2024-05-01 7:10 Sam James
2023-06-20 4:35 Sam James
2021-11-13 20:21 Andreas K. Hüttel
2021-07-04 16:37 Andreas K. Hüttel
2018-06-10 7:20 Kent Fredric
2017-11-01 1:23 Kent Fredric
2017-04-06 0:03 Kent Fredric
2017-04-04 9:59 Kent Fredric
2017-03-20 16:14 Kent Fredric
2016-11-25 15:00 Kent Fredric
2016-04-16 19:26 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=1496077154.ec8713ef2faf3db3fb8de88cb005975554c5c99f.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