aboutsummaryrefslogtreecommitdiff
blob: a81de4a2d965e093a6f9c49179f7d37a907f0fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
USE_RUBY="ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="Run parallel and distributed computing jobs"
HOMEPAGE="https://rubygems.org/gems/scbi_mapreduce"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-ruby/hoe-3.6
	>=dev-ruby/rdoc-4.0"
RDEPEND="${DEPEND}
	>=dev-ruby/eventmachine-0.12.0
	dev-ruby/json"