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 61DF5139000 for ; Fri, 30 Jul 2021 20:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5F3EE085B; Fri, 30 Jul 2021 20:19:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 89B0DE085B for ; Fri, 30 Jul 2021 20:19:04 +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 92AC3342CF6 for ; Fri, 30 Jul 2021 20:19:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE90A7AF for ; Fri, 30 Jul 2021 20:19:01 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1627676290.1ffa0ac2c8ff93b7b45fde277dfdf83bf2df948c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild dev-perl/Perl-Tags/Perl-Tags-0.320.0-r2.ebuild X-VCS-Directories: dev-perl/Perl-Tags/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1ffa0ac2c8ff93b7b45fde277dfdf83bf2df948c X-VCS-Branch: master Date: Fri, 30 Jul 2021 20:19:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c40ed89-0ba7-4985-8ea4-c0c6df1d41c9 X-Archives-Hash: 883130272f6bc32d2d7e438263f0b485 commit: 1ffa0ac2c8ff93b7b45fde277dfdf83bf2df948c Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jul 30 19:45:49 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jul 30 20:18:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ffa0ac2 dev-perl/Perl-Tags: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...rl-Tags-0.320.0-r1.ebuild => Perl-Tags-0.320.0-r2.ebuild} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild b/dev-perl/Perl-Tags/Perl-Tags-0.320.0-r2.ebuild similarity index 89% rename from dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild rename to dev-perl/Perl-Tags/Perl-Tags-0.320.0-r2.ebuild index a5bf388570a..65b69d05b10 100644 --- a/dev-perl/Perl-Tags/Perl-Tags-0.320.0-r1.ebuild +++ b/dev-perl/Perl-Tags/Perl-Tags-0.320.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=OSFAMERON DIST_VERSION=0.32 @@ -11,17 +11,18 @@ DESCRIPTION="Generate (possibly exuberant) Ctags style tags for Perl sourcecode" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="test minimal" -RESTRICT="!test? ( test )" +IUSE="minimal" PATCHES=( "${FILESDIR}/vim_noplugin.patch" # https://rt.cpan.org/Ticket/Display.html?id=105899 "${FILESDIR}/${PN}-0.32-no-dot-inc.patch" "${FILESDIR}/${PN}-0.32-no-vim-tests.patch" ) + PERL_RM_FILES=( "README.pod" # https://rt.cpan.org/Ticket/Display.html?id=113166 ) + RDEPEND=" dev-perl/File-Find-Rule virtual/perl-Data-Dumper @@ -34,7 +35,8 @@ RDEPEND=" dev-perl/PPI ) " -DEPEND="${RDEPEND} + +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.360.0 test? ( dev-perl/Capture-Tiny