From 9b0a1fa0d2600f3e64ea830cba1436c0589e22f0 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 22 May 2016 08:32:10 +0200 Subject: dev-ruby/pmap: initial import for ruby-tinderbox Package-Manager: portage-2.2.28 --- dev-ruby/pmap/pmap-1.1.1.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-ruby/pmap/pmap-1.1.1.ebuild (limited to 'dev-ruby/pmap/pmap-1.1.1.ebuild') diff --git a/dev-ruby/pmap/pmap-1.1.1.ebuild b/dev-ruby/pmap/pmap-1.1.1.ebuild new file mode 100644 index 0000000..039cfcc --- /dev/null +++ b/dev-ruby/pmap/pmap-1.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Add parallel methods into Enumerable: pmap and peach" +HOMEPAGE="https://github.com/bruceadams/pmap" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" -- cgit v1.2.3-65-gdbad