summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-16 05:28:42 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-16 21:25:55 +0200
commit5e3507d6b3b3abe4455d6e7c6670e4b58da92fe6 (patch)
tree3979dd20612db35065b2e79b75d50c28e704b91a /dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
parentdev-perl/Test-Script: Bump to version 1.100.0 (diff)
downloadgentoo-5e3507d6b3b3abe4455d6e7c6670e4b58da92fe6.tar.gz
gentoo-5e3507d6b3b3abe4455d6e7c6670e4b58da92fe6.tar.bz2
gentoo-5e3507d6b3b3abe4455d6e7c6670e4b58da92fe6.zip
dev-perl/Test-SharedFork: Bump to version 0.350.0
- EAPI6 Upstream: - Add support for upcomming Test2 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild')
-rw-r--r--dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
new file mode 100644
index 000000000000..f61d44c9ea9e
--- /dev/null
+++ b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=EXODIST
+DIST_VERSION=0.35
+inherit perl-module
+
+DESCRIPTION="fork test"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-File-Temp
+ >=virtual/perl-Test-Simple-0.880.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+ test? (
+ virtual/perl-Test-Harness
+ dev-perl/Test-Requires
+ virtual/perl-Time-HiRes
+ )
+"