summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-17 04:35:52 +0100
committerSam James <sam@gentoo.org>2024-10-17 04:35:52 +0100
commit9cff3c652169077a2d415b57a320846dc5f60f83 (patch)
treec00c6e8e3f2ab797e932d2a46e4de04d2581ab6c /dev-perl
parentdev-perl/Business-ISBN-Data: add 20241014.1.0 (diff)
downloadgentoo-9cff3c652169077a2d415b57a320846dc5f60f83.tar.gz
gentoo-9cff3c652169077a2d415b57a320846dc5f60f83.tar.bz2
gentoo-9cff3c652169077a2d415b57a320846dc5f60f83.zip
dev-perl/Test-ExpectAndCheck: add 0.70.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Test-ExpectAndCheck/Manifest1
-rw-r--r--dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.70.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Test-ExpectAndCheck/Manifest b/dev-perl/Test-ExpectAndCheck/Manifest
index bba38446ad83..786a2fac0754 100644
--- a/dev-perl/Test-ExpectAndCheck/Manifest
+++ b/dev-perl/Test-ExpectAndCheck/Manifest
@@ -1 +1,2 @@
DIST Test-ExpectAndCheck-0.06.tar.gz 20056 BLAKE2B 38df4db511076d6c874916e5659962faee815c5a7121e126c065df131b3d528c40b92fe8fca27a8b96ce5fc554629a83807936c10ce7fab54ea9ef60fa5375ae SHA512 ec03a04ef5c9f81ba0ec9f874b1ac7b80cb925a46c759a64fab748555fea4967ddaa7a3638c605da924b4e9fb35c5f9eec6df8a5e71e8ef282dde5115baecf2b
+DIST Test-ExpectAndCheck-0.07.tar.gz 22826 BLAKE2B 8492dd2cd0de1deeba595668b76da3fcc84263a929d3aaea2e2c18d00789cf88ec2df710859d52d6067ac50b8a4d78e2514f332b81ba7ad873fc13fb6ae93321 SHA512 f76eec5e1934be0cf4e3ea3f79d88097d0f9c32dede657b5f8d71ecaaba94e1d1ffeceeef6b22c432315b5798e4f2c46a93354f368c32eccd96e881c063cb875
diff --git a/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.70.0.ebuild b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.70.0.ebuild
new file mode 100644
index 000000000000..88a4cf719305
--- /dev/null
+++ b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.70.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PEVANS
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="expect/check-style unit testing with object methods"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-perl/Future
+ dev-perl/Test-Deep
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.400.400
+ test? (
+ virtual/perl-Test2-Suite
+ )
+"