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 EB33C1382C5 for ; Mon, 19 Mar 2018 06:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D42BDE0A8D; Mon, 19 Mar 2018 06:39:16 +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 AED20E0A8D for ; Mon, 19 Mar 2018 06:39:16 +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 96927335D6A for ; Mon, 19 Mar 2018 06:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56CF7244 for ; Mon, 19 Mar 2018 06:39:13 +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: <1521441544.5598e3bbf4e441c2e1c742e19d75849028e09e05.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-isa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/UNIVERSAL-isa/Manifest dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild X-VCS-Directories: dev-perl/UNIVERSAL-isa/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5598e3bbf4e441c2e1c742e19d75849028e09e05 X-VCS-Branch: master Date: Mon, 19 Mar 2018 06:39:13 +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: d129a281-8447-4769-ae79-152f9b1f77af X-Archives-Hash: 0f4b9ba832579d98a29858d4c3d0742d commit: 5598e3bbf4e441c2e1c742e19d75849028e09e05 Author: Kent Fredric gentoo org> AuthorDate: Sun Mar 18 22:43:44 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Mar 19 06:39:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5598e3bb dev-perl/UNIVERSAL-isa: Bump to version 1.201.710.120 - EAPI6 Upstream: - Add original_isa method Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/UNIVERSAL-isa/Manifest | 1 + .../UNIVERSAL-isa-1.201.710.120.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-perl/UNIVERSAL-isa/Manifest b/dev-perl/UNIVERSAL-isa/Manifest index 5e5e4043611..8b09964a0a5 100644 --- a/dev-perl/UNIVERSAL-isa/Manifest +++ b/dev-perl/UNIVERSAL-isa/Manifest @@ -1 +1,2 @@ DIST UNIVERSAL-isa-1.20150614.tar.gz 27124 BLAKE2B 92c2e8f749dd961481e6437ea9f23f336c16d6237b626128255507f42a4b2b281010cf231ddee6ad0037b58b46dc44bf1ae94f0c4af88f38147a8ab9fd1d4352 SHA512 f35ac6dd8762702f47ff7df5276ffd8a1ccfeeb531751cd41fc08f374c6309f76ea0cf1e57e1386b39ae46003464ac1f819f987777708d191eee171474122362 +DIST UNIVERSAL-isa-1.20171012.tar.gz 29345 BLAKE2B 1e4d9b87fe2da93343dbfb8ad58f073def486e67b7f070eda08df803c3df7f296d1cfff80b5ecea6937c0b5916e648b2e45c7fcc94bf12071522b8508bd0bbec SHA512 abc2943b1706c681734cc03d995859a7d853741ab2013b530aa9f290d8625c5074ec594062c97760044cc1261a20448b9f059287a8f3dae7ba8c303397610518 diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild new file mode 100644 index 00000000000..708ef8c491f --- /dev/null +++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ETHER +DIST_VERSION=1.20171012 +inherit perl-module + +DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix" +IUSE="test" + +RDEPEND=" + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-Test-Simple + ) +"