[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2023-08-04 Thread Arthur Zamarin
commit: a4f6444c70b154f63634e89b83c7ce27db6d9763
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug  4 20:20:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug  4 20:20:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f6444c

dev-perl/TheSchwartz: Stabilize 1.170.0 ppc, #910790

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild
index f7e557b9a2f0..e0384ebbded6 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 RDEPEND="
dev-perl/Class-Accessor



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2023-07-24 Thread Arthur Zamarin
commit: 35505118b90bd7377799a05a4bbf4935bce97095
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jul 24 13:36:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jul 24 13:36:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35505118

dev-perl/TheSchwartz: Stabilize 1.170.0 amd64, #910790

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild
index 8eeff238d6b7..f7e557b9a2f0 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 
 RDEPEND="
dev-perl/Class-Accessor



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2023-06-17 Thread Sam James
commit: f19cbc98707c1404377faa8478009640bdee7e45
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 18 02:48:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 18 02:49:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19cbc98

dev-perl/TheSchwartz: add 1.170.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/TheSchwartz/Manifest   |  1 +
 dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/TheSchwartz/Manifest b/dev-perl/TheSchwartz/Manifest
index b0aa456db128..9ee52ac434d7 100644
--- a/dev-perl/TheSchwartz/Manifest
+++ b/dev-perl/TheSchwartz/Manifest
@@ -1 +1,2 @@
 DIST TheSchwartz-1.16.tar.gz 54382 BLAKE2B 
3a50f8058cdeeac0aa3c0c2d9e439e142dce1e508c6164149e8c33624dfb2fd5af97584070e3f81477658d322cc79a2d8c69fbdd4e8002019915f3f8fb8d66c2
 SHA512 
3d326983ebe21ba3d2b64c4af6b3fe8544346d510e04b15f3b7560c2e6d97fb07b062f2a6f77d1107f5cc0d4690c64375cc702c941e7f1e9a50b85efad3207ef
+DIST TheSchwartz-1.17.tar.gz 54488 BLAKE2B 
728fea8a38d3459741f077ef71e8b8b0fb7f2f0553be1315e3063bbdb2c48142abb2faeff34c00293f9a737dee6a7dd14db21e25630179168a261650956aec25
 SHA512 
341d1f9349f7030e4b4983227187b3a709b78772daec18b7bfff7ef0ae8ad6282a2bfbde97159da7e1959d540310a0ae06a42b62a15b70154fbddfeb2bf4d312

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild
new file mode 100644
index ..5f4dab8a6d16
--- /dev/null
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.170.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=AKIYM
+DIST_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION="Reliable job queue"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   dev-perl/Class-Accessor
+   >=dev-perl/Data-ObjectDriver-0.40.0
+   virtual/perl-Digest-MD5
+   virtual/perl-Storable
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-Tiny-0.35.0
+"
+
+# Parallel tests fail due to database ordering issues
+DIST_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/files/

2021-12-13 Thread Conrad Kostecki
commit: 0b1f78c06685fb1b239d0ea767eca386ad910a60
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Dec 13 18:58:07 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Dec 13 21:30:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1f78c0

dev-perl/TheSchwartz: remove unused patch(es)

Bug: https://github.com/gentoo/gentoo/pull/23291
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/TheSchwartz-1.12-no-dot-inc.patch| 342 -
 1 file changed, 342 deletions(-)

diff --git a/dev-perl/TheSchwartz/files/TheSchwartz-1.12-no-dot-inc.patch 
b/dev-perl/TheSchwartz/files/TheSchwartz-1.12-no-dot-inc.patch
deleted file mode 100644
index fefd0ffd1a51..
--- a/dev-perl/TheSchwartz/files/TheSchwartz-1.12-no-dot-inc.patch
+++ /dev/null
@@ -1,342 +0,0 @@
-From 6c9a65ff8a2c896e7359d9b2da47fc8836c5dfe9 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Wed, 28 Feb 2018 08:34:19 +1300
-Subject: Fix test failures on 5.26+ due to removal of '.' from @INC
-
-'.' not being in @INC means `require "foo"` no longer implies
-`require "./foo"` will occur as a result of @INC traversal.
-
-This changes to use explicit paths ( ie: paths with a leading '/'
- or './' ) which disables @INC traversal and restores expected
-semantics.
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=124610
-Bug: https://bugs.gentoo.org/623128

- t/api.t   | 2 +-
- t/cleanup.t   | 2 +-
- t/client-time-unsync.t| 2 +-
- t/coalesce.t  | 2 +-
- t/dead-dbs.t  | 2 +-
- t/declined.t  | 2 +-
- t/empty-db.t  | 2 +-
- t/evenly-distribute.t | 2 +-
- t/fail-working-multiple.t | 2 +-
- t/funcid.t| 2 +-
- t/grab-race.t | 2 +-
- t/grab_and_work_on.t  | 2 +-
- t/high-funcid-starvation.t| 2 +-
- t/insert-and-do.t | 2 +-
- t/parallel-workers.t  | 2 +-
- t/priority.t  | 2 +-
- t/replace-abort.t | 2 +-
- t/replace-with.t  | 2 +-
- t/retry-delay.t   | 2 +-
- t/scoreboard.t| 2 +-
- t/server-time.t   | 2 +-
- t/unique.t| 2 +-
- t/work-before-funcids-exist.t | 2 +-
- 23 files changed, 23 insertions(+), 23 deletions(-)
-
-diff --git a/t/api.t b/t/api.t
-index 9d4d177..fb9c7b2 100644
 a/t/api.t
-+++ b/t/api.t
-@@ -4,7 +4,7 @@
- use strict;
- use warnings;
- 
--require 't/lib/db-common.pl';
-+require './t/lib/db-common.pl';
- 
- use TheSchwartz;
- use Test::More tests => 58 * 3;
-diff --git a/t/cleanup.t b/t/cleanup.t
-index 034dc59..f13f23f 100644
 a/t/cleanup.t
-+++ b/t/cleanup.t
-@@ -3,7 +3,7 @@
- use strict;
- use warnings;
- 
--require 't/lib/db-common.pl';
-+require './t/lib/db-common.pl';
- 
- use TheSchwartz;
- use Test::More tests => 30;
-diff --git a/t/client-time-unsync.t b/t/client-time-unsync.t
-index fa19a85..fd10047 100644
 a/t/client-time-unsync.t
-+++ b/t/client-time-unsync.t
-@@ -17,7 +17,7 @@ BEGIN {
- }
- no warnings 'redefine';
- 
--require 't/lib/db-common.pl';
-+require './t/lib/db-common.pl';
- 
- use TheSchwartz;
- use Test::More tests => 2;
-diff --git a/t/coalesce.t b/t/coalesce.t
-index b42f732..0c152f4 100644
 a/t/coalesce.t
-+++ b/t/coalesce.t
-@@ -3,7 +3,7 @@
- use strict;
- use warnings;
- 
--require 't/lib/db-common.pl';
-+require './t/lib/db-common.pl';
- 
- use TheSchwartz;
- use Test::More tests => 14 * 3;
-diff --git a/t/dead-dbs.t b/t/dead-dbs.t
-index eee73a6..673f5b4 100644
 a/t/dead-dbs.t
-+++ b/t/dead-dbs.t
-@@ -4,7 +4,7 @@
- use strict;
- use warnings;
- 
--require 't/lib/db-common.pl';
-+require './t/lib/db-common.pl';
- 
- use TheSchwartz;
- use Test::More tests => 6;
-diff --git a/t/declined.t b/t/declined.t
-index 8fca90d..78dca2f 100644
 a/t/declined.t
-+++ b/t/declined.t
-@@ -1,7 +1,7 @@
- use strict;
- use warnings;
- 
--require 't/lib/db-common.pl';
-+require './t/lib/db-common.pl';
- 
- use TheSchwartz;
- use Test::More tests => (5 + 21) * 3;
-diff --git a/t/empty-db.t b/t/empty-db.t
-index 17353cd..6fc9bc1 100644
 a/t/empty-db.t
-+++ b/t/empty-db.t
-@@ -4,7 +4,7 @@
- use strict;
- use warnings;
- 
--require 't/lib/db-common.pl';
-+require './t/lib/db-common.pl';
- 
- use TheSchwartz;
- use Test::More tests => 9;
-diff --git a/t/evenly-distribute.t b/t/evenly-distribute.t
-index 56533f0..3fc9082 100644
 a/t/evenly-distribute.t
-+++ b/t/evenly-distribute.t
-@@ -4,7 +4,7 @@
- use strict;
- use warnings;
- 
--require 't/lib/db-common.pl';
-+require './t/lib/db-common.pl';
- 
- use TheSchwartz;
- use Test::More tests => 12;
-diff --git a/t/fail-working-multiple.t b/t/fail-working-multiple.t
-index 3750fc7..94f07f7 100644
 a/t/fail-working-multiple.t
-+++ b/t/fail-working-multiple.t
-@@ -3,7 +3,7 @@
- use 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2021-12-10 Thread Andreas K. Hüttel
commit: 469eaff61674499dfc244cac44c3c1cf98c30c5e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 11 00:08:40 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Dec 11 00:10:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469eaff6

dev-perl/TheSchwartz: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/TheSchwartz/Manifest  |  1 -
 dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-perl/TheSchwartz/Manifest b/dev-perl/TheSchwartz/Manifest
index 0874f4f4757c..b0aa456db128 100644
--- a/dev-perl/TheSchwartz/Manifest
+++ b/dev-perl/TheSchwartz/Manifest
@@ -1,2 +1 @@
-DIST TheSchwartz-1.12.tar.gz 55047 BLAKE2B 
ebf7563203790dd1ecf7c026cefb2027bf1aa5e1af46200617625d48f6327338f08606ea47d21a474b35331eacd00b03c0924bfc9d28e6cc9f72fe5f96ca2007
 SHA512 
87c691c6aee0603a68d4116e9254308331974042d8578d6df086bc6f0f07783d757951f8c3a35227b9d716e94ccecbcea1f92ab488005384c2caf2ba9aecae59
 DIST TheSchwartz-1.16.tar.gz 54382 BLAKE2B 
3a50f8058cdeeac0aa3c0c2d9e439e142dce1e508c6164149e8c33624dfb2fd5af97584070e3f81477658d322cc79a2d8c69fbdd4e8002019915f3f8fb8d66c2
 SHA512 
3d326983ebe21ba3d2b64c4af6b3fe8544346d510e04b15f3b7560c2e6d97fb07b062f2a6f77d1107f5cc0d4690c64375cc702c941e7f1e9a50b85efad3207ef

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
deleted file mode 100644
index 89a4a378e57e..
--- a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=JFEARN
-DIST_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="Reliable job queue"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/Data-ObjectDriver-0.06"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-"
-PATCHES=( "${FILESDIR}/${PN}-1.12-no-dot-inc.patch" )
-# Parallel tests fail due to database ordering issues
-DIST_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2021-12-04 Thread Jakov Smolić
commit: 1720692e7b169c30df6bfccb4b5fb5c9972b16f3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Dec  5 07:47:43 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Dec  5 07:47:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1720692e

dev-perl/TheSchwartz: Stabilize 1.160.0 amd64, #828217

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
index 520645b8bb5d..0fe0e4201ad3 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 RDEPEND="
dev-perl/Class-Accessor



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2021-12-04 Thread Sam James
commit: cb18924f97215244bc5354334a97622371e0e0eb
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:36:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:36:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb18924f

dev-perl/TheSchwartz: Stabilize 1.160.0 ppc, #828217

Signed-off-by: Sam James  gentoo.org>

 dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
index 5eec0a7e4066..520645b8bb5d 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
 
 RDEPEND="
dev-perl/Class-Accessor



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2021-12-04 Thread Sam James
commit: 1400221229cbb9cea83aa1ccc9b9f532a0b00bc0
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:20:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:20:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14002212

dev-perl/TheSchwartz: Stabilize 1.160.0 ppc64, #828217

Signed-off-by: Sam James  gentoo.org>

 dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
index 335e07889ca0..5eec0a7e4066 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc ppc64 x86"
 
 RDEPEND="
dev-perl/Class-Accessor



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2021-12-04 Thread Sam James
commit: 5fb1a1cf5c703b7134d7a02b6bb3d8f843f01c8c
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:15:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:15:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb1a1cf

dev-perl/TheSchwartz: Stabilize 1.160.0 x86, #828217

Signed-off-by: Sam James  gentoo.org>

 dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
index a5418e301bc0..335e07889ca0 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 
 RDEPEND="
dev-perl/Class-Accessor



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2021-09-27 Thread Andreas K. Hüttel
commit: 373a6ba90dfdf384b19880f27d8d2cd54442bc5a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Sep 27 18:39:28 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Sep 27 19:01:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373a6ba9

dev-perl/TheSchwartz: Version bump 1.16

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/TheSchwartz/Manifest   |  1 +
 dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/TheSchwartz/Manifest b/dev-perl/TheSchwartz/Manifest
index b1219a8bc88..0874f4f4757 100644
--- a/dev-perl/TheSchwartz/Manifest
+++ b/dev-perl/TheSchwartz/Manifest
@@ -1 +1,2 @@
 DIST TheSchwartz-1.12.tar.gz 55047 BLAKE2B 
ebf7563203790dd1ecf7c026cefb2027bf1aa5e1af46200617625d48f6327338f08606ea47d21a474b35331eacd00b03c0924bfc9d28e6cc9f72fe5f96ca2007
 SHA512 
87c691c6aee0603a68d4116e9254308331974042d8578d6df086bc6f0f07783d757951f8c3a35227b9d716e94ccecbcea1f92ab488005384c2caf2ba9aecae59
+DIST TheSchwartz-1.16.tar.gz 54382 BLAKE2B 
3a50f8058cdeeac0aa3c0c2d9e439e142dce1e508c6164149e8c33624dfb2fd5af97584070e3f81477658d322cc79a2d8c69fbdd4e8002019915f3f8fb8d66c2
 SHA512 
3d326983ebe21ba3d2b64c4af6b3fe8544346d510e04b15f3b7560c2e6d97fb07b062f2a6f77d1107f5cc0d4690c64375cc702c941e7f1e9a50b85efad3207ef

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
new file mode 100644
index 000..a5418e301bc
--- /dev/null
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=AKIYM
+DIST_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION="Reliable job queue"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   dev-perl/Class-Accessor
+   >=dev-perl/Data-ObjectDriver-0.40.0
+   virtual/perl-Digest-MD5
+   virtual/perl-Storable
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-Tiny-0.35.0
+"
+
+# Parallel tests fail due to database ordering issues
+DIST_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2018-04-20 Thread Kent Fredric
commit: 7c5606743623aaec2b5c33bc39ef18d9a2b8adda
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Apr 20 07:03:17 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Apr 20 07:04:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c560674

dev-perl/TheSchwartz: Cleanup old re bug #623128

Closes: https://bugs.gentoo.org/623128
Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild
deleted file mode 100644
index dbc86166115..000
--- a/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JFEARN
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="Reliable job queue"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/Data-ObjectDriver-0.06"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2018-04-06 Thread Matt Turner
commit: 349d1d2fe3d9cb6ba6b971b440078dbf4ecb8038
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 04:35:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 04:35:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349d1d2f

dev-perl/TheSchwartz-1.120.0-r1: ppc64 stable, bug 652284

 dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
index 2e1685d4754..89a4a378e57 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-perl/Data-ObjectDriver-0.06"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2018-04-06 Thread Matt Turner
commit: c74e01280858bad88ea028e2f666d42c23c042e1
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 04:34:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 04:34:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74e0128

dev-perl/TheSchwartz-1.120.0-r1: ppc stable, bug 652284

 dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
index 550daafbe4a..2e1685d4754 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-perl/Data-ObjectDriver-0.06"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2018-04-05 Thread Thomas Deutschmann
commit: 43c55371e1720db09a8b28afaa5840522153b7f9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr  5 18:26:15 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr  5 18:29:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c55371

dev-perl/TheSchwartz: x86 stable (bug #652284)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
index 4296da53afa..550daafbe4a 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-perl/Data-ObjectDriver-0.06"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2018-04-03 Thread Jason Zaman
commit: b7073db198f748a9ef37886caa99a23342b641e8
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Apr  3 11:41:09 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Apr  3 11:51:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7073db1

dev-perl/TheSchwartz: amd64 stable

Gentoo-bug: 652284
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
index 30391190d60..4296da53afa 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reliable job queue"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-perl/Data-ObjectDriver-0.06"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/, dev-perl/TheSchwartz/files/

2018-02-27 Thread Kent Fredric
commit: 683f81bdc3bdba809022aba9d837c4de7f4243ad
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Feb 27 19:48:04 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Feb 27 19:48:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683f81bd

dev-perl/TheSchwartz: Fix for '.' in @INC issue #623128

- EAPI6
- Fix for '.' in @INC

Bug: https://bugs.gentoo.org/623128
Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild |  22 ++
 .../files/TheSchwartz-1.12-no-dot-inc.patch| 342 +
 2 files changed, 364 insertions(+)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
new file mode 100644
index 000..30391190d60
--- /dev/null
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.120.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=JFEARN
+DIST_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="Reliable job queue"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-perl/Data-ObjectDriver-0.06"
+DEPEND="${RDEPEND}
+   dev-perl/Module-Build
+"
+PATCHES=( "${FILESDIR}/${PN}-1.12-no-dot-inc.patch" )
+# Parallel tests fail due to database ordering issues
+DIST_TEST="do"

diff --git a/dev-perl/TheSchwartz/files/TheSchwartz-1.12-no-dot-inc.patch 
b/dev-perl/TheSchwartz/files/TheSchwartz-1.12-no-dot-inc.patch
new file mode 100644
index 000..fefd0ffd1a5
--- /dev/null
+++ b/dev-perl/TheSchwartz/files/TheSchwartz-1.12-no-dot-inc.patch
@@ -0,0 +1,342 @@
+From 6c9a65ff8a2c896e7359d9b2da47fc8836c5dfe9 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Wed, 28 Feb 2018 08:34:19 +1300
+Subject: Fix test failures on 5.26+ due to removal of '.' from @INC
+
+'.' not being in @INC means `require "foo"` no longer implies
+`require "./foo"` will occur as a result of @INC traversal.
+
+This changes to use explicit paths ( ie: paths with a leading '/'
+ or './' ) which disables @INC traversal and restores expected
+semantics.
+
+Bug: https://rt.cpan.org/Ticket/Display.html?id=124610
+Bug: https://bugs.gentoo.org/623128
+---
+ t/api.t   | 2 +-
+ t/cleanup.t   | 2 +-
+ t/client-time-unsync.t| 2 +-
+ t/coalesce.t  | 2 +-
+ t/dead-dbs.t  | 2 +-
+ t/declined.t  | 2 +-
+ t/empty-db.t  | 2 +-
+ t/evenly-distribute.t | 2 +-
+ t/fail-working-multiple.t | 2 +-
+ t/funcid.t| 2 +-
+ t/grab-race.t | 2 +-
+ t/grab_and_work_on.t  | 2 +-
+ t/high-funcid-starvation.t| 2 +-
+ t/insert-and-do.t | 2 +-
+ t/parallel-workers.t  | 2 +-
+ t/priority.t  | 2 +-
+ t/replace-abort.t | 2 +-
+ t/replace-with.t  | 2 +-
+ t/retry-delay.t   | 2 +-
+ t/scoreboard.t| 2 +-
+ t/server-time.t   | 2 +-
+ t/unique.t| 2 +-
+ t/work-before-funcids-exist.t | 2 +-
+ 23 files changed, 23 insertions(+), 23 deletions(-)
+
+diff --git a/t/api.t b/t/api.t
+index 9d4d177..fb9c7b2 100644
+--- a/t/api.t
 b/t/api.t
+@@ -4,7 +4,7 @@
+ use strict;
+ use warnings;
+ 
+-require 't/lib/db-common.pl';
++require './t/lib/db-common.pl';
+ 
+ use TheSchwartz;
+ use Test::More tests => 58 * 3;
+diff --git a/t/cleanup.t b/t/cleanup.t
+index 034dc59..f13f23f 100644
+--- a/t/cleanup.t
 b/t/cleanup.t
+@@ -3,7 +3,7 @@
+ use strict;
+ use warnings;
+ 
+-require 't/lib/db-common.pl';
++require './t/lib/db-common.pl';
+ 
+ use TheSchwartz;
+ use Test::More tests => 30;
+diff --git a/t/client-time-unsync.t b/t/client-time-unsync.t
+index fa19a85..fd10047 100644
+--- a/t/client-time-unsync.t
 b/t/client-time-unsync.t
+@@ -17,7 +17,7 @@ BEGIN {
+ }
+ no warnings 'redefine';
+ 
+-require 't/lib/db-common.pl';
++require './t/lib/db-common.pl';
+ 
+ use TheSchwartz;
+ use Test::More tests => 2;
+diff --git a/t/coalesce.t b/t/coalesce.t
+index b42f732..0c152f4 100644
+--- a/t/coalesce.t
 b/t/coalesce.t
+@@ -3,7 +3,7 @@
+ use strict;
+ use warnings;
+ 
+-require 't/lib/db-common.pl';
++require './t/lib/db-common.pl';
+ 
+ use TheSchwartz;
+ use Test::More tests => 14 * 3;
+diff --git a/t/dead-dbs.t b/t/dead-dbs.t
+index eee73a6..673f5b4 100644
+--- a/t/dead-dbs.t
 b/t/dead-dbs.t
+@@ -4,7 +4,7 @@
+ use strict;
+ use warnings;
+ 
+-require 't/lib/db-common.pl';
++require './t/lib/db-common.pl';
+ 
+ use TheSchwartz;
+ use Test::More tests => 6;
+diff --git a/t/declined.t b/t/declined.t
+index 8fca90d..78dca2f 100644
+--- a/t/declined.t
 b/t/declined.t
+@@ -1,7 +1,7 @@
+ use strict;
+ use warnings;
+ 
+-require 't/lib/db-common.pl';
++require './t/lib/db-common.pl';
+ 
+ use TheSchwartz;
+ use Test::More tests => (5 + 21) * 3;
+diff --git a/t/empty-db.t 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2016-01-01 Thread Andreas Hüttel
commit: e02bf1b7319ab158c624f4cbe126ddd513c8c447
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jan  1 11:10:24 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jan  1 11:10:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02bf1b7

dev-perl/TheSchwartz: Add M::B to dependencies

Package-Manager: portage-2.2.26

 dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild
index 1a0e579..af51492 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild
@@ -15,6 +15,8 @@ KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-perl/Data-ObjectDriver-0.06"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   dev-perl/Module-Build
+"
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2015-08-23 Thread Patrice Clement
commit: 477b9466a2503dd2265472b13190486b7850fb22
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Sun Aug 23 16:15:08 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Sun Aug 23 16:15:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477b9466

dev-perl/TheSchwarz: Stable for amd64+x86+ppc+ppc64 using the ALLARCHES policy.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild
index fa571d5..1a0e579 100644
--- a/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild
+++ b/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION=Reliable job queue
 
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ppc ppc64 x86
 IUSE=
 
 RDEPEND==dev-perl/Data-ObjectDriver-0.06



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/

2015-08-23 Thread Patrice Clement
commit: 116714160ae8d8a1ae8106d8dfb5bdb5f2e9d7c8
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Sun Aug 23 16:16:15 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Sun Aug 23 16:16:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11671416

dev-perl/TheSchwarz: Remove old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-perl/TheSchwartz/Manifest  |  1 -
 dev-perl/TheSchwartz/TheSchwartz-1.100.0-r1.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/TheSchwartz/Manifest b/dev-perl/TheSchwartz/Manifest
index 5365930..9c3a4ae 100644
--- a/dev-perl/TheSchwartz/Manifest
+++ b/dev-perl/TheSchwartz/Manifest
@@ -1,2 +1 @@
-DIST TheSchwartz-1.10.tar.gz 60150 SHA256 
f32741ae5144b0315caec0031ed1bff2819f9c61829a77d6880139b7bef30799 SHA512 
1c7779427cfe1f8e79c5ad9e7ab217c18b6905fd918dc52afc61ce175393a2291a64084677a153572191dd036fa4e19cbf71431824a5971c5aad09444551c049
 WHIRLPOOL 
f53fc133df92627f4d5c02294af63f6eba1d5146778dfb64c9e8f944904a7e7c6e9cf30bb2c88d6e601806847aba72abb725ba663ecdab053058685195512a10
 DIST TheSchwartz-1.12.tar.gz 55047 SHA256 
4d29d4cda788ed3f0d59017e96ef6aefd9a38c025274a69a01a1f94e0c9285fa SHA512 
87c691c6aee0603a68d4116e9254308331974042d8578d6df086bc6f0f07783d757951f8c3a35227b9d716e94ccecbcea1f92ab488005384c2caf2ba9aecae59
 WHIRLPOOL 
859728d986ca93677b046462ffdbfa3277265287c88f57bae00bb77d3c7baaed571e83e6cc89d6f0e60c84c848bb26ded736b6c40ceb4955d5a2fe619fc42d2a

diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.100.0-r1.ebuild 
b/dev-perl/TheSchwartz/TheSchwartz-1.100.0-r1.ebuild
deleted file mode 100644
index 012def3..000
--- a/dev-perl/TheSchwartz/TheSchwartz-1.100.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SIXAPART
-MODULE_VERSION=1.10
-inherit perl-module
-
-DESCRIPTION=Reliable job queue
-
-SLOT=0
-KEYWORDS=amd64 ppc ppc64 x86
-IUSE=
-
-RDEPEND==dev-perl/Data-ObjectDriver-0.06
-DEPEND=${RDEPEND}
-
-SRC_TEST=do