summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-09 12:59:35 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-09 13:05:20 +0100
commit9817075c0b0bd9a398d4a32bd5c3201e51508928 (patch)
tree5e9bbf9a6345d6f3a42c127621edac4250b7f7b4 /dev-perl/Test2-Suite/Test2-Suite-0.0.144.ebuild
parentdev-perl/Test2-Suite: Remove old (diff)
downloadgentoo-9817075c0b0bd9a398d4a32bd5c3201e51508928.tar.gz
gentoo-9817075c0b0bd9a398d4a32bd5c3201e51508928.tar.bz2
gentoo-9817075c0b0bd9a398d4a32bd5c3201e51508928.zip
dev-perl/Test2-Suite: Version bump 0.000144
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Test2-Suite/Test2-Suite-0.0.144.ebuild')
-rw-r--r--dev-perl/Test2-Suite/Test2-Suite-0.0.144.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.144.ebuild b/dev-perl/Test2-Suite/Test2-Suite-0.0.144.ebuild
new file mode 100644
index 000000000000..7dd4b81c0fc5
--- /dev/null
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.144.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=EXODIST
+DIST_VERSION=0.000144
+inherit perl-module
+
+DESCRIPTION="A rich set of tools built upon the Test2 framework"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Data-Dumper
+ virtual/perl-Exporter
+ >=dev-perl/Importer-0.24.0
+ >=dev-perl/Module-Pluggable-2.700.0
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Scope-Guard
+ >=dev-perl/Sub-Info-0.2.0
+ >=dev-perl/Term-Table-0.13.0
+ >=virtual/perl-Test-Simple-1.302.176
+ virtual/perl-Time-HiRes
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"