From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gearman/
Date: Mon, 23 Oct 2017 06:41:48 +0000 (UTC) [thread overview]
Message-ID: <1508740901.e4f8d5ec94820a87c6a38223f661ff243e398335.kentnl@gentoo> (raw)
commit: e4f8d5ec94820a87c6a38223f661ff243e398335
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 05:14:26 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 06:41:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f8d5ec
dev-perl/Gearman: Bump to version 2.4.9
Upstream:
- Fix double worker resgistration
- Tests run gearmand with --log-file
- Worker->work fixed registration functions on reconnect
- Client->do_task invokes defined on_complete hooks
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Gearman/Gearman-2.4.9.ebuild | 42 +++++++++++++++++++++++++++++++++++
dev-perl/Gearman/Manifest | 1 +
2 files changed, 43 insertions(+)
diff --git a/dev-perl/Gearman/Gearman-2.4.9.ebuild b/dev-perl/Gearman/Gearman-2.4.9.ebuild
new file mode 100644
index 00000000000..b118d714ddb
--- /dev/null
+++ b/dev-perl/Gearman/Gearman-2.4.9.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PALIK
+DIST_VERSION=2.004.009
+inherit perl-module
+
+DESCRIPTION="Gearman distributed job system, client and worker libraries"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-IO
+ virtual/perl-IO-Socket-IP
+ dev-perl/IO-Socket-SSL
+ dev-perl/List-MoreUtils
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Socket
+ virtual/perl-Storable
+ dev-perl/String-CRC32
+ virtual/perl-Time-HiRes
+ >=virtual/perl-version-0.770.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/File-Which
+ virtual/perl-Perl-OSType
+ >=dev-perl/Proc-Guard-0.70.0
+ dev-perl/Test-Exception
+ virtual/perl-Test-Simple
+ >=dev-perl/Test-TCP-2.170.0
+ dev-perl/Test-Timer
+ )
+"
+
+mydoc="CHANGES HACKING TODO"
diff --git a/dev-perl/Gearman/Manifest b/dev-perl/Gearman/Manifest
index dd791df404b..1fbbdee30cf 100644
--- a/dev-perl/Gearman/Manifest
+++ b/dev-perl/Gearman/Manifest
@@ -3,3 +3,4 @@ DIST Gearman-2.004.002.tar.gz 46165 SHA256 b520d3aefc989164e8e023b978abb926207a7
DIST Gearman-2.004.003.tar.gz 46222 SHA256 34441d73e26556065362ba02ba9921b001cca603762b7d846fcd29ae169f2d2e SHA512 6860e1795f795ab5d08098ba6b9fa96ef5ce1893041971e29757ce6d0a27e385cab5e9ea670ae6522a092a414bd108894c4f0e91f885b66341ade37c22be24a9 WHIRLPOOL e99e866eca2830c169485912f2f02bc952c1c450de077d7f26a588615d3bd2096a07fad48f356cb26ef83dc2a3eb5f2ac437fb58e27c0c2982a1e27a7c0db2e2
DIST Gearman-2.004.006.tar.gz 46875 SHA256 caff2baaaa53b21520c4960b502533519d067167f8249f4f004695e7fa794990 SHA512 e2d4f1c70eeea985d7b437bfd01f7b560b576f61e6f82638cb7c93c8a0f45819ba6477d0fb4edd4f12f19d1667896b4165195c72531bf3856368aac174cb66c4 WHIRLPOOL a94ae2fcf5ba7bd8135f15987d9d541024d9c3716ca1b70b5a16ae2d74cc598eb17ad74d2f1e6f0f462004884ec6405deabd0396a15b7cd0c214687e9d3926bf
DIST Gearman-2.004.007.tar.gz 46892 SHA256 b8284531a40d660901d44fa9b6f670ff738ef4d766ea6e12c3a963eab153f34d SHA512 fcfdaa9b0c7a8699639833d1d9d424a6b8784aed8c37930f8d329dae5e2ae9b5ddd1f33c7f1fa379132300fc99dcb1b2df2af56d2110fecf64a84115b3dda5bc WHIRLPOOL e5b68e3e3a9f7ee357349b02ac47feb5763bfa6851280e9c5d29c44197ad207bdedb633316138872ce98dc1597ccdded901060fd470e82fe7242d070ff825f75
+DIST Gearman-2.004.009.tar.gz 47063 SHA256 6990f04b520227d32262a786604ff44da7d3b316e5ef4c5bad78a42b8f8ca048 SHA512 4c0ad8dfa8af1200f29b61954efba03fa0d629a40bfea379025b5f01b2f8305394a516680fa7564d68c0231359ed5866daff9278b4350fbdc1a0b20bdb34eeed WHIRLPOOL b5eb08aa99b096659ec8d02d65570f91b792a7155ddcf05434c57bb37c4bee7f2a382f48e8d0de8354c10557cb9d32f25c7a52e3581cb79c8abc9c652fadabc4
next reply other threads:[~2017-10-23 6:41 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-23 6:41 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 19:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gearman/ Andreas K. Hüttel
2021-10-30 15:13 Andreas K. Hüttel
2021-06-04 18:28 Andreas K. Hüttel
2018-06-09 1:24 Kent Fredric
2018-02-11 10:36 Michał Górny
2017-05-31 2:10 Kent Fredric
2017-05-26 8:13 Kent Fredric
2017-04-17 2:44 Kent Fredric
2017-04-13 4:18 Kent Fredric
2017-04-09 21:33 Kent Fredric
2017-04-01 20:21 Kent Fredric
2017-03-24 8:41 Kent Fredric
2017-03-10 21:04 Matt Turner
2016-12-05 19:35 Kent Fredric
2016-04-15 19:56 Andreas Hüttel
2016-01-31 14:51 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=1508740901.e4f8d5ec94820a87c6a38223f661ff243e398335.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