summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-16 23:10:34 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-16 23:12:04 +0200
commit071bd317e399f1eac02c99912e5f926ccb252883 (patch)
treee947b239d306df235baa68f1b05fe1222bbd4919 /dev-perl/Test-Deep
parentdev-perl/Test-Deep: remove old (diff)
downloadgentoo-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')
-rw-r--r--dev-perl/Test-Deep/Manifest1
-rw-r--r--dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Test-Deep/Manifest b/dev-perl/Test-Deep/Manifest
index 1ddb0d7ea886..f294c3396c85 100644
--- a/dev-perl/Test-Deep/Manifest
+++ b/dev-perl/Test-Deep/Manifest
@@ -1 +1,2 @@
DIST Test-Deep-1.127.tar.gz 41606 BLAKE2B 95349f07f628cd985bf5a9bd9588cfed0472e978025bfbb799e44028580ca4081a766dc8844fc7990eb5ba8145176331cac277303162b6490505bb6f7e6d1303 SHA512 d8cf3c495d62b6cbe01628115daed0a131ba330645a77074867740ffb7420cf261f2da0da62613e4fdbaab40167e6a77668a7f772e885038427518711a0ab4d7
+DIST Test-Deep-1.130.tar.gz 41921 BLAKE2B 0e001de7f07e9f3afc2521648451e32e79d6f198653b1b489056695c38dd49dfb9280d65b3e332f9ff5b6523584a4129db70930c362fd08988ad5321e4184b40 SHA512 de34197c97d44c68dd43372fa5a4d905a2ad636b5503c5f1443476a85b921f42cd07d475af8901dfee9deff1f29deef440c1783cdcc7f93c5f5030c4548ff9cf
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 000000000000..e8442ae0cde8
--- /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
+ )
+"