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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C14B7158009 for ; Sun, 18 Jun 2023 02:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7651E08D4; Sun, 18 Jun 2023 02:50:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B8C9E08D4 for ; Sun, 18 Jun 2023 02:50:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EA46340F06 for ; Sun, 18 Jun 2023 02:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0167A99 for ; Sun, 18 Jun 2023 02:50:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687056597.f19cbc98707c1404377faa8478009640bdee7e45.sam@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.170.0.ebuild X-VCS-Directories: dev-perl/TheSchwartz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f19cbc98707c1404377faa8478009640bdee7e45 X-VCS-Branch: master Date: Sun, 18 Jun 2023 02:50:36 +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: adb7eead-7ecc-4918-9d34-ffbed5dc847b X-Archives-Hash: 2ca879970123a32fd8415154b58e40a9 commit: f19cbc98707c1404377faa8478009640bdee7e45 Author: Sam James gentoo org> AuthorDate: Sun Jun 18 02:48:09 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 18 02:49:57 2023 +0000 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 000000000000..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"