From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Deep/
Date: Fri, 15 Apr 2016 19:56:38 +0000 (UTC) [thread overview]
Message-ID: <1460750131.a1b82d9e3ee3db82bbab3e086b999f2c69e61b2e.dilfridge@gentoo> (raw)
commit: a1b82d9e3ee3db82bbab3e086b999f2c69e61b2e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 13 10:11:35 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:55:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b82d9e
dev-perl/Test-Deep: Bump to version 1.120.0
- EAPI6
- Fixup DESCRIPTION
- Fixup Test Deps
Upstream:
- Overloading & and | no longer change All or Any objects in argument lists
- All(All( x ), y) is equivalent to All(x,y) and Any(Any(x),y) is equivalent to Any(x,y) via flattening
- Any() stringificaton of 'expected' improved
- Added 'none(@items)' test ( like "not any" )
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Test-Deep/Manifest | 1 +
dev-perl/Test-Deep/Test-Deep-1.120.0.ebuild | 30 +++++++++++++++++++++++++++++
dev-perl/Test-Deep/metadata.xml | 3 +++
3 files changed, 34 insertions(+)
diff --git a/dev-perl/Test-Deep/Manifest b/dev-perl/Test-Deep/Manifest
index 8af87d0..6b55a77 100644
--- a/dev-perl/Test-Deep/Manifest
+++ b/dev-perl/Test-Deep/Manifest
@@ -1,3 +1,4 @@
DIST Test-Deep-0.110.tar.gz 35504 SHA256 05129ca28a5ae0fb969f994169f1da78fdca684a85f9eb0b32e89c6aa74b2d8b SHA512 04ebad286ab032ff2bc07c4a7ff70f73547c07860b1c83e7ba626fea4f67719fe7e23f63fd96809a96b113557e48177a11f9670ec6ca9c272f4728ee94447d44 WHIRLPOOL dc0e2ceabd6808cae51bdc6ba2ea8171cce4d2ad97cb06e62541a67d875fff76e9d33f5cb6bf68d8a24999a5ffcbe9befd8be7ecda2961b7afa7bd9821eee520
DIST Test-Deep-0.115.tar.gz 38038 SHA256 0f2f5d41e4c4454b01dedf3fa753cd51001b16e5336702e1b2c5b206a1bdc39c SHA512 7918210a5fe44b90ae08fe8a447ef562b9d2534f26a9bf398d0a4f4f07a4766c60cd6fd874c2cc42f57d3e78e35521a5bdde9c621e8bca5b93a1d725fa706c4f WHIRLPOOL 2dfd5f0010091e1e3cd3a49e83d2d1d1b1184a93ae25974380675ea0bc0149295662f657b53b9d79defdc216fc0395193230cad203f6627bf6f095a60a579e0d
DIST Test-Deep-0.117.tar.gz 38366 SHA256 8dabe31cef91456bc2348f85520913bd89f5bc8f694dce4cb1b4e498242813f8 SHA512 88beee962fa85d89b71dcb9a7e00dc9851ccd3211d181e62f8ad9999739066e5a2466c699514e3bf4089fd9ee335cd687876853b7e1bb2aea1a965d356b272ce WHIRLPOOL e2a5326b92d79f9265568ac0ed17b8c1e7a65a3b32660aa5fb9416d87d6acde77e2d309d03f05aab9a34129ef498a6a9c29285304ce2e70e31f10d3b4390bff2
+DIST Test-Deep-1.120.tar.gz 38973 SHA256 207ef8ea71291e5cf8258d1a4d98d360b9b5870989d187b3e2ff3c0fb201becd SHA512 8511a3070db440b8bde3c58c2c3f9cfe81900c96e27c474d7f21c1bdcc7846b7d7bb11a3c32dabe1183957c98f0bece0442cf9874514fbe3893c88919fd35b54 WHIRLPOOL 3fd67eae99e04c42bbc5c6abea3911a56c4e816f5041d5fd87acd3032b0e8253bf927a175ef13d65de28a5515afecb2817224451a55f9bc6be1da204337bb04e
diff --git a/dev-perl/Test-Deep/Test-Deep-1.120.0.ebuild b/dev-perl/Test-Deep/Test-Deep-1.120.0.ebuild
new file mode 100644
index 0000000..9e87b38
--- /dev/null
+++ b/dev-perl/Test-Deep/Test-Deep-1.120.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.120
+inherit perl-module
+
+DESCRIPTION="Extremely flexible deep comparison testing"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Scalar-List-Utils-1.90.0
+ virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.880.0
+ || (
+ >=virtual/perl-Test-Simple-1.1.10
+ ( <virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-Tester-0.40.0 )
+ )
+ )
+"
diff --git a/dev-perl/Test-Deep/metadata.xml b/dev-perl/Test-Deep/metadata.xml
index 8710e19..273be55 100644
--- a/dev-perl/Test-Deep/metadata.xml
+++ b/dev-perl/Test-Deep/metadata.xml
@@ -33,11 +33,14 @@
<remote-id type="cpan-module">Test::Deep::MM</remote-id>
<remote-id type="cpan-module">Test::Deep::Methods</remote-id>
<remote-id type="cpan-module">Test::Deep::NoTest</remote-id>
+ <remote-id type="cpan-module">Test::Deep::None</remote-id>
<remote-id type="cpan-module">Test::Deep::Number</remote-id>
+ <remote-id type="cpan-module">Test::Deep::Obj</remote-id>
<remote-id type="cpan-module">Test::Deep::Ref</remote-id>
<remote-id type="cpan-module">Test::Deep::RefType</remote-id>
<remote-id type="cpan-module">Test::Deep::Regexp</remote-id>
<remote-id type="cpan-module">Test::Deep::RegexpMatches</remote-id>
+ <remote-id type="cpan-module">Test::Deep::RegexpOnly</remote-id>
<remote-id type="cpan-module">Test::Deep::RegexpRef</remote-id>
<remote-id type="cpan-module">Test::Deep::RegexpRefOnly</remote-id>
<remote-id type="cpan-module">Test::Deep::RegexpVersion</remote-id>
next reply other threads:[~2016-04-15 19:57 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-15 19:56 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-12 12:46 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Deep/ Arthur Zamarin
2025-07-12 5:00 Sam James
2025-07-12 3:11 Sam James
2025-07-12 3:11 Sam James
2025-07-12 2:56 Sam James
2025-07-12 2:56 Sam James
2025-06-06 1:58 Sam James
2024-07-10 4:21 Ionen Wolkens
2024-06-14 0:43 Sam James
2024-06-09 21:21 Sam James
2024-06-09 21:18 Sam James
2024-06-09 20:36 Sam James
2024-05-01 8:11 Sam James
2022-05-14 7:04 WANG Xuerui
2021-12-09 19:46 Andreas K. Hüttel
2021-10-12 18:58 Sam James
2021-10-11 15:25 Sam James
2021-10-11 6:32 Agostino Sarubbo
2021-10-11 5:16 Sam James
2021-10-11 4:20 Sam James
2021-10-11 4:18 Sam James
2021-10-11 3:10 Sam James
2021-08-16 21:12 Andreas K. Hüttel
2021-08-16 21:12 Andreas K. Hüttel
2020-04-15 7:08 Agostino Sarubbo
2019-05-05 15:46 Mikle Kolyada
2018-12-08 15:22 Mikle Kolyada
2018-10-15 19:03 Fabian Groffen
2018-09-26 19:05 Markus Meier
2018-08-25 18:08 Sergei Trofimovich
2018-08-22 21:38 Mart Raudsepp
2018-08-20 2:26 Mikle Kolyada
2018-06-14 19:35 Mikle Kolyada
2017-05-30 2:18 Kent Fredric
2017-05-19 20:52 Kent Fredric
2017-05-04 0:27 Kent Fredric
2017-05-03 8:19 Agostino Sarubbo
2017-03-31 11:29 Kent Fredric
2017-02-24 4:16 Mike Frysinger
2016-11-05 14:37 Michael Palimaka
2016-08-02 22:44 Kent Fredric
2016-06-05 0:17 Andreas Hüttel
2016-06-05 0:17 Andreas Hüttel
2016-06-01 11:43 Tobias Klausmann
2016-05-21 0:07 Andreas Hüttel
2015-09-19 21:06 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460750131.a1b82d9e3ee3db82bbab3e086b999f2c69e61b2e.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox