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 A789F1396D9 for ; Thu, 26 Oct 2017 03:41:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFE0EE0C2F; Thu, 26 Oct 2017 03:41:44 +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 CC58CE0C2F for ; Thu, 26 Oct 2017 03:41:44 +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 BC6EA33BE68 for ; Thu, 26 Oct 2017 03:41:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5186D828 for ; Thu, 26 Oct 2017 03:41:42 +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: <1508989288.82bcc3d96146082f0e5747e13dffc25feb75a3fc.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/indirect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/indirect/Manifest dev-perl/indirect/indirect-0.370.0.ebuild X-VCS-Directories: dev-perl/indirect/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 82bcc3d96146082f0e5747e13dffc25feb75a3fc X-VCS-Branch: master Date: Thu, 26 Oct 2017 03:41:42 +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: a608d7f7-f8da-4aff-9358-27618e230c72 X-Archives-Hash: a6137407e31ad9d6dd7849dcc8605c46 commit: 82bcc3d96146082f0e5747e13dffc25feb75a3fc Author: Kent Fredric gentoo org> AuthorDate: Thu Oct 26 03:41:28 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Oct 26 03:41:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82bcc3d9 dev-perl/indirect: Bump to version 0.370.0 Upstream: - Refactor XS code - Fix intermitten segfaults with heredocs Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/indirect/Manifest | 1 + dev-perl/indirect/indirect-0.370.0.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest index 46f10298bbd..d69747f8ca8 100644 --- a/dev-perl/indirect/Manifest +++ b/dev-perl/indirect/Manifest @@ -1 +1,2 @@ DIST indirect-0.36.tar.gz 48597 SHA256 7c2676566fbee16d15be972cb2b7a2fcb7972d3d58a2fb06a41030d909b7e55b SHA512 27f86702a2b3597e2bc20390130584324bfe86cc4d9f33a488b4788d6e1513ac19dfd4e1407f29b6f862172b020b3001a248450ad8dddb5a31e07220c0783ceb WHIRLPOOL c07281a07d931577b707caa0207ea6c8c1f66066590bed796e21b4b2e58e7da69335cc211287de0222fd11f65f628fc8371e79f37651a953951d3f48c1552984 +DIST indirect-0.37.tar.gz 54892 SHA256 ada92a3edb04ffd882fb6b5b4f2324dc9f385c19afc78c37ef27fcb52798fba4 SHA512 8d46ff62c86b23519b030474155f7d8aa4872a9a4a2bb1e3199ac506aee60343b4c572eae8fa41dc5148c115de3c80bcb7f21900ad30822dc9eb437033defe09 WHIRLPOOL 174aa826b261f9015bec36eba88e176566522792e26fffaad55bc038f39c50e697eebfb1b3e5545f00d7cd2e37ebfa602ac4a5a9514d0f3018248c379f2a48da diff --git a/dev-perl/indirect/indirect-0.370.0.ebuild b/dev-perl/indirect/indirect-0.370.0.ebuild new file mode 100644 index 00000000000..0cef396e170 --- /dev/null +++ b/dev-perl/indirect/indirect-0.370.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=VPIT +DIST_VERSION=0.37 +inherit perl-module + +DESCRIPTION="Lexically warn about using the indirect method call syntax" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-XSLoader +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + virtual/perl-Socket + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST="do parallel"