dev-perl/Time-Out: add 0.240.0

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2024-05-02 14:53:13 +11:00
parent 312070c60e
commit cf81c8d9c3
2 changed files with 29 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Time-Out-0.22.tar.gz 15344 BLAKE2B 645c893bcdf51f2f43a55d3fbd067eaf4ea355d7fe5139cbad82bb78d0b82ac3685c7c2d8c44b29cd327ca18387fac7b61cadef023d13c39b5957e602d6e6e68 SHA512 c17efa124bc2a41141b929d532227f13b72b0528053087023b009bddd3b4ad4ea4b5ac0df0d42c6794a67c93afb375411afb0bb532b0a084f21cfce6b0744a0a
DIST Time-Out-0.24.tar.gz 15965 BLAKE2B 5d04601620070b40022205ce3f56f3781dcf5fdc01845705438044c16af2e7b0844a5b69be1dad6db05d98fca9dd58d6785407232f5fbe837d1923aa945efb4b SHA512 76c35af32d6c8dbc88a5e37584ea851b9c5417a23357a93a254832fe9232498f7bad3c22f8ca361c667c3e1a12dce6ca7e901d6e24a6911f3814a1431f19a40a

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SVW
DIST_VERSION=0.24
inherit perl-module
DESCRIPTION="Easily timeout long running operations"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/Try-Tiny
"
BDEPEND="
${RDEPEND}
>=dev-perl/ExtUtils-MakeMaker-CPANfile-0.90.0
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Fatal
dev-perl/Test-Needs
)
"
PERL_RM_FILES=( "t/pod.t" )