mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-perl/TheSchwartz: add 1.180.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST TheSchwartz-1.17.tar.gz 54488 BLAKE2B 728fea8a38d3459741f077ef71e8b8b0fb7f2f0553be1315e3063bbdb2c48142abb2faeff34c00293f9a737dee6a7dd14db21e25630179168a261650956aec25 SHA512 341d1f9349f7030e4b4983227187b3a709b78772daec18b7bfff7ef0ae8ad6282a2bfbde97159da7e1959d540310a0ae06a42b62a15b70154fbddfeb2bf4d312
|
||||
DIST TheSchwartz-1.18.tar.gz 54597 BLAKE2B 093f306492db8ba822a6b99b5716424a7ad72e5b47c6ec9bbd4459b558588690ad6d0ea1dac9e83f965a4a3033c0d48f2e046cac4f966d909456a43c5f371cf6 SHA512 4ba307955949a7fbdc787b48b3fd043613bfa5d208c3472b1350b6fe9f966bee83c444b861377d3dd8c36ee80fda40fc27ca1a419af1813d72358f089f804848
|
||||
|
||||
24
dev-perl/TheSchwartz/TheSchwartz-1.180.0.ebuild
Normal file
24
dev-perl/TheSchwartz/TheSchwartz-1.180.0.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=AKIYM
|
||||
DIST_VERSION=1.18
|
||||
# Parallel tests fail due to database ordering issues
|
||||
DIST_TEST="do"
|
||||
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
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-perl/Module-Build-Tiny-0.35.0
|
||||
"
|
||||
Reference in New Issue
Block a user