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

2024-04-07 Thread Hans de Graaff
commit: b13bd45d70292c4d8f04ee7f362b3f020ced2603
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  7 09:00:32 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  7 09:01:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13bd45d

dev-ruby/instance_storage: enable ruby33

Fix minitest deprecation.

Closes: https://bugs.gentoo.org/928769
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/instance_storage/instance_storage-2.0.0-r1.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/instance_storage/instance_storage-2.0.0-r1.ebuild 
b/dev-ruby/instance_storage/instance_storage-2.0.0-r1.ebuild
index 342cf1f29123..0c942728ebeb 100644
--- a/dev-ruby/instance_storage/instance_storage-2.0.0-r1.ebuild
+++ b/dev-ruby/instance_storage/instance_storage-2.0.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
@@ -14,8 +14,10 @@ HOMEPAGE="https://rubygems.org/gems/instance_storage/;
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
 KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
 
 all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || 
die
+
+   sed -e 's/MiniTest::Unit::TestCase/Minitest::Test/' \
+   -i test/instance_storage_test.rb || die
 }



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

2023-08-27 Thread Hans de Graaff
commit: f0a1cadff3475d9dca159a03aad8cb9b9b9c48fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 27 06:35:11 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 27 06:44:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a1cadf

dev-ruby/instance_storage: drop 1.0.0-r1, 2.0.0

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

 .../instance_storage-1.0.0-r1.ebuild| 21 -
 .../instance_storage/instance_storage-2.0.0.ebuild  | 21 -
 2 files changed, 42 deletions(-)

diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild 
b/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild
deleted file mode 100644
index 00d83fbf0fce..
--- a/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-DESCRIPTION="Manage class instances with dictionary"
-HOMEPAGE="https://rubygems.org/gems/instance_storage/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || 
die
-}

diff --git a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
deleted file mode 100644
index 1eb61fc345f3..
--- a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-DESCRIPTION="Manage class instances with dictionary"
-HOMEPAGE="https://rubygems.org/gems/instance_storage/;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || 
die
-}



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

2023-07-04 Thread Hans de Graaff
commit: 19c7ff843b25daef0e2fae83d44a666ba0b610fc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 06:02:39 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 06:15:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c7ff84

dev-ruby/instance_storage: update EAPI 7 -> 8

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

 .../instance_storage-1.0.0-r2.ebuild| 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0-r2.ebuild 
b/dev-ruby/instance_storage/instance_storage-1.0.0-r2.ebuild
new file mode 100644
index ..4969fc6b1dcf
--- /dev/null
+++ b/dev-ruby/instance_storage/instance_storage-1.0.0-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+DESCRIPTION="Manage class instances with dictionary"
+HOMEPAGE="https://rubygems.org/gems/instance_storage/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || 
die
+}



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

2023-06-29 Thread Hans de Graaff
commit: 6ab6cb2aad928a2f393a87f1916a5ef85e6f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 29 19:51:06 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 29 20:13:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab6cb2a

dev-ruby/instance_storage: update EAPI 7 -> 8

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

 .../instance_storage-2.0.0-r1.ebuild| 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-ruby/instance_storage/instance_storage-2.0.0-r1.ebuild 
b/dev-ruby/instance_storage/instance_storage-2.0.0-r1.ebuild
new file mode 100644
index ..342cf1f29123
--- /dev/null
+++ b/dev-ruby/instance_storage/instance_storage-2.0.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+DESCRIPTION="Manage class instances with dictionary"
+HOMEPAGE="https://rubygems.org/gems/instance_storage/;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || 
die
+}



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

2023-04-03 Thread Jakov Smolić
commit: d1117f9f4ff885b7f847443472644143ae113396
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr  3 17:16:38 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr  3 17:16:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1117f9f

dev-ruby/instance_storage: Keyword 2.0.0 riscv, #903714

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
index cbb5d0331daa..1eb61fc345f3 100644
--- a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
+++ b/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ HOMEPAGE="https://rubygems.org/gems/instance_storage/;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2022-04-14 Thread Hans de Graaff
commit: 2571e07725c766d351629ff943027c6946109b87
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 15 05:12:31 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 15 05:12:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2571e077

dev-ruby/instance_storage: add ruby31

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

 dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild | 2 +-
 dev-ruby/instance_storage/instance_storage-2.0.0.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild 
