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 6B103138359 for ; Wed, 19 Aug 2020 17:16:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2E63E09D0; Wed, 19 Aug 2020 17:16:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8639FE09D0 for ; Wed, 19 Aug 2020 17:16:40 +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 6CCE034ED7F for ; Wed, 19 Aug 2020 17:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EADCC310 for ; Wed, 19 Aug 2020 17:16:37 +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: <1597857385.a8dfb46bf30b69a831de5b688e72c79e5c0b7266.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild dev-perl/Exporter-Tiny/Manifest X-VCS-Directories: dev-perl/Exporter-Tiny/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a8dfb46bf30b69a831de5b688e72c79e5c0b7266 X-VCS-Branch: master Date: Wed, 19 Aug 2020 17:16:37 +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: b0e64f24-d26f-42a1-b429-ec286ce8336f X-Archives-Hash: 53cf2d1d81359a2f52cbf4def720fec1 commit: a8dfb46bf30b69a831de5b688e72c79e5c0b7266 Author: Kent Fredric gentoo org> AuthorDate: Wed Aug 19 17:05:35 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Aug 19 17:16:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8dfb46b dev-perl/Exporter-Tiny: Bump to version 1.2.2 - EAPI7 - Strip bundled deps in inc/ to make sure nothing uses them and we use deps instead. - Remove unused/empty variable assignments Upstream: - Fix handling of regex in import lists to accept regex without trailing /flags as well as ones with trailing /flags - Fix tests failing under PERL5OPT="-Mfeature=:5.18" Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild | 38 +++++++++++++++++++++++ dev-perl/Exporter-Tiny/Manifest | 1 + 2 files changed, 39 insertions(+) diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild new file mode 100644 index 00000000000..1c21ea40f34 --- /dev/null +++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=TOBYINK +DIST_VERSION=1.002002 +DIST_EXAMPLES=( "examples/*" ) +inherit perl-module + +DESCRIPTION="An exporter with the features of Sub::Exporter but only core dependencies" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( + dev-perl/Test-Fatal + dev-perl/Test-Warnings + >=virtual/perl-Test-Simple-0.470.0 + ) +" +PERL_RM_FILES=( + inc/Test/Fatal.pm + inc/Test/Requires.pm + inc/Try/Tiny.pm + inc/archaic/Test/Builder.pm + inc/archaic/Test/Builder/IO/Scalar.pm + inc/archaic/Test/Builder/Module.pm + inc/archaic/Test/Builder/Tester.pm + inc/archaic/Test/Builder/Tester/Color.pm + inc/archaic/Test/More.pm + inc/archaic/Test/Simple.pm + SIGNATURE +) diff --git a/dev-perl/Exporter-Tiny/Manifest b/dev-perl/Exporter-Tiny/Manifest index c4bb5370d45..6824e034f87 100644 --- a/dev-perl/Exporter-Tiny/Manifest +++ b/dev-perl/Exporter-Tiny/Manifest @@ -1 +1,2 @@ DIST Exporter-Tiny-1.002001.tar.gz 32304 BLAKE2B bb16d9195f5b8b68f9e786820ca21fed1501df51f7bc77fdeb7d37aeadbf5a944c55fc18cc12acaf5f74aa649f66996a910f5a0533e9b2f8be4739c4a7ae4e16 SHA512 b247e7785e02c3346f231736a430c2d54e5ac93c175892090c40121c86eb255ce4d138c65e31836fd2970b45fb71dc7e68ea3c45a06a9e9c4135b45df48621d8 +DIST Exporter-Tiny-1.002002.tar.gz 88456 BLAKE2B 28799f2e5872ee10f73c696291aff42ee47e79f878420770da46ce5923e7668b6b8bd9e88c0662d18d33b5e0c91e177360670ec38df57175c5d9732344780ff6 SHA512 b6d39ba1824f6c9d68cf75e7f28fd896c2c475e419f0b1aadec58d4e7e5c8d3fd7bf85d841758772055470de56ad7a3ad6787cfd9d6c5d61d8449cf8f40bda8d