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 AC281139694 for ; Sun, 4 Jun 2017 10:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03F8DE082F; Sun, 4 Jun 2017 10:29:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9F65E082F for ; Sun, 4 Jun 2017 10:29:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B9FAC3418C4 for ; Sun, 4 Jun 2017 10:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D253745F for ; Sun, 4 Jun 2017 10:29:20 +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: <1496572019.5b6ec614b551607143fe1251d95f1ad56c69afb0.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Manip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild X-VCS-Directories: dev-perl/Date-Manip/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5b6ec614b551607143fe1251d95f1ad56c69afb0 X-VCS-Branch: master Date: Sun, 4 Jun 2017 10:29:20 +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: f25c6e8c-ee5d-47a7-a4de-9e8831cd46ed X-Archives-Hash: d51ad1de3e9d17fb081790643f2b8a39 commit: 5b6ec614b551607143fe1251d95f1ad56c69afb0 Author: Kent Fredric gentoo org> AuthorDate: Sun Jun 4 10:26:37 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Jun 4 10:26:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6ec614 dev-perl/Date-Manip: Ensure tests are run under TZ=UTC On a stock gentoo install from stage 3, the TZ is set to "factory", and unless this is changed, this causes these tests to fail. As the point of tests are to ensure the code works, not to ensure the users system is an arbitrary definition of sane, these tests failing do more harm than good. It may be worth adding additional check code to warn the user of this condition, as its still there even for users who dont' run tests, and a customized warning will give more gentoo-specific help than some generic perl failure can. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild | 2 +- dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild | 2 +- dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild | 2 +- dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild | 2 +- dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild | 2 +- dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild b/dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild index 5f74d8994cb..80e9134c98d 100644 --- a/dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild +++ b/dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild @@ -36,5 +36,5 @@ mydoc="HISTORY" src_test() { perl_rm_files t/pod_coverage.t t/pod.t - perl-module_src_test + TZ=UTC perl-module_src_test } diff --git a/dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild b/dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild index cdbefe8b1d3..91656ab8096 100644 --- a/dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild +++ b/dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild @@ -34,5 +34,5 @@ mydoc="HISTORY" src_test() { perl_rm_files t/pod_coverage.t t/pod.t - perl-module_src_test + TZ=UTC perl-module_src_test } diff --git a/dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild b/dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild index 911ba475c8a..ef055447d44 100644 --- a/dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild +++ b/dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild @@ -36,5 +36,5 @@ DEPEND="${RDEPEND} src_test() { perl_rm_files t/pod_coverage.t t/pod.t - perl-module_src_test + TZ=UTC perl-module_src_test } diff --git a/dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild b/dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild index fd928284efd..ccad9edb31e 100644 --- a/dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild +++ b/dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild @@ -33,5 +33,5 @@ DEPEND="${RDEPEND} src_test() { perl_rm_files t/pod_coverage.t t/pod.t - perl-module_src_test + TZ=UTC perl-module_src_test } diff --git a/dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild b/dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild index 0a571d62778..0dc45263a21 100644 --- a/dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild +++ b/dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild @@ -33,5 +33,5 @@ DEPEND="${RDEPEND} src_test() { perl_rm_files t/pod_coverage.t t/pod.t - perl-module_src_test + TZ=UTC perl-module_src_test } diff --git a/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild b/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild index 40d715307ce..bbb5c27d794 100644 --- a/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild +++ b/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild @@ -33,5 +33,5 @@ DEPEND="${RDEPEND} src_test() { perl_rm_files t/pod_coverage.t t/pod.t - perl-module_src_test + TZ=UTC perl-module_src_test }