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 B70541397E2 for ; Sat, 30 Dec 2017 02:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8D8DE0ED3; Sat, 30 Dec 2017 02:40:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C99E8E0ED3 for ; Sat, 30 Dec 2017 02:40:14 +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 A91D734105A for ; Sat, 30 Dec 2017 02:40:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCC52AFD2 for ; Sat, 30 Dec 2017 02:40:00 +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: <1514601529.83cf8e7b6872d50e16089ea6906b1ff23d311835.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISSN/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Business-ISSN/Business-ISSN-1.2.0.ebuild X-VCS-Directories: dev-perl/Business-ISSN/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 83cf8e7b6872d50e16089ea6906b1ff23d311835 X-VCS-Branch: master Date: Sat, 30 Dec 2017 02:40:00 +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: cc3c5efd-c765-421e-963b-549c6071aca7 X-Archives-Hash: 215e768b8deacd2c28283af39dc1a251 commit: 83cf8e7b6872d50e16089ea6906b1ff23d311835 Author: Kent Fredric gentoo org> AuthorDate: Sat Dec 30 01:13:03 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Dec 30 02:38:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83cf8e7b dev-perl/Business-ISSN: Fix minor bump quirks - SRC_TEST is now redundant - t/prereq.t removed upstream Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-perl/Business-ISSN/Business-ISSN-1.2.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-perl/Business-ISSN/Business-ISSN-1.2.0.ebuild b/dev-perl/Business-ISSN/Business-ISSN-1.2.0.ebuild index 7c127ce750e..79067bc0e14 100644 --- a/dev-perl/Business-ISSN/Business-ISSN-1.2.0.ebuild +++ b/dev-perl/Business-ISSN/Business-ISSN-1.2.0.ebuild @@ -17,14 +17,12 @@ DEPEND=" test? ( virtual/perl-Test-Simple ) " -SRC_TEST=do - src_install() { perl-module_src_install rm -rf "${ED}"/usr/share/man || die } src_test() { - perl_rm_files t/pod.t t/pod_coverage.t t/prereq.t + perl_rm_files t/pod.t t/pod_coverage.t perl-module_src_test }