public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/indirect/
Date: Thu, 26 Oct 2017 03:41:42 +0000 (UTC)	[thread overview]
Message-ID: <1508989288.82bcc3d96146082f0e5747e13dffc25feb75a3fc.kentnl@gentoo> (raw)

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	other threads:[~2017-10-26  3:41 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-26  3:41 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-08 10:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/indirect/ Yixun Lan
2021-11-21  4:58 Arthur Zamarin
2021-11-18 21:43 Arthur Zamarin
2021-11-06 10:57 Andreas K. Hüttel
2021-08-25 16:26 Sam James
2021-08-25  5:32 Agostino Sarubbo
2021-08-25  5:25 Agostino Sarubbo
2021-08-04 10:23 Sergei Trofimovich
2021-07-11 20:15 Andreas K. Hüttel
2021-05-25  0:19 Joshua Kinard
2021-05-16  0:13 Sam James
2021-05-15  1:55 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-05-11 18:41 Sergei Trofimovich
2020-04-14 13:05 Kent Fredric
2018-06-10 19:33 Aaron Bauman
2018-06-10 15:56 Thomas Deutschmann
2017-10-26  4:33 Kent Fredric
2017-09-23 12:50 Sergei Trofimovich
2017-09-21 10:03 Kent Fredric
2017-09-19 19:22 Sergei Trofimovich
2016-08-13  8:18 Jeroen Roovers
2016-08-06 11:54 Kent Fredric
2016-02-29 23:11 Andreas Hüttel
2015-11-26 22:18 Andreas Hüttel
2015-11-26 22:18 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1508989288.82bcc3d96146082f0e5747e13dffc25feb75a3fc.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox