From 595ac4ea616e88378d644434d7d1c7021046c3dd Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 6 May 2024 10:20:45 +0100 Subject: dev-perl/Test-ExpectAndCheck: add Test::Deep dep Closes: https://bugs.gentoo.org/931284 Signed-off-by: Sam James --- .../Test-ExpectAndCheck-0.60.0-r1.ebuild | 25 ++++++++++++++++++++++ .../Test-ExpectAndCheck-0.60.0.ebuild | 24 --------------------- 2 files changed, 25 insertions(+), 24 deletions(-) create mode 100644 dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r1.ebuild delete mode 100644 dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0.ebuild diff --git a/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r1.ebuild b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r1.ebuild new file mode 100644 index 000000000000..cea51e015c7c --- /dev/null +++ b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r1.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.06 +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? ( + dev-perl/Test2-Suite + ) +" diff --git a/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0.ebuild b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0.ebuild deleted file mode 100644 index 01dc16978bde..000000000000 --- a/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=PEVANS -DIST_VERSION=0.06 -inherit perl-module - -DESCRIPTION="expect/check-style unit testing with object methods" - -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-perl/Future -" -BDEPEND=" - ${RDEPEND} - >=dev-perl/Module-Build-0.400.400 - test? ( - dev-perl/Test2-Suite - ) -" -- cgit v1.2.3-65-gdbad