From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/
Date: Fri, 5 Aug 2016 06:13:31 +0000 (UTC) [thread overview]
Message-ID: <1470377583.6e33cbd0b02798ba341763bdeb17a69b773ff513.kentnl@gentoo> (raw)
commit: 6e33cbd0b02798ba341763bdeb17a69b773ff513
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 5 06:12:44 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 5 06:13:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e33cbd0
dev-perl/File-Next: Remove POD dependency
Normally the dependent tests could be nuked, but the test
suite is dependent on various files for testing iteration
of files.
So the POD tests are replaced with no-op tests that simply
pass as fast as possible, so that the Pod testing can be nuked
and the dependencies can be reaped
Package-Manager: portage-2.3.0
RepoMan-Options: --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/File-Next/File-Next-1.120.0-r1.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild b/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
index 1e2269b..d3dfe98 100644
--- a/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
+++ b/dev-perl/File-Next/File-Next-1.120.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,9 +17,13 @@ IUSE="test"
RDEPEND="virtual/perl-File-Spec
virtual/perl-Test-Simple"
DEPEND="
- test? ( ${RDEPEND}
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )"
+ test? ( ${RDEPEND} )"
SRC_TEST=do
+
+src_test() {
+ # Ugh, Upstream has tests that depend on tests ...
+ echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
+ echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
+ perl-module_src_test
+}
next reply other threads:[~2016-08-05 6:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-05 6:13 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-18 6:19 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/ Kent Fredric
2017-01-29 16:35 Fabian Groffen
2017-04-23 10:27 Agostino Sarubbo
2017-04-23 21:38 Kent Fredric
2017-05-02 22:30 Kent Fredric
2018-11-27 11:19 Patrice Clement
2019-07-08 12:00 Kent Fredric
2019-12-10 17:38 Brian Evans
2020-08-31 6:02 Kent Fredric
2020-12-02 23:21 Sam James
2020-12-08 7:57 Sam James
2021-05-30 16:03 Andreas K. Hüttel
2021-05-30 16:03 Andreas K. Hüttel
2021-05-30 16:03 Andreas K. Hüttel
2021-10-16 14:57 Yixun Lan
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=1470377583.6e33cbd0b02798ba341763bdeb17a69b773ff513.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