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

Reply via email to