* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/pmap/
@ 2016-05-22 6:32 Hans de Graaff
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2016-05-22 6:32 UTC (permalink / raw
To: gentoo-commits
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>ruby@gentoo.org</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 )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/pmap/
@ 2018-04-29 5:42 Hans de Graaff
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2018-04-29 5:42 UTC (permalink / raw
To: gentoo-commits
commit: ae5f97fc240fd08d6bd21032ed197695d306bdde
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Apr 29 05:39:15 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 05:39:15 2018 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=ae5f97fc
dev-ruby/pmap: add ruby24, ruby25
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/pmap/pmap-1.1.1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/pmap/pmap-1.1.1.ebuild b/dev-ruby/pmap/pmap-1.1.1.ebuild
index 039cfcc..fbfb263 100644
--- a/dev-ruby/pmap/pmap-1.1.1.ebuild
+++ b/dev-ruby/pmap/pmap-1.1.1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/pmap/
@ 2021-10-08 6:05 Hans de Graaff
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2021-10-08 6:05 UTC (permalink / raw
To: gentoo-commits
commit: 776773ec390f091282b57b6feba6229ca64a7c06
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct 8 06:05:01 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 8 06:05:01 2021 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=776773ec
dev-ruby/pmap: EAPI 8; add ruby26, ruby27, ruby30
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>
dev-ruby/pmap/{pmap-1.1.1.ebuild => pmap-1.1.1-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-ruby/pmap/pmap-1.1.1.ebuild b/dev-ruby/pmap/pmap-1.1.1-r1.ebuild
similarity index 76%
rename from dev-ruby/pmap/pmap-1.1.1.ebuild
rename to dev-ruby/pmap/pmap-1.1.1-r1.ebuild
index fbfb263..6ecad24 100644
--- a/dev-ruby/pmap/pmap-1.1.1.ebuild
+++ b/dev-ruby/pmap/pmap-1.1.1-r1.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby26 ruby27 ruby30"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/pmap/
@ 2023-06-25 9:44 Hans de Graaff
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2023-06-25 9:44 UTC (permalink / raw
To: gentoo-commits
commit: cd547ff84a60ff7aef5dfa127a5953b3456e1034
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Jun 25 08:54:36 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 08:54:36 2023 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=cd547ff8
dev-ruby/pmap: enable ruby31, ruby32
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>
dev-ruby/pmap/pmap-1.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/pmap/pmap-1.1.1-r1.ebuild b/dev-ruby/pmap/pmap-1.1.1-r1.ebuild
index 6ecad24..47889d3 100644
--- a/dev-ruby/pmap/pmap-1.1.1-r1.ebuild
+++ b/dev-ruby/pmap/pmap-1.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby30 ruby31 ruby32"
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-25 9:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-25 9:44 [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/pmap/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2021-10-08 6:05 Hans de Graaff
2018-04-29 5:42 Hans de Graaff
2016-05-22 6:32 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox