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 2030B138326 for ; Sat, 16 Jul 2016 07:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BEA221C03E; Sat, 16 Jul 2016 07:15:21 +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 8E7BC21C03E for ; Sat, 16 Jul 2016 07:15:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEC09340B28 for ; Sat, 16 Jul 2016 07:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 004422454 for ; Sat, 16 Jul 2016 07:15:16 +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: <1468653175.3d06272e4fbdd8c91c61adbc14f7394bf03ed40f.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Types-DateTime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild X-VCS-Directories: dev-perl/MooseX-Types-DateTime/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3d06272e4fbdd8c91c61adbc14f7394bf03ed40f X-VCS-Branch: master Date: Sat, 16 Jul 2016 07:15:16 +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: 07dcf176-0103-4cd8-aeb0-e6f2bae5107c X-Archives-Hash: 111576656dded56b8c5a72eba8655c39 commit: 3d06272e4fbdd8c91c61adbc14f7394bf03ed40f Author: Kent Fredric gentoo org> AuthorDate: Wed Jul 13 07:55:58 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 16 07:12:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d06272e dev-perl/MooseX-Types-DateTime: Remove legacy test fallback re bug #584238 Instead of alternating between Test-Simple and Test-use-ok based on versions, always use Test-Simple so we can eliminate Test-use-ok Bug: https://bugs.gentoo.org/584238 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/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-perl/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild b/dev-perl/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild index da5a5ad..eb788e0 100644 --- a/dev-perl/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild +++ b/dev-perl/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild @@ -30,9 +30,5 @@ DEPEND="${RDEPEND} virtual/perl-File-Spec virtual/perl-Locale-Maketext dev-perl/Test-Fatal - >=virtual/perl-Test-Simple-0.880.0 - || ( - >=virtual/perl-Test-Simple-1.1.10 - ( =dev-perl/Test-use-ok-0.20.0 ) - ) + >=virtual/perl-Test-Simple-1.1.10 )"