summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-16 03:43:04 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-16 21:25:55 +0200
commitd9ab6838742072ca22878f3c199dbd0dbed11423 (patch)
treedb93c7c115fa259753da3469855d050eff464f98
parentdev-perl/Test-MockModule: Bump to version 0.110.0 (diff)
downloadgentoo-d9ab6838.tar.gz
gentoo-d9ab6838.tar.bz2
gentoo-d9ab6838.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"
-rw-r--r--dev-perl/MCE/MCE-1.705.0.ebuild29
-rw-r--r--dev-perl/MCE/Manifest1
-rw-r--r--dev-perl/MCE/metadata.xml33
3 files changed, 63 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 )
+"
diff --git a/dev-perl/MCE/Manifest b/dev-perl/MCE/Manifest
new file mode 100644
index 000000000000..ba92a0241c86
--- /dev/null
+++ b/dev-perl/MCE/Manifest
@@ -0,0 +1 @@
+DIST MCE-1.705.tar.gz 161269 SHA256 73e31f9ae9ce13a4770487544347c118a0171cbdb54b8d9bc91d91d1c96360be SHA512 dbc896cb26d8b78444b91bb39a5d4379d2a407c494aff2d69ae2a51613722431dd86e1af866b4bb22dabd15f7a414b23c5c1e8fae3e82ecb2595b066934f93a4 WHIRLPOOL 142dabaeae9e277ca71c447092343083a079abcb59a704548e39013b79ea2c0f22b2bc0da1ec4fbe80becef930458d14b6eb5769cadd01bfaa23f7db7b1cbbc3
diff --git a/dev-perl/MCE/metadata.xml b/dev-perl/MCE/metadata.xml
new file mode 100644
index 000000000000..f51d7af8688f
--- /dev/null
+++ b/dev-perl/MCE/metadata.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">MCE</remote-id>
+ <remote-id type="cpan-module">MCE</remote-id>
+ <remote-id type="cpan-module">MCE::Candy</remote-id>
+ <remote-id type="cpan-module">MCE::Core::Input::Generator</remote-id>
+ <remote-id type="cpan-module">MCE::Core::Input::Handle</remote-id>
+ <remote-id type="cpan-module">MCE::Core::Input::Iterator</remote-id>
+ <remote-id type="cpan-module">MCE::Core::Input::Request</remote-id>
+ <remote-id type="cpan-module">MCE::Core::Input::Sequence</remote-id>
+ <remote-id type="cpan-module">MCE::Core::Manager</remote-id>
+ <remote-id type="cpan-module">MCE::Core::Validation</remote-id>
+ <remote-id type="cpan-module">MCE::Core::Worker</remote-id>
+ <remote-id type="cpan-module">MCE::Flow</remote-id>
+ <remote-id type="cpan-module">MCE::Grep</remote-id>
+ <remote-id type="cpan-module">MCE::Loop</remote-id>
+ <remote-id type="cpan-module">MCE::Map</remote-id>
+ <remote-id type="cpan-module">MCE::Mutex</remote-id>
+ <remote-id type="cpan-module">MCE::Queue</remote-id>
+ <remote-id type="cpan-module">MCE::Relay</remote-id>
+ <remote-id type="cpan-module">MCE::Signal</remote-id>
+ <remote-id type="cpan-module">MCE::Step</remote-id>
+ <remote-id type="cpan-module">MCE::Stream</remote-id>
+ <remote-id type="cpan-module">MCE::Subs</remote-id>
+ <remote-id type="cpan-module">MCE::Util</remote-id>
+ </upstream>
+</pkgmetadata>