[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2024-03-22 Thread Hans de Graaff
commit: 75099d5887f4beb39be59ea7b0d0d09da7384765
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 22 06:40:34 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 22 06:40:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75099d58

dev-ruby/thread_safe: drop 0.3.6-r1, 0.3.6-r2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild | 36 
 dev-ruby/thread_safe/thread_safe-0.3.6-r2.ebuild | 36 
 2 files changed, 72 deletions(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
deleted file mode 100644
index bcc0f770bcd4..
--- a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
-HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-# Higher atomic dependency since earlier versions crash on ruby20 while
-# running thread_safe tests.
-ruby_add_bdepend "test? ( >=dev-ruby/atomic-1.1.16 )"
-
-each_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/simplecov/ s:^:#:' \
-   -e '/SimpleCov/,/^end/ s:^:#:' spec/spec_helper.rb || die
-}
-
-each_ruby_test() {
-   einfo "The test suite may take up to 10 minutes to run without apparent 
feedback"
-   each_fakegem_test
-}

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r2.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r2.ebuild
deleted file mode 100644
index 91127b86707f..
--- a/dev-ruby/thread_safe/thread_safe-0.3.6-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
-HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-
-# Higher atomic dependency since earlier versions crash on ruby20 while
-# running thread_safe tests.
-ruby_add_bdepend "test? ( >=dev-ruby/atomic-1.1.16 )"
-
-each_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/simplecov/ s:^:#:' \
-   -e '/SimpleCov/,/^end/ s:^:#:' spec/spec_helper.rb || die
-}
-
-each_ruby_test() {
-   einfo "The test suite may take up to 10 minutes to run without apparent 
feedback"
-   each_fakegem_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2024-03-21 Thread Arthur Zamarin
commit: 0c07665cf04c80c22991ed7de80a34ee42adfff5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 21 20:30:13 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 21 20:30:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c07665c

dev-ruby/thread_safe: Stabilize 0.3.6-r3 amd64, #927255

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild
index b42d951e3cea..74d8ab002214 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="test"
 
 each_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2024-03-19 Thread Sam James
commit: dda25023d2b9e85acad86224d8455c9c49b1eeed
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 19 09:25:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 19 09:25:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda25023

dev-ruby/thread_safe: Stabilize 0.3.6-r3 arm, #927255

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild
index 5c1fc6d1c363..b42d951e3cea 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="test"
 
 each_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2024-02-18 Thread Hans de Graaff
commit: 6bb52bbe4fcbc2f9d1e56dd7c89ad13bce879b61
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 15:47:16 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 15:49:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb52bbe

dev-ruby/thread_safe: drop atomic test dependency

This dependency is optional and thread_safe works fine without it.
Removing it will allow us to mask atomic for removal.

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild
new file mode 100644
index ..5c1fc6d1c363
--- /dev/null
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
+HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+
+each_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/simplecov/ s:^:#:' \
+   -e '/SimpleCov/,/^end/ s:^:#:' spec/spec_helper.rb || die
+}
+
+each_ruby_test() {
+   einfo "The test suite may take up to 10 minutes to run without apparent 
feedback"
+   each_fakegem_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2023-04-05 Thread Sam James
commit: 899ef393681d13155f0990f827ac492e5e2468d9
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  5 05:05:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  5 23:42:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899ef393

dev-ruby/thread_safe: enable ruby32

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
index a90db6ac5b9f..7682c40af8cc 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2022-04-26 Thread Sam James
commit: 0d208b4f594fbe61e17f0a3fc6aef1f516c05ead
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 13:44:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 13:44:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d208b4f

dev-ruby/thread_safe: Keyword 0.3.6-r1 s390, #840930

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
index 4ecc8bd939ef..a90db6ac5b9f 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2022-04-17 Thread Hans de Graaff
commit: ee104ecccbe459349ae7846bebee05108abf1d77
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 07:21:30 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 08:08:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee104ecc

dev-ruby/thread_safe: enable ruby31 and disable ruby25

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
index 39afa8fe1ba0..4ecc8bd939ef 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2021-11-25 Thread Hans de Graaff
commit: f677faf6e3ef3ddc61a810626f8cde52219d095b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 25 09:19:23 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 25 09:22:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f677faf6

dev-ruby/thread_safe: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 37 ---
 1 file changed, 37 deletions(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
deleted file mode 100644
index c9a2e03f3517..
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
-HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# Higher atomic dependency since earlier versions crash on ruby20 while
-# running thread_safe tests.
-ruby_add_bdepend "test? ( >=dev-ruby/atomic-1.1.16 )"
-
-each_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/simplecov/ s:^:#:' \
-   -e '/SimpleCov/,/^end/ s:^:#:' spec/spec_helper.rb || die
-}
-
-each_ruby_test() {
-   einfo "The test suite may take up to 10 minutes to run without apparent 
feedback"
-   each_fakegem_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2021-11-22 Thread Hans de Graaff
commit: 9dccc817555f7fc30848c613ec97fafebfee3f8c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:34:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dccc817

dev-ruby/thread_safe: all arches stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
index 8bfeb82842f1..39afa8fe1ba0 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2021-09-07 Thread Marek Szuba
commit: 4a68d7d60206156cc1804038583e4ae498a5b3e1
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Sep  7 15:26:26 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Sep  7 15:34:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a68d7d6

dev-ruby/thread_safe: keyword 0.3.6-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
index 180c2937a11..8bfeb82842f 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2021-04-02 Thread Hans de Graaff
commit: 849d7e680c5047eb9c0fa8f3630d9bea1db860fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr  2 09:39:51 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr  2 11:15:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849d7e68

dev-ruby/thread_safe: add ruby30

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
new file mode 100644
index 000..180c2937a11
--- /dev/null
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
+HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+# Higher atomic dependency since earlier versions crash on ruby20 while
+# running thread_safe tests.
+ruby_add_bdepend "test? ( >=dev-ruby/atomic-1.1.16 )"
+
+each_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/simplecov/ s:^:#:' \
+   -e '/SimpleCov/,/^end/ s:^:#:' spec/spec_helper.rb || die
+}
+
+each_ruby_test() {
+   einfo "The test suite may take up to 10 minutes to run without apparent 
feedback"
+   each_fakegem_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2021-01-06 Thread Fabian Groffen
commit: e36614bcb52f9ceb47b6faf53dc8044523f66dd2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 18:27:31 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 18:32:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36614bc

dev-ruby/thread_safe: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 5cea0f0febb..c9a2e03f351 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2020-05-03 Thread Sergei Trofimovich
commit: 13c6024356458b64e82fe8b0600a193a84ebb275
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun May  3 14:53:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  3 16:25:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c60243

dev-ruby/thread_safe: keyworded 0.3.6 for sparc, bug #720380

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 945dd95a169..884af1d7983 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~sparc x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2020-01-28 Thread Hans de Graaff
commit: 02c0e4a75ed4170adf6a0319847b80a26ce79305
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 28 05:53:57 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 29 07:15:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c0e4a7

dev-ruby/thread_safe: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 05146d90aaa..3ec62f1912f 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2019-01-09 Thread Hans de Graaff
commit: a9b4378e4064f11fb8ca9236ffbfc6aaa19dd23f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  8 07:14:41 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  9 08:06:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b4378e

dev-ruby/thread_safe: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 9ef7ed5d214..05146d90aaa 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2018-07-21 Thread Mikle Kolyada
commit: 01e3966c6b384ac761bcb496cc73e5dd6f18ca9b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:16:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e3966c

dev-ruby/thread_safe: arm stable wrt bug #658324

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 2766e9574cc..9ef7ed5d214 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2018-07-08 Thread Sergei Trofimovich
commit: 380e9db4b9ab2c52dfbc24fdf8d968e22e35d467
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul  8 18:43:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  8 19:09:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380e9db4

dev-ruby/thread_safe: stable 0.3.6 for hppa

Bug: https://bugs.gentoo.org/645618
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index eee14d7a63b..2766e9574cc 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2018-06-24 Thread Sergei Trofimovich
commit: bf6f86a113b74a529dc7a105ee5c82436790cc98
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 24 20:01:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 24 20:21:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6f86a1

dev-ruby/thread_safe: stable 0.3.6 for ppc64, bug #658324

Bug: https://bugs.gentoo.org/658324
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 7d78dd4390d..eee14d7a63b 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2018-04-14 Thread Hans de Graaff
commit: 91cad3645e0b8e19ff0b67d26e960c921fdc9f4d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 15 05:29:59 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 15 05:31:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91cad364

dev-ruby/thread_safe: ppc stable, bug 645618

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 2ab4ebb5475..7d78dd4390d 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2018-03-26 Thread Hans de Graaff
commit: 72227e458966bcc88310ecbca958d7880b47f08d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 27 05:39:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 27 05:47:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72227e45

dev-ruby/thread_safe: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 3969b007335..2ab4ebb5475 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2018-01-26 Thread Thomas Deutschmann
commit: dd37b8fd8bc065d112d251d14788823fef89c5b6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 19:52:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 19:54:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd37b8fd

dev-ruby/thread_safe: x86 stable (bug #645618)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index b8a4bc2e5bb..3969b007335 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2017-12-24 Thread Hans de Graaff
commit: 58c0fa3d50b0f7c88cf57000b708f2390a2d4975
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 25 07:49:21 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 25 07:58:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c0fa3d

dev-ruby/thread_safe: amd64 stable

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index de75f251f06..b8a4bc2e5bb 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2017-12-24 Thread Hans de Graaff
commit: 60109938488845344a5c54df9a72ef7f6d68d8e5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 25 07:16:34 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 25 07:58:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60109938

dev-ruby/thread_safe: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/thread_safe/Manifest |  1 -
 dev-ruby/thread_safe/thread_safe-0.3.5.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/thread_safe/Manifest b/dev-ruby/thread_safe/Manifest
index c4d33213014..1b9952e0346 100644
--- a/dev-ruby/thread_safe/Manifest
+++ b/dev-ruby/thread_safe/Manifest
@@ -1,2 +1 @@
-DIST thread_safe-0.3.5.gem 120832 BLAKE2B 
8e5ee2ded9ddab5cf98893dae5a2316163c87f4a5f213e9bd46ac4a31fc581464de3c782001ad3fea55927f8ca1c741ecf399a0df2130bff9bb4c8564244ed04
 SHA512 
35749e7e9f6a95115d86bbd7bd5cae92f64dbddc36caf5d5ab8bc23db75ade51c31b6b9ef5afac4cfc744cfa624a002468fc0727eff33b69aa80f7bb383df471
 DIST thread_safe-0.3.6.gem 120832 BLAKE2B 
0e3a1aec1d34119dc1f673acdc3d2e18b8c5f970bf79726e4729a806a52ce6ab265fd713972065011e8a04cf2776dda871d3d747eec77b0e94235de776d0cb2d
 SHA512 
a11808576392c068e1cb31faad706be2b1bbfa4837c655c2ab1d5a235b62b25ece62065de6b65bd25496fa827ed89eb0796b90467107df255825e01316ff1805

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
deleted file mode 100644
index 1bac832bb00..000
--- a/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
-HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# Higher atomic dependency since earlier versions crash on ruby20 while
-# running thread_safe tests.
-ruby_add_bdepend "test? ( >=dev-ruby/atomic-1.1.16 >=dev-ruby/minitest-4 )"
-
-each_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-   sed -i -e "/simplecov/,+19d" -e "/minitest\/reporters/,+2d" 
test/test_helper.rb || die
-}
-
-each_ruby_test() {
-   einfo "The test suite may take up to 10 minutes to run without apparent 
feedback"
-   each_fakegem_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2017-06-30 Thread Alexis Ballier
commit: 6207bde4f178152871f66377684835e9bb9ff2d5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jun 30 12:40:09 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jun 30 12:47:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6207bde4

dev-ruby/thread_safe: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index 0d0a2b39e5f..de75f251f06 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2017-05-07 Thread Hans de Graaff
commit: d91002a4cfb7d86bcf6800bfecf1d97fde804a5d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  7 08:07:54 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  7 09:44:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91002a4

dev-ruby/thread_safe: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
index aa376e97c76..0d0a2b39e5f 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2017-02-23 Thread Hans de Graaff
commit: 91e1658ee1b5c4085131091d74bf2c57a556141b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb 24 07:12:20 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb 24 07:12:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e1658e

dev-ruby/thread_safe: add 0.3.6

Package-Manager: portage-2.3.3

 dev-ruby/thread_safe/Manifest |  1 +
 dev-ruby/thread_safe/thread_safe-0.3.6.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/thread_safe/Manifest b/dev-ruby/thread_safe/Manifest
index 631473fbeb..d268ad033a 100644
--- a/dev-ruby/thread_safe/Manifest
+++ b/dev-ruby/thread_safe/Manifest
@@ -1 +1,2 @@
 DIST thread_safe-0.3.5.gem 120832 SHA256 
993da065f98b8575c537ebf984ffb79eecdb6064559a3b9d2a9d7aaf313704c3 SHA512 
35749e7e9f6a95115d86bbd7bd5cae92f64dbddc36caf5d5ab8bc23db75ade51c31b6b9ef5afac4cfc744cfa624a002468fc0727eff33b69aa80f7bb383df471
 WHIRLPOOL 
5ab2fc0493b661507fa7d417f8cdaa11b4731c65fb62642be04151210800ef0c96e39c29b9283add3fb5662bc9e36309c8480bc28aead2fd6e5370acfb360069
+DIST thread_safe-0.3.6.gem 120832 SHA256 
9ed7072821b51c57e8d6b7011a8e282e25aeea3a4065eab326e43f66f063b05a SHA512 
a11808576392c068e1cb31faad706be2b1bbfa4837c655c2ab1d5a235b62b25ece62065de6b65bd25496fa827ed89eb0796b90467107df255825e01316ff1805
 WHIRLPOOL 
4d23c7009153b6cee9fc86c794c4e88271c917303557364d18ce12489b9a7081a9d8def877082f767540de13cf742523b09ba051c3dc645755b477f734b0aad9

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
new file mode 100644
index 00..8dc349a555
--- /dev/null
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 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"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
+HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+# Higher atomic dependency since earlier versions crash on ruby20 while
+# running thread_safe tests.
+ruby_add_bdepend "test? ( >=dev-ruby/atomic-1.1.16 )"
+
+each_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/simplecov/ s:^:#:' \
+   -e '/SimpleCov/,/^end/ s:^:#:' spec/spec_helper.rb || die
+}
+
+each_ruby_test() {
+   einfo "The test suite may take up to 10 minutes to run without apparent 
feedback"
+   each_fakegem_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2016-05-18 Thread Fabian Groffen
commit: 523d130f73193f798179da531df947ec95e86bfe
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed May 18 08:43:11 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed May 18 08:43:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523d130f

dev-ruby/thread_safe: marked ~amd64-linux

Package-Manager: portage-2.2.28

 dev-ruby/thread_safe/thread_safe-0.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
index 66e4781..d7fa910 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2016-03-28 Thread Hans de Graaff
commit: c7f6a0497617d6a8a8bde8d086b9ea150bf1c275
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 28 06:33:32 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 28 10:21:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f6a049

dev-ruby/thread_safe: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/thread_safe/thread_safe-0.3.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
index 9a2cad2..ccfe486 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2016-03-28 Thread Hans de Graaff
commit: 92aa57909c55b03a035703b0fd4e767b1d6781da
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 28 06:32:59 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 28 10:21:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92aa5790

dev-ruby/thread_safe: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/thread_safe/Manifest |  1 -
 dev-ruby/thread_safe/thread_safe-0.3.4.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/thread_safe/Manifest b/dev-ruby/thread_safe/Manifest
index c44c7c3..631473f 100644
--- a/dev-ruby/thread_safe/Manifest
+++ b/dev-ruby/thread_safe/Manifest
@@ -1,2 +1 @@
-DIST thread_safe-0.3.4.gem 117760 SHA256 
16315baa971c48d00104bcd35e8934e3f9ccfd3b8f429e3fca7ee2dfd81734b2 SHA512 
e7297343a63b6d50c6062d65df2a5f29bd03c4ae60181b028d2982f6852699da7bbcc4f49ed14fa06961545f808d635c14596d1009090b171c9d60f86b8d2c09
 WHIRLPOOL 
ef0041d66ce94deecfaec1d060ed5d6bef1d7f94be2b571640c614709868e65b084c228a1b4d15f3ec3ebf4d6bf6d8041baec50d8621025d48aac3f7e192341a
 DIST thread_safe-0.3.5.gem 120832 SHA256 
993da065f98b8575c537ebf984ffb79eecdb6064559a3b9d2a9d7aaf313704c3 SHA512 
35749e7e9f6a95115d86bbd7bd5cae92f64dbddc36caf5d5ab8bc23db75ade51c31b6b9ef5afac4cfc744cfa624a002468fc0727eff33b69aa80f7bb383df471
 WHIRLPOOL 
5ab2fc0493b661507fa7d417f8cdaa11b4731c65fb62642be04151210800ef0c96e39c29b9283add3fb5662bc9e36309c8480bc28aead2fd6e5370acfb360069

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild
deleted file mode 100644
index 4dccb6f..000
--- a/dev-ruby/thread_safe/thread_safe-0.3.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A collection of thread-safe versions of common core Ruby classes"
-HOMEPAGE="https://github.com/headius/thread_safe;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-# Higher atomic dependency since earlier versions crash on ruby20 while
-# running thread_safe tests.
-ruby_add_bdepend "test? ( >=dev-ruby/atomic-1.1.16 >=dev-ruby/minitest-4 )"
-
-each_ruby_prepare(){
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-}
-
-each_ruby_test() {
-   einfo "The test suite may take up to 10 minutes to run without apparent 
feedback"
-   each_fakegem_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2016-03-28 Thread Hans de Graaff
commit: 04914ea4c7bdf96b32a7d3d4438cc2a0762c5e0a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 28 07:33:35 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 28 10:21:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04914ea4

dev-ruby/thread_safe: add ruby23

Package-Manager: portage-2.2.26

 dev-ruby/thread_safe/thread_safe-0.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
index ccfe486..66e4781 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_safe/

2016-01-17 Thread Fabian Groffen
commit: 8a1ad168d16edd59868130e5ac45963f86bc2404
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 17 09:27:46 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 17 09:44:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1ad168

dev-ruby/thread_safe: marked *-macos, *-solaris, bug #570052

Package-Manager: portage-2.2.20-prefix

 dev-ruby/thread_safe/thread_safe-0.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
index a14a5d3..9a2cad2 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while