From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-WWW-Mechanize/
Date: Fri, 9 Mar 2018 05:03:38 +0000 (UTC) [thread overview]
Message-ID: <1520571790.d69ae6d5e55619e8fa17ca5396c8a59afc1e584c.kentnl@gentoo> (raw)
commit: d69ae6d5e55619e8fa17ca5396c8a59afc1e584c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 9 05:02:37 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Mar 9 05:03:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69ae6d5
dev-perl/Test-WWW-Mechanize: Bump to version 1.480.0
- EAPI6
- Purge pod author tests
- Parallel tests
Upstream:
- Use HTML::Lint API correctly to catch all errors at end of page
- Add header_exists_ok, lacks_header, header_is, header_like, delete_ok
methods
- Don't auto-assign a description in scraped_id_is
- Give proper diagnostics if scraped_id_is is not found
- content_contains now fails when called with regex
- content_like now fails when not called with a regex
- Forbid testing URLs outside document tree in test suite
- Fix restrictive optimization in scrape_text_by_id
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-perl/Test-WWW-Mechanize/Manifest | 1 +
.../Test-WWW-Mechanize-1.480.0.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-perl/Test-WWW-Mechanize/Manifest b/dev-perl/Test-WWW-Mechanize/Manifest
index e5b2e4588f2..1aa6e4f51fa 100644
--- a/dev-perl/Test-WWW-Mechanize/Manifest
+++ b/dev-perl/Test-WWW-Mechanize/Manifest
@@ -1 +1,2 @@
DIST Test-WWW-Mechanize-1.44.tar.gz 25824 BLAKE2B 97e2afd681e0ba6ccdc80f89c29357cd444ef34f6f1a4b4105ff73a61b2da36c4669de244aced0bb2435aa3e2639cf4a989b455c0c4c82ed44fd76cd318366f5 SHA512 ab6f8c210a42ef14cd83bc4644a338f76d2e0c908855fe4fbf03b2dc3376476e418b5e71a080cf889b0c6a8f20185def1b54568e1cb2ba130fe484516614393d
+DIST Test-WWW-Mechanize-1.48.tar.gz 28897 BLAKE2B af9ebf598c7c6606636c5dc360f7c690e48dc9d340152ae706246bac3d7ef14593ddb9e6c1968fa4b327e47c3e711e45354767394d404c73b6ea1b4dbef0f961 SHA512 90a1d365479245d159ba7aa954bb01b617f1526423a00b41f3347e0e708a3eb79f0ba5a20315e74032d817154e52ef6178571528bcc183e38a9c53577ef8235d
diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.480.0.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.480.0.ebuild
new file mode 100644
index 00000000000..f114d59e7b0
--- /dev/null
+++ b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.480.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PETDANCE
+DIST_VERSION=1.48
+inherit perl-module
+
+DESCRIPTION="Testing-specific WWW::Mechanize subclass"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Carp-Assert-More
+ dev-perl/HTML-Parser
+ >=dev-perl/libwww-perl-6.200.0
+ >=dev-perl/Test-LongString-0.150.0
+ >=virtual/perl-Test-Simple-0.960.0
+ dev-perl/URI
+ >=dev-perl/WWW-Mechanize-1.680.0
+ virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/HTTP-Server-Simple-0.420.0
+ )
+"
+PERL_RM_FILES=( "t/pod.t" "t/pod-coverage.t" )
next reply other threads:[~2018-03-09 5:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-09 5:03 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-20 2:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-WWW-Mechanize/ Mikle Kolyada
2020-04-15 15:40 Kent Fredric
2020-07-23 9:18 Kent Fredric
2021-09-23 11:29 Andreas K. Hüttel
2021-12-05 3:04 Sam James
2021-12-05 4:06 Sam James
2021-12-10 20:56 Andreas K. Hüttel
2023-06-18 3:40 Sam James
2023-07-24 3:19 Sam James
2023-07-24 3:57 Sam James
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=1520571790.d69ae6d5e55619e8fa17ca5396c8a59afc1e584c.kentnl@gentoo \
--to=kentnl@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