diff options
author | Sam James <sam@gentoo.org> | 2024-10-17 04:07:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-17 04:11:41 +0100 |
commit | 00d1c7ff252ed9c8861ad69ffe867133032dd04b (patch) | |
tree | 9e70c4d23c75eb848fc65f54a9ff6bfa8c298fca /dev-perl/Time-Out | |
parent | virtual/perl-Test-Harness: add 3.500.0 (diff) | |
download | gentoo-00d1c7ff252ed9c8861ad69ffe867133032dd04b.tar.gz gentoo-00d1c7ff252ed9c8861ad69ffe867133032dd04b.tar.bz2 gentoo-00d1c7ff252ed9c8861ad69ffe867133032dd04b.zip |
dev-perl/Time-Out: add 1.0.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Time-Out')
-rw-r--r-- | dev-perl/Time-Out/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Time-Out/Time-Out-1.0.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Time-Out/Manifest b/dev-perl/Time-Out/Manifest index 7d6d9309e9d4..d113045e5b3f 100644 --- a/dev-perl/Time-Out/Manifest +++ b/dev-perl/Time-Out/Manifest @@ -1,2 +1,3 @@ DIST Time-Out-0.22.tar.gz 15344 BLAKE2B 645c893bcdf51f2f43a55d3fbd067eaf4ea355d7fe5139cbad82bb78d0b82ac3685c7c2d8c44b29cd327ca18387fac7b61cadef023d13c39b5957e602d6e6e68 SHA512 c17efa124bc2a41141b929d532227f13b72b0528053087023b009bddd3b4ad4ea4b5ac0df0d42c6794a67c93afb375411afb0bb532b0a084f21cfce6b0744a0a DIST Time-Out-0.24.tar.gz 15965 BLAKE2B 5d04601620070b40022205ce3f56f3781dcf5fdc01845705438044c16af2e7b0844a5b69be1dad6db05d98fca9dd58d6785407232f5fbe837d1923aa945efb4b SHA512 76c35af32d6c8dbc88a5e37584ea851b9c5417a23357a93a254832fe9232498f7bad3c22f8ca361c667c3e1a12dce6ca7e901d6e24a6911f3814a1431f19a40a +DIST Time-Out-1.0.0.tar.gz 16163 BLAKE2B 2fd07e9b0540400b9d35bf387d555b4a2d50765944b20d8bffe30a612984b0951777ab7cd206e13fd33a0969019dadf15e131f540f4615f4c79e9c7f42bb0e1a SHA512 1f09145ec8837b585a03099c929d87ca8a0526d620f95ff111d1a1f5ebaaa724c7bd0b0efff780e810de1d8aab351c23ff0784f56d30f7cb5e87f3d35f133b52 diff --git a/dev-perl/Time-Out/Time-Out-1.0.0.ebuild b/dev-perl/Time-Out/Time-Out-1.0.0.ebuild new file mode 100644 index 000000000000..562b8a77c0d4 --- /dev/null +++ b/dev-perl/Time-Out/Time-Out-1.0.0.ebuild @@ -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 +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-6.760.0 + test? ( + dev-perl/Test-Fatal + >=virtual/perl-Test-Harness-3.500.0 + dev-perl/Test-Needs + ) +" + +PERL_RM_FILES=( "t/pod.t" ) |