commit:     82bcc3d96146082f0e5747e13dffc25feb75a3fc
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 03:41:28 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> 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"

Reply via email to