summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-14 21:31:45 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-14 21:33:58 +0200
commitc90168c1d2f1e23da504ee18d5886a41b96b9358 (patch)
treeeb25c4fcb8e248aecaa0fa5ff063e91a1b294170 /dev-perl/Test-Base/Test-Base-0.890.0.ebuild
parentdev-perl/Test-Assert: EAPI=8 bump (diff)
downloadgentoo-c90168c1d2f1e23da504ee18d5886a41b96b9358.tar.gz
gentoo-c90168c1d2f1e23da504ee18d5886a41b96b9358.tar.bz2
gentoo-c90168c1d2f1e23da504ee18d5886a41b96b9358.zip
dev-perl/Test-Base: Version bump 0.89
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Base/Test-Base-0.890.0.ebuild')
-rw-r--r--dev-perl/Test-Base/Test-Base-0.890.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Test-Base/Test-Base-0.890.0.ebuild b/dev-perl/Test-Base/Test-Base-0.890.0.ebuild
new file mode 100644
index 000000000000..3d97bfed13f9
--- /dev/null
+++ b/dev-perl/Test-Base/Test-Base-0.890.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=INGY
+DIST_VERSION=0.89
+inherit perl-module
+
+DESCRIPTION="A Data Driven Testing Framework"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ dev-perl/Filter
+ >=virtual/perl-Scalar-List-Utils-1.70.0
+ >=dev-perl/Spiffy-0.400.0
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Deep
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/Algorithm-Diff-1.150.0
+ >=virtual/perl-ExtUtils-MakeMaker-6.520.0
+ >=dev-perl/Text-Diff-0.350.0
+ )
+"