From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Parallel-ForkManager/
Date: Tue, 26 Dec 2017 08:48:21 +0000 (UTC) [thread overview]
Message-ID: <1514278084.7f510e7c39c2decf8f988dd1b566bec6a7db6fb7.kentnl@gentoo> (raw)
commit: 7f510e7c39c2decf8f988dd1b566bec6a7db6fb7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 04:53:24 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 08:48:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f510e7c
dev-perl/Parallel-ForkManager: Bump to version 1.190.0
Upstream:
- Documentation fixes
- Add way to spawn workers with 'start_child'
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-perl/Parallel-ForkManager/Manifest | 1 +
.../Parallel-ForkManager-1.190.0.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-perl/Parallel-ForkManager/Manifest b/dev-perl/Parallel-ForkManager/Manifest
index 76fe5ef4dcf..c9ce1a08e6b 100644
--- a/dev-perl/Parallel-ForkManager/Manifest
+++ b/dev-perl/Parallel-ForkManager/Manifest
@@ -1,2 +1,3 @@
DIST Parallel-ForkManager-1.17.tar.gz 23121 BLAKE2B 6527dc34dd29fd6028dd242e98bf89c65efc39f1f561138334006f21cf9d00d7d747aeca97e84dcea940dfd1ab307f2fe2d70c8b684823f3f670efc8a4e9edee SHA512 2897cc737bc35ab88bd60fea1cd371a499ea32fdcc33095601ecf8930725dd6350041172dd138e4ee4a529641aacb6fa51ae34f7ac9f1359f910713f3afa0f2c
DIST Parallel-ForkManager-1.18.tar.gz 23400 BLAKE2B e3ebfd159e24d330028b44b33d5c3223a34b0c47623e5a7fb0fe85a3a93804e2ece0ad97ad62fa7760210b8018927ad95bc53bcd18119f583b7e2fbfb5f20d6c SHA512 1d9f959f0caee374273c6eacd0791d758f899aa4a2fd5040232df82c170ba57de396608ce7f464412f00260ca14fb6e9302c6f4eab48419c6b445e86ae43366c
+DIST Parallel-ForkManager-1.19.tar.gz 24381 BLAKE2B fbd92bdbf69012337419e7d28678dbde291a819ce310fdcd47d05fd150f57a65da3e9e582946adeb95a85b3539447dd315a17746ea9dfa346222ff5a14106e87 SHA512 fdd076de153a09e1e8fb681cadc6c36a05f4c8a6718df61937eb5d26729108a6f2f322a7fb9d4bf6166bbfe52cb857e3ea6cab8368c7b5959500018cc01747c6
diff --git a/dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.190.0.ebuild b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.190.0.ebuild
new file mode 100644
index 00000000000..9cd4df82f09
--- /dev/null
+++ b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.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=YANICK
+DIST_VERSION=1.19
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="A simple parallel processing fork manager"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~sparc-solaris ~x86-solaris"
+IUSE="test minimal"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-File-Path
+ virtual/perl-File-Temp
+ virtual/perl-Storable
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ !minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 )
+ virtual/perl-IO
+ >=virtual/perl-Test-Simple-0.940.0
+ dev-perl/Test-Warn
+ )
+"
next reply other threads:[~2017-12-26 8:48 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-26 8:48 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-24 16:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Parallel-ForkManager/ Andreas K. Hüttel
2021-08-25 16:26 Sam James
2021-08-25 5:32 Agostino Sarubbo
2021-08-25 5:25 Agostino Sarubbo
2021-07-25 3:22 Matt Turner
2021-07-23 21:01 Andreas K. Hüttel
2020-12-17 9:02 Sam James
2019-12-25 20:45 Sergei Trofimovich
2018-10-02 7:33 Sergei Trofimovich
2018-09-01 19:01 Thomas Deutschmann
2018-08-20 4:40 Matt Turner
2018-07-24 0:12 Mikle Kolyada
2016-05-24 22:29 Andreas Hüttel
2016-05-24 22:29 Andreas Hüttel
2016-04-12 21:39 Andreas Hüttel
2016-03-16 22:50 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=1514278084.7f510e7c39c2decf8f988dd1b566bec6a7db6fb7.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