From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run/
Date: Sat, 20 May 2017 21:01:44 +0000 (UTC) [thread overview]
Message-ID: <1495314055.4fefa82528a8e3d4202acf8025b135bbce802f53.kentnl@gentoo> (raw)
commit: 4fefa82528a8e3d4202acf8025b135bbce802f53
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 21:00:55 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat May 20 21:00:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fefa825
dev-perl/IPC-Run: Bump to verison 0.960.0 re bug #614806
- EAPI6
Upstream:
- Don't waste memory importing POSIX
- Allow OS to choose port
- Timer now accepts all allowable perl numbers
- Catch malformed time strings
- Improved timer error messages
- Use Win32API::File on windows
- Close CHILD_HANDLE to prevent warning
- Avoid side effects of flushing STDOUT/STDERR
- Unify $VERSION values
- Fix quotation problems with cmd.exe
- Fix check for reaped PID
- Remove unneeded use of UNIVERSAL
- Fix test failure due to '.' in @INC removal
Bug: https://bugs.gentoo.org/614806
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/IPC-Run/IPC-Run-0.960.0.ebuild | 29 +++++++++++++++++++++++++++++
dev-perl/IPC-Run/Manifest | 1 +
2 files changed, 30 insertions(+)
diff --git a/dev-perl/IPC-Run/IPC-Run-0.960.0.ebuild b/dev-perl/IPC-Run/IPC-Run-0.960.0.ebuild
new file mode 100644
index 00000000000..67a09455c01
--- /dev/null
+++ b/dev-perl/IPC-Run/IPC-Run-0.960.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=0.96
+inherit perl-module
+
+DESCRIPTION="system() and background procs w/ piping, redirs, ptys"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/IO-Tty-1.80.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.470.0
+ )
+"
+
+src_test() {
+ perl_rm_files t/97_meta.t t/98_pod_coverage.t t/98_pod.t t/99_perl_minimum_version.t
+ perl-module_src_test
+}
diff --git a/dev-perl/IPC-Run/Manifest b/dev-perl/IPC-Run/Manifest
index 3b128dcc852..05da4a6a5f5 100644
--- a/dev-perl/IPC-Run/Manifest
+++ b/dev-perl/IPC-Run/Manifest
@@ -1 +1,2 @@
DIST IPC-Run-0.94.tar.gz 121394 SHA256 2eb336c91a2b7ea61f98e5b2282d91020d39a484f16041e2365ffd30f8a5605b SHA512 c42fb5e0a5085698bec3f970ba642c00ad947629bd30c1485ebd28e8e24db4273fa6439e0abeddbc602be66e4ebfcaaa7e8d3982ac8b82c3c6a8a431c170f721 WHIRLPOOL 3a89f0d4615dd155e001057ac22d82903e0a6110679e198168b425589df33fd36797e1e1be6c69c0609e2147ff5fcb60e272ad9f71def00c5bbab55098d1aaaf
+DIST IPC-Run-0.96.tar.gz 121644 SHA256 bbd24ff027e1c232b3dc027562c9f4386da72b76991d30f9f3d4119e87cf4640 SHA512 8a531a2126c15653ab0230813985cc7c83f2c3467c987757fc1f04c3c9952ee0246bcf743dcc4381351c72989f7271ede16962cca24e030404e414ff000c57a8 WHIRLPOOL f7f8fcd0bc738273f3f373fb8bde31d722d4989c23821acf0f78e8c750dbf7ec5792cb09892a68e1773d5bcb1ce7c6e2d0588c98513729a5aa768440985be965
next reply other threads:[~2017-05-20 21:01 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-20 21:01 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-30 6:46 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run/ Arthur Zamarin
2023-12-29 23:32 Sam James
2023-10-08 6:44 Sam James
2023-08-04 9:28 Sam James
2023-08-02 13:19 Sam James
2023-07-24 22:50 Sam James
2023-07-24 21:02 Sam James
2023-06-21 3:09 Sam James
2022-06-29 11:09 Sam James
2021-11-14 20:56 Sam James
2021-11-14 19:28 Jakov Smolić
2021-08-03 10:54 Sam James
2021-08-02 4:16 Sam James
2021-08-02 3:51 Sam James
2021-08-01 17:44 Sam James
2021-08-01 10:42 Sam James
2021-08-01 10:42 Sam James
2021-06-21 21:17 Andreas K. Hüttel
2020-10-06 13:09 Sam James
2020-05-13 21:07 Mart Raudsepp
2018-12-27 14:37 Kent Fredric
2018-10-19 15:48 Fabian Groffen
2018-02-15 4:14 Kent Fredric
2018-01-24 21:25 Sergei Trofimovich
2017-10-24 10:10 Kent Fredric
2017-06-30 7:50 Sergei Trofimovich
2017-06-26 20:18 Tobias Klausmann
2017-06-22 10:49 Agostino Sarubbo
2017-06-22 10:20 Agostino Sarubbo
2016-08-04 9:34 Kent Fredric
2016-03-05 19:34 Andreas Hüttel
2016-03-05 15:41 Mikle Kolyada
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=1495314055.4fefa82528a8e3d4202acf8025b135bbce802f53.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