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 95037158018 for ; Mon, 27 Sep 2021 19:01:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 536EBE09E3; Mon, 27 Sep 2021 19:01:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3194FE09D4 for ; Mon, 27 Sep 2021 19:01:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBA90342DF6 for ; Mon, 27 Sep 2021 19:01:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CD0210D for ; Mon, 27 Sep 2021 19:01:34 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1632769261.373a6ba90dfdf384b19880f27d8d2cd54442bc5a.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/TheSchwartz/Manifest dev-perl/TheSchwartz/TheSchwartz-1.160.0.ebuild X-VCS-Directories: dev-perl/TheSchwartz/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 373a6ba90dfdf384b19880f27d8d2cd54442bc5a X-VCS-Branch: master Date: Mon, 27 Sep 2021 19:01:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 503efa88-834f-4702-bbc8-cf22e0f9332e X-Archives-Hash: bf70149f56a67f0f0c6d93c89878196c commit: 373a6ba90dfdf384b19880f27d8d2cd54442bc5a Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Sep 27 18:39:28 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Sep 27 19:01:01 2021 +0000 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 00000000000..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"