public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Parser/
Date: Thu,  4 Aug 2016 20:31:58 +0000 (UTC)	[thread overview]
Message-ID: <1470342623.e620b941b948138d43e33f1a32b3010671496595.kentnl@gentoo> (raw)

commit:     e620b941b948138d43e33f1a32b3010671496595
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 20:28:37 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 20:30:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e620b941

dev-perl/HTML-Parser: Remove POD Author Tests

Pose no value to Gentoo users, only complicate dependencies.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/HTML-Parser/HTML-Parser-3.710.0-r1.ebuild | 9 +++++++--
 dev-perl/HTML-Parser/HTML-Parser-3.720.0.ebuild    | 6 +++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.710.0-r1.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.710.0-r1.ebuild
index ed1b193..6a517a9 100644
--- a/dev-perl/HTML-Parser/HTML-Parser-3.710.0-r1.ebuild
+++ b/dev-perl/HTML-Parser/HTML-Parser-3.710.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,12 @@ IUSE="test"
 
 RDEPEND=">=dev-perl/HTML-Tagset-3.03"
 DEPEND="${RDEPEND}
-	test? ( dev-perl/Test-Pod )"
+	test? ( virtual/perl-Test-Simple )"
 
 SRC_TEST=do
 mydoc="ANNOUNCEMENT"
+
+src_test() {
+	perl_rm_files t/pod.t
+	perl-module_src_test
+}

diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.720.0.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.720.0.ebuild
index 9032e6f..6a5e0af 100644
--- a/dev-perl/HTML-Parser/HTML-Parser-3.720.0.ebuild
+++ b/dev-perl/HTML-Parser/HTML-Parser-3.720.0.ebuild
@@ -21,9 +21,13 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
-		dev-perl/Test-Pod
 		virtual/perl-Test-Simple
 	)
 "
 
 mydoc="ANNOUNCEMENT"
+
+src_test() {
+	perl_rm_files t/pod.t
+	perl-module_src_test
+}


             reply	other threads:[~2016-08-04 20:32 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-04 20:31 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-11  3:39 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Parser/ Sam James
2024-06-14  0:43 Sam James
2024-06-09 21:24 Sam James
2024-05-02  2:46 Sam James
2023-08-17  2:55 Sam James
2023-08-04 10:59 Sam James
2023-08-02 13:19 Sam James
2023-06-21  4:11 Sam James
2022-05-14  6:54 WANG Xuerui
2021-11-01 11:25 Andreas K. Hüttel
2021-08-06 12:16 Sam James
2021-08-03 12:00 Agostino Sarubbo
2021-08-03 11:05 Sam James
2021-08-03 10:54 Sam James
2021-08-02  3:51 Sam James
2021-08-01 10:42 Sam James
2021-08-01 10:42 Sam James
2021-06-13 14:50 Andreas K. Hüttel
2020-04-14 12:39 Kent Fredric
2019-05-04 18:46 Andreas K. Hüttel
2018-12-22 10:37 Mikle Kolyada
2018-12-08 15:22 Mikle Kolyada
2018-12-08 12:35 Mikle Kolyada
2018-10-19 15:48 Fabian Groffen
2018-07-23  0:54 Mikle Kolyada
2018-06-26 12:28 Tobias Klausmann
2018-06-23 13:38 Mart Raudsepp
2018-06-10 21:33 Sergei Trofimovich
2018-06-10 19:03 Aaron Bauman
2018-06-10 16:42 Thomas Deutschmann
2018-06-09 18:54 Sergei Trofimovich
2017-01-29 16:35 Fabian Groffen
2016-02-07 11:37 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=1470342623.e620b941b948138d43e33f1a32b3010671496595.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