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 571F4138206 for ; Wed, 3 Jan 2018 10:57:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A31A5E08C0; Wed, 3 Jan 2018 10:57:50 +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 7D358E08AC for ; Wed, 3 Jan 2018 10:57:50 +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 BCE6C335C34 for ; Wed, 3 Jan 2018 10:57:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 477DE1A5 for ; Wed, 3 Jan 2018 10:57:46 +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: <1514976999.003bb3ac895f5b4701efb47558e3fc9756aed4c8.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Role-Tiny/Manifest dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild X-VCS-Directories: dev-perl/Role-Tiny/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 003bb3ac895f5b4701efb47558e3fc9756aed4c8 X-VCS-Branch: master Date: Wed, 3 Jan 2018 10:57:46 +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: 82b94a50-10cf-4f12-8b22-3dfceee4bcfa X-Archives-Hash: c0f93a9ddc5d95223dd3c8e6a2c85feb commit: 003bb3ac895f5b4701efb47558e3fc9756aed4c8 Author: Kent Fredric gentoo org> AuthorDate: Wed Jan 3 10:56:02 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Jan 3 10:56:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003bb3ac dev-perl/Role-Tiny: Bump to version 2.0.6 Upstream: - Account for coderefs stored directly in stash for compat with Perl 5.28 - Fix hint leaks on 5.8 and 5.10.1 Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-perl/Role-Tiny/Manifest | 1 + dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-perl/Role-Tiny/Manifest b/dev-perl/Role-Tiny/Manifest index 336926407be..102aed70ddd 100644 --- a/dev-perl/Role-Tiny/Manifest +++ b/dev-perl/Role-Tiny/Manifest @@ -1,2 +1,3 @@ DIST Role-Tiny-2.000001.tar.gz 21947 BLAKE2B 1228bd1075f45c207c093576e686c2deb6654779da02120243c864f1c071d3582173012484833e89cb6d5582b89f58c9959c6563011c3f52fd952ff4bcdfe0e2 SHA512 64d13232db363ba53d2e1e7eb69162ef4411e3ec700dbb652fa6c91aab9b2d248ff83203274d1d1e05cc03342706566a80387b0b11dda912906da8bdc9b4f816 DIST Role-Tiny-2.000005.tar.gz 23119 BLAKE2B c89f8aeda9470e365656087bbfdeb9f915000b5c65e56e278c73e10c7d56f80de05821234e9f7ae8f82179f9dc7e23bc71d2ac1673a5e3e4cf6eacf8076d1e58 SHA512 5573fcbffcf6532003906b36799f5a61f46d03a71e294d79f62f7b15f358291319e928c27e3f0c24ae54a581a01429c7e18927c728028ba2a36a37d6de75ad4d +DIST Role-Tiny-2.000006.tar.gz 21556 BLAKE2B 5ca2b557dd5976a83a84aba9d7a18e3eb05efed08469b057f9596b685502ec9a2794fbb6b0fdea2cf3f1673825a19735ec878f1e37cc25f5a729f826e5d27d81 SHA512 7640196c4bc1bf7a5437c57f0137f3bbf7c5fb92b9614805f16fec41dfb87a8bf6b7f3348ceade0800bccd72c4e5b72bcd4ab8bf28768ecda9d912c1b4c78047 diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild b/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild new file mode 100644 index 00000000000..9334e4ab110 --- /dev/null +++ b/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=HAARG +DIST_VERSION=2.000006 +inherit perl-module + +DESCRIPTION="Roles. Like a nouvelle cuisine portion size slice of Moose" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Exporter-5.570.0 + !