commit:     9b0a1fa0d2600f3e64ea830cba1436c0589e22f0
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun May 22 06:32:10 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 22 06:32:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=9b0a1fa0

dev-ruby/pmap: initial import for ruby-tinderbox

Package-Manager: portage-2.2.28

 dev-ruby/pmap/metadata.xml      | 11 +++++++++++
 dev-ruby/pmap/pmap-1.1.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/pmap/metadata.xml b/dev-ruby/pmap/metadata.xml
new file mode 100644
index 0000000..e326491
--- /dev/null
+++ b/dev-ruby/pmap/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">bruceadams/pmap</remote-id>
+  </upstream>
+</pkgmetadata>

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 )"

Reply via email to