diff options
author | 2021-08-16 23:10:34 +0200 | |
---|---|---|
committer | 2021-08-16 23:12:04 +0200 | |
commit | 071bd317e399f1eac02c99912e5f926ccb252883 (patch) | |
tree | e947b239d306df235baa68f1b05fe1222bbd4919 /dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild | |
parent | dev-perl/Test-Deep: remove old (diff) | |
download | gentoo-071bd317e399f1eac02c99912e5f926ccb252883.tar.gz gentoo-071bd317e399f1eac02c99912e5f926ccb252883.tar.bz2 gentoo-071bd317e399f1eac02c99912e5f926ccb252883.zip |
dev-perl/Test-Deep: Version bump 1.130
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-Deep/Test-Deep-1.130.0.ebuild')
-rw-r--r-- | dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild b/dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild new file mode 100644 index 00000000000..e8442ae0cde --- /dev/null +++ b/dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=1.130 +inherit perl-module + +DESCRIPTION="Extremely flexible deep comparison testing" + +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-Scalar-List-Utils-1.90.0 + virtual/perl-Test-Simple +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.880.0 + ) +" |