From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A611F138E74 for ; Sat, 13 Sep 2014 10:36:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 136BDE086A; Sat, 13 Sep 2014 10:36:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B458E086A for ; Sat, 13 Sep 2014 10:36:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4131F34026F for ; Sat, 13 Sep 2014 10:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAAA9559B for ; Sat, 13 Sep 2014 10:36:19 +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: <1410604475.d558bea2e3163fe1bf2d88c8c4ee53fa9318ea96.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Git-Sub/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Git-Sub/ChangeLog dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild X-VCS-Directories: dev-perl/Git-Sub/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d558bea2e3163fe1bf2d88c8c4ee53fa9318ea96 X-VCS-Branch: master Date: Sat, 13 Sep 2014 10:36:19 +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: 1109b4fc-df86-4a8c-a73b-120063299a35 X-Archives-Hash: 1a9ae37fffc5fc9fd7eadc6c9d087df5 commit: d558bea2e3163fe1bf2d88c8c4ee53fa9318ea96 Author: Kent Fredric gmail com> AuthorDate: Sat Sep 13 10:34:35 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Sep 13 10:34:35 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d558bea2 [fixup] dev-perl/Git-Sub Patch out un-needed tests Package-Manager: portage-2.2.10 --- dev-perl/Git-Sub/ChangeLog | 3 +++ dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-perl/Git-Sub/ChangeLog b/dev-perl/Git-Sub/ChangeLog index f251d35..3db0491 100644 --- a/dev-perl/Git-Sub/ChangeLog +++ b/dev-perl/Git-Sub/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Sep 2014; Kent Fredric Git-Sub-0.130.270.ebuild: + Patch out un-needed tests + *Git-Sub-0.130.270 (08 Sep 2014) 08 Sep 2014; mudler +Git-Sub-0.130.270.ebuild, diff --git a/dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild b/dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild index 88b4b3f..0ced9b3 100644 --- a/dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild +++ b/dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild @@ -41,4 +41,7 @@ DEPEND=" RDEPEND=" $(perl_meta_runtime) " +PERL_RM_FILES=( + t/author-test-eol.t +) SRC_TEST="do"