b/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild
index 5ad2a2676a8c..00d83fbf0fce 100644
--- a/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild
+++ b/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 

diff --git a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
index 300c6ade262e..cbb5d0331daa 100644
--- a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
+++ b/dev-ruby/instance_storage/instance_storage-2.0.0.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="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2021-11-20 Thread Hans de Graaff
commit: 5056cf1c8b69258f4afac8e03cbc5196cd54a778
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 21 06:46:46 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 21 06:46:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5056cf1c

dev-ruby/instance_storage: cleanup

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

 .../instance_storage/instance_storage-1.0.0.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
deleted file mode 100644
index 69d31d800ab3..
--- a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 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"
-
-inherit ruby-fakegem
-DESCRIPTION="Manage class instances with dictionary"
-HOMEPAGE="https://rubygems.org/gems/instance_storage/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || 
die
-}



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

2021-06-26 Thread Hans de Graaff
commit: fcfa550468603ef8856e297b04a32de5bb943317
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 27 05:48:58 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 27 05:50:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfa5504

dev-ruby/instance_storage: drop ruby25 per gemspec

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

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

diff --git a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
index 3050aecf527..300c6ade262 100644
--- a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
+++ b/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2021-06-26 Thread Hans de Graaff
commit: b49d2971605ff19efcfa97a14d579f7aad85ac62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 27 05:50:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 27 05:50:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49d2971

dev-ruby/instance_storage: update remote-id

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

 dev-ruby/instance_storage/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/instance_storage/metadata.xml 
b/dev-ruby/instance_storage/metadata.xml
index 4a17d42e52b..0ecb4288a36 100644
--- a/dev-ruby/instance_storage/metadata.xml
+++ b/dev-ruby/instance_storage/metadata.xml
@@ -9,6 +9,6 @@
Gentoo Ruby Project


-   instance_storage
+   toshia/instance_storage

 



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

2021-06-26 Thread Hans de Graaff
commit: cb3bac8ecec2ad5b4468445561d71364b3fc720d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 27 05:48:05 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 27 05:50:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3bac8e

dev-ruby/instance_storage: add 2.0.0

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

 dev-ruby/instance_storage/Manifest  |  1 +
 .../instance_storage/instance_storage-2.0.0.ebuild  | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/instance_storage/Manifest 
b/dev-ruby/instance_storage/Manifest
index ca6b42a1cf2..461362a7d91 100644
--- a/dev-ruby/instance_storage/Manifest
+++ b/dev-ruby/instance_storage/Manifest
@@ -1 +1,2 @@
 DIST instance_storage-1.0.0.gem 7680 BLAKE2B 
e8c4f90c90c6efebcbaa577ab17824f4d759782f1b3985679200ca97b89f04245c562f6d9aa96ac894d488417f4e393bb7faf28ab18aa3f3ede1e03365706a29
 SHA512 
45ff98b3d0ab47d3459d868eb1b0075abb83b23bbc3a9b84f261077bdddc385ed016e81d01c19f93fa6cffd7cb9020ce1e22411636709f18af09a76c7d44598f
+DIST instance_storage-2.0.0.gem 8192 BLAKE2B 
e71926c7c35691d5d46a438b3ebcf2e138f079ece1d6ef0b8845927425acc86ff0f09a2afe17b5bca3d0c9beb9bfc69c61e3c3a6c9ccca9a9e9398a86f6fd9d4
 SHA512 
ad986dd1220b19f171c9808c4692bbb9a9e4f6cb59ab6bf403e5a53b4af5f753941b76cba754d9d56a300b8adef8937094764985a994e8a87c7f99949c0e264a

diff --git a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
new file mode 100644
index 000..3050aecf527
--- /dev/null
+++ b/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild
@@ -0,0 +1,21 @@
+# 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"
+
+inherit ruby-fakegem
+DESCRIPTION="Manage class instances with dictionary"
+HOMEPAGE="https://rubygems.org/gems/instance_storage/;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || 
die
+}



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

2021-06-20 Thread Hans de Graaff
commit: 158cabca590503ee879cfcc246101d108ea97a5b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 20 05:50:02 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 20 06:03:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158cabca

dev-ruby/instance_storage: add ruby30

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

 .../instance_storage-1.0.0-r1.ebuild| 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild 
