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 40A3E139085 for ; Tue, 27 Dec 2016 10:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F76321C038; Tue, 27 Dec 2016 10:28:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6986B21C038 for ; Tue, 27 Dec 2016 10:28:53 +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 3B687341134 for ; Tue, 27 Dec 2016 10:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C8F424E9 for ; Tue, 27 Dec 2016 10:28:50 +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: <1482834520.fb1100b612cf75cac1c7a59d895980947273207d.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-SAX-Expat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild X-VCS-Directories: dev-perl/XML-SAX-Expat/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: fb1100b612cf75cac1c7a59d895980947273207d X-VCS-Branch: master Date: Tue, 27 Dec 2016 10:28:50 +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: 087ee597-b2fc-4374-aea1-ff8a994f3e55 X-Archives-Hash: 79a607c44060aea5df327ba25ba2752a commit: fb1100b612cf75cac1c7a59d895980947273207d Author: Kent Fredric gentoo org> AuthorDate: Tue Dec 27 09:57:59 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Dec 27 10:28:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1100b6 dev-perl/XML-SAX-Expat: Remove POD Author tests Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild index 2447087..bafa482 100644 --- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild +++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.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$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="SAX2 Driver for Expat" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=">=dev-perl/XML-SAX-0.15-r1 @@ -19,12 +19,16 @@ RDEPEND=">=dev-perl/XML-SAX-0.15-r1 dev-perl/XML-Parser" DEPEND="${RDEPEND} test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage + virtual/perl-Test-Simple )" SRC_TEST=do +src_test() { + perl_rm_files t/98podsyn.t t/99podcov.t + perl-module_src_test +} + src_compile() { export SKIP_SAX_INSTALL=1 perl-module_src_compile