commit:     614ad3daff5149406a64306c4449b0fd2190ff46
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 15 16:49:27 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 19:25:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614ad3da

dev-perl/Test-Script: Bump to version 1.100.0

- EAPI6
- Refine Deps

Upstream:
- IPC::Run3 workarounds
- kill()'d scripts now considered failures
- can now pass input via stdin
- Now able to capture stderr/out with script_runs

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches --include-arches="alpha amd64 amd64-fbsd arm 
arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 
x86-fbsd"

 dev-perl/Test-Script/Manifest                   |  1 +
 dev-perl/Test-Script/Test-Script-1.100.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/Test-Script/Manifest b/dev-perl/Test-Script/Manifest
index 97da639..b5b586f 100644
--- a/dev-perl/Test-Script/Manifest
+++ b/dev-perl/Test-Script/Manifest
@@ -1 +1,2 @@
 DIST Test-Script-1.07.tar.gz 26424 SHA256 
e21e5ee43a27b4c51b54ded5c92e60b817309778117a1d98ae6354abff27eb96 SHA512 
2cf7dc06977288910f157a5c0804d02e2a259c693adda59b80b89bba7eab22f74b317976a8a6f0fe6f28a87090dcc6f57c0245006b1eea600e2d71e6966ede97
 WHIRLPOOL 
39bdae38e8c8fab1068364e36eb4558ec468adc8c89e2f61d7989e8a0e0e2cb4b68a203fa6dbfb6baa786a57d625fc036becd161be10e791fb2e86bc562f144f
+DIST Test-Script-1.10.tar.gz 19963 SHA256 
d61db6a6b98aba023da5f8c7aac6bb30ce43ca76a7a03d73b1e3d85a8b8aab73 SHA512 
805225ecadcf8797590f947894a21c3815bdb2ebf1a7016e067074e6415d8147a58de98b6a2c9f9914ad5f8ae62c339e74dee837e09305fdf97886f7723336ce
 WHIRLPOOL 
ab01d1d7b30909747339627a0da4f14e1152a446f04d00a9d271e4e3f483e47cee2acd1fbbfede8a259b1b2303430061d454d1f30be7edb69830db05045cd13c

diff --git a/dev-perl/Test-Script/Test-Script-1.100.0.ebuild 
b/dev-perl/Test-Script/Test-Script-1.100.0.ebuild
new file mode 100644
index 0000000..4be3121
--- /dev/null
+++ b/dev-perl/Test-Script/Test-Script-1.100.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=1.10
+inherit perl-module
+
+DESCRIPTION="Cross-platform basic tests for scripts"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND="
+       >=virtual/perl-File-Spec-0.800.0
+       >=dev-perl/Probe-Perl-0.10.0
+       >=dev-perl/IPC-Run3-0.34.0
+       >=virtual/perl-Test-Simple-0.960.0"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+"

Reply via email to