diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-16 03:43:04 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-16 21:25:55 +0200 |
commit | d9ab6838742072ca22878f3c199dbd0dbed11423 (patch) | |
tree | db93c7c115fa259753da3469855d050eff464f98 /dev-perl/MCE/MCE-1.705.0.ebuild | |
parent | dev-perl/Test-MockModule: Bump to version 0.110.0 (diff) | |
download | gentoo-d9ab6838742072ca22878f3c199dbd0dbed11423.tar.gz gentoo-d9ab6838742072ca22878f3c199dbd0dbed11423.tar.bz2 gentoo-d9ab6838742072ca22878f3c199dbd0dbed11423.zip |
dev-perl/MCE: Added at version 1.705.0
Required for new dev-perl/Test-Perl-Critic
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/MCE/MCE-1.705.0.ebuild')
-rw-r--r-- | dev-perl/MCE/MCE-1.705.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/MCE/MCE-1.705.0.ebuild b/dev-perl/MCE/MCE-1.705.0.ebuild new file mode 100644 index 000000000000..26df51c13328 --- /dev/null +++ b/dev-perl/MCE/MCE-1.705.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MARIOROY +DIST_VERSION=1.705 +inherit perl-module + +DESCRIPTION="Many-Core Engine providing parallel processing capabilities" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-File-Path + virtual/perl-Getopt-Long + virtual/perl-IO + virtual/perl-Scalar-List-Utils + virtual/perl-Socket + >=virtual/perl-Storable-2.40.0 + virtual/perl-Time-HiRes +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" |