From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08F901382C5 for ; Fri, 9 Mar 2018 05:03:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFDD0E098E; Fri, 9 Mar 2018 05:03:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA946E098E for ; Fri, 9 Mar 2018 05:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BCC3335C09 for ; Fri, 9 Mar 2018 05:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77BA31CC for ; Fri, 9 Mar 2018 05:03:38 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1520571790.d69ae6d5e55619e8fa17ca5396c8a59afc1e584c.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-WWW-Mechanize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-WWW-Mechanize/Manifest dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.480.0.ebuild X-VCS-Directories: dev-perl/Test-WWW-Mechanize/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d69ae6d5e55619e8fa17ca5396c8a59afc1e584c X-VCS-Branch: master Date: Fri, 9 Mar 2018 05:03:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e3901383-0b88-4932-962e-01152daa2335 X-Archives-Hash: 2f2d985441d3c7ae41575c6ba2aba65b commit: d69ae6d5e55619e8fa17ca5396c8a59afc1e584c Author: Kent Fredric gentoo org> AuthorDate: Fri Mar 9 05:02:37 2018 +0000 Commit: Kent Fredric gentoo 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" )