dev-perl/Test-Time: add 0.92.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-18 04:37:19 +01:00
parent 4846f66a52
commit 885f45c46d
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Test-Time-0.08.tar.gz 53848 BLAKE2B 6fdb0c6e778c8a46053443b95143b4722c615fe881ab718c0aafce896fea001f462a269bff2a97816be5e884e9c79d0798df23e7a94423e2541a91445259a0b5 SHA512 77f77f0f3aab033e1dd02c92ebae734a496e8c2e070f908ee73a70197971839009118f10c2e0ff2562172f4da62262eb2d67a05796c9dc77a46efaa9113f99df
DIST Test-Time-0.092.tar.gz 54209 BLAKE2B 130c5e695cf81bd89c93865c5ce4aca6c2f4f26e9acc26df414de6dccaabda168b8b90ca4773e2a06e859f1fe817de380d1b6b629688b731b364b3ba1e69bdf5 SHA512 1eda8619bbe2e71992b0cf057ec33a610be9db70cc0708fa429686c7158985b28b593bc2fe9ca0f6b79862ac19bb124f763e40787e2f09e0f11adfd64ac50944

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ANATOFUZ
DIST_VERSION=0.092
inherit perl-module
DESCRIPTION="Overrides the time() and sleep() core functions for testing"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
RDEPEND="
virtual/perl-Test-Simple
"
BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
"