b/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild
new file mode 100644
index 000..e9930274df9
--- /dev/null
+++ b/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild
@@ -0,0 +1,21 @@
+# 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"
+
+inherit ruby-fakegem
+DESCRIPTION="Manage class instances with dictionary"
+HOMEPAGE="https://rubygems.org/gems/instance_storage/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || 
die
+}



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

2020-02-01 Thread Hans de Graaff
commit: 68203aa6fc8ce73ecb1a93c456ffba7deec93000
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  2 06:52:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  2 06:52:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68203aa6

dev-ruby/instance_storage: add ruby27

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

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

diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
index 60bd5f3f251..69d31d800ab 100644
--- a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
+++ b/dev-ruby/instance_storage/instance_storage-1.0.0.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/instance_storage/

2019-01-28 Thread Hans de Graaff
commit: 8c7306dd38ea152171f07428658d09774c9c2937
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 28 06:56:39 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 28 06:57:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7306dd

dev-ruby/instance_storage: add ruby26

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

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

diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
index add45677a73..60bd5f3f251 100644
--- a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
+++ b/dev-ruby/instance_storage/instance_storage-1.0.0.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/instance_storage/

2018-02-04 Thread Hans de Graaff
commit: 86a439a7c95d10a64adca8cae0f1eee5c101da6a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  4 09:25:40 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  4 10:45:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a439a7

dev-ruby/instance_storage: add ruby24, ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
index ab1b85a3276..add45677a73 100644
--- a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
+++ b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+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/instance_storage/

2016-01-31 Thread Hans de Graaff
commit: 35541d58b581ee1607391bb21967479cd508530a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb  1 07:14:42 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb  1 07:14:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35541d58

dev-ruby/instance_storage: fix USE=doc, add ruby23

Also avoid a dependency on bundler.

Package-Manager: portage-2.2.26

 dev-ruby/instance_storage/instance_storage-1.0.0.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
index b8b1b1c..92af487 100644
--- a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
+++ b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
@@ -4,8 +4,9 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
 inherit ruby-fakegem
@@ -16,3 +17,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || 
die
+}



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

2016-01-24 Thread Naohiro Aota
commit: e252be541063f5002f846d896305b2e32c737fca
Author: Naohiro Aota  gentoo  org>
AuthorDate: Sun Jan 24 13:53:05 2016 +
Commit: Naohiro Aota  gentoo  org>
CommitDate: Sun Jan 24 13:53:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e252be54

dev-ruby/instance_storage: add new package

Package-Manager: portage-2.2.27

 dev-ruby/instance_storage/Manifest |  1 +
 .../instance_storage/instance_storage-1.0.0.ebuild | 18 ++
 dev-ruby/instance_storage/metadata.xml | 11 +++
 3 files changed, 30 insertions(+)

diff --git a/dev-ruby/instance_storage/Manifest 
b/dev-ruby/instance_storage/Manifest
new file mode 100644
index 000..9c84fef
--- /dev/null
+++ b/dev-ruby/instance_storage/Manifest
@@ -0,0 +1 @@
+DIST instance_storage-1.0.0.gem 7680 SHA256 
f41e64da2fe4f5f7d6c8cf9809ef898e660870f39d4e5569c293b584a12bce22 SHA512 
45ff98b3d0ab47d3459d868eb1b0075abb83b23bbc3a9b84f261077bdddc385ed016e81d01c19f93fa6cffd7cb9020ce1e22411636709f18af09a76c7d44598f
 WHIRLPOOL 
352f0b15593718babd626b94a9cd5c5fd6a8d577fdffcee12409f150fa1d39b2e4031cce55393b7331cc11315c8112ab0dac3cbcf5cf423727292c8a6925a569

diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild 
b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
new file mode 100644
index 000..b8b1b1c
--- /dev/null
+++ b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+DESCRIPTION="Manage class instances with dictionary"
+HOMEPAGE="https://rubygems.org/gems/instance_storage/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""

diff --git a/dev-ruby/instance_storage/metadata.xml 
b/dev-ruby/instance_storage/metadata.xml
new file mode 100644
index 000..f0edcdf
--- /dev/null
+++ b/dev-ruby/instance_storage/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   ruby
+   
+   na...@gentoo.org
+   
+   
+   instance_storage
+   
+