diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-14 21:25:51 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-14 21:33:51 +0200 |
commit | a4ade58334193676a12f648d392bacfd7088c3ad (patch) | |
tree | 387c6507c4868c0af50f0fdc871e0bc6ef1086b5 /dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild | |
parent | dev-perl/Test2-Plugin-NoWarnings: Version bump 0.09 (diff) | |
download | gentoo-a4ade58334193676a12f648d392bacfd7088c3ad.tar.gz gentoo-a4ade58334193676a12f648d392bacfd7088c3ad.tar.bz2 gentoo-a4ade58334193676a12f648d392bacfd7088c3ad.zip |
dev-perl/Test2-Suite: Version bump 0.000141
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/Test2-Suite/Test2-Suite-0.0.141.ebuild')
-rw-r--r-- | dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild b/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild new file mode 100644 index 000000000000..95e508a35c6e --- /dev/null +++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.141.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.000141 +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 +" |