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

2024-03-08 Thread Hans de Graaff
commit: 3eed7fe0476c90be2ea734ef297cb33735b2c958
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  8 09:42:51 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  8 09:47:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eed7fe0

dev-ruby/binding_of_caller: add 1.0.1

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

 dev-ruby/binding_of_caller/Manifest|  1 +
 .../binding_of_caller-1.0.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/binding_of_caller/Manifest 
b/dev-ruby/binding_of_caller/Manifest
index edf5c7a36dde..4f507d39cba8 100644
--- a/dev-ruby/binding_of_caller/Manifest
+++ b/dev-ruby/binding_of_caller/Manifest
@@ -1 +1,2 @@
 DIST binding_of_caller-1.0.0.tar.gz 7473 BLAKE2B 
2a8f3cee555e11c9eeb56935d0ee51deb037ea5fc631b4ef5eb50a831e48ba47c6a94e9104456bd8e6c4910bc76c5bc7e268db7de8c5ed283886b80c3feffd62
 SHA512 
89c58fec180b7bc25c5124035ed69692961148a3ddcb561643e7b8b1a78c3b103795408b52e70264db7c4b62080991219af977c5b981a135d573ecd56cebebba
+DIST binding_of_caller-1.0.1.tar.gz 7514 BLAKE2B 
1a6786d4fa2a01f72bf5b38f8fced3950826488501fa15fb8b37188e345d6a93ce8a4598f7c4c0048ca05bfae8ff23daab8a0fb89da3140f83f20dbca60ae1f3
 SHA512 
ebdcb2e0e41efef38eec2aa814f4d875249e1fb4f4719238fae2c92533a37324fe64bc9edbebddf2d240f0c3dd213fddf1584cb9841e4fc946c6aecbe8543e34

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-1.0.1.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-1.0.1.ebuild
new file mode 100644
index ..90fe35a91cb9
--- /dev/null
+++ b/dev-ruby/binding_of_caller/binding_of_caller-1.0.1.ebuild
@@ -0,0 +1,30 @@
+# 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"
+
+RUBY_FAKEGEM_GEMSPEC="binding_of_caller.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retrieve the binding of a method's caller"
+HOMEPAGE="https://github.com/banister/binding_of_caller;
+SRC_URI="https://github.com/banister/binding_of_caller/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/debug_inspector-1.2.0"
+
+all_ruby_prepare() {
+   sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+}



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

2023-12-31 Thread Hans de Graaff
commit: b024cbd6ed6d543e8de21c6f261f3b632e66c6e0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 31 19:46:05 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 31 19:46:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b024cbd6

dev-ruby/binding_of_caller: enable ruby33

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

 dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r2.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r2.ebuild
index 8d0a4d13f8f5..4f1a7d57733e 100644
--- a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r2.ebuild
+++ b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r2.ebuild
@@ -2,7 +2,7 @@
 # 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"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2023-08-27 Thread Hans de Graaff
commit: 65711196c3d2829cb5a2ba7dcb2f55ae0f638db2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 27 17:58:00 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 27 17:59:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65711196

dev-ruby/binding_of_caller: drop 1.0.0-r1

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

 .../binding_of_caller-1.0.0-r1.ebuild  | 30 --
 1 file changed, 30 deletions(-)

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r1.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r1.ebuild
deleted file mode 100644
index ff79d8237c16..
--- a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,30 +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"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="binding_of_caller.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Retrieve the binding of a method's caller"
-HOMEPAGE="https://github.com/banister/binding_of_caller;
-SRC_URI="https://github.com/banister/binding_of_caller/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
-
-all_ruby_prepare() {
-   sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
-}



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

2023-07-03 Thread Hans de Graaff
commit: 8954c9fc6a7b466552a05dfc158ffea91576bccd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  3 06:06:47 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  3 09:14:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8954c9fc

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

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

 .../binding_of_caller-1.0.0-r2.ebuild  | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r2.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r2.ebuild
new file mode 100644
index ..8d0a4d13f8f5
--- /dev/null
+++ b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r2.ebuild
@@ -0,0 +1,30 @@
+# 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"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="binding_of_caller.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retrieve the binding of a method's caller"
+HOMEPAGE="https://github.com/banister/binding_of_caller;
+SRC_URI="https://github.com/banister/binding_of_caller/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
+
+all_ruby_prepare() {
+   sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+}



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

2022-05-07 Thread Hans de Graaff
commit: aadd405247aac7370afa1cabf5cc81abd37a3f74
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  7 07:03:52 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  8 05:43:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadd4052

dev-ruby/binding_of_caller: enable ruby31 and disable ruby25

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

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

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r1.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r1.ebuild
index 51161fe0e1f7..ff79d8237c16 100644
--- a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r1.ebuild
+++ b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r1.ebuild
@@ -1,8 +1,8 @@
-# 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"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2022-05-07 Thread Hans de Graaff
commit: cdb65e7d6c0c2fd5e2ae3ae09323f1ad92737a67
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  7 07:04:36 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  8 05:43:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb65e7d

dev-ruby/binding_of_caller: drop 0.8.0, 1.0.0

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

 dev-ruby/binding_of_caller/Manifest|  1 -
 .../binding_of_caller-0.8.0.ebuild | 26 ---
 .../binding_of_caller-1.0.0.ebuild | 30 --
 3 files changed, 57 deletions(-)

diff --git a/dev-ruby/binding_of_caller/Manifest 
b/dev-ruby/binding_of_caller/Manifest
index b45105f01e74..edf5c7a36dde 100644
--- a/dev-ruby/binding_of_caller/Manifest
+++ b/dev-ruby/binding_of_caller/Manifest
@@ -1,2 +1 @@
-DIST binding_of_caller-0.8.0.gem 87552 BLAKE2B 
9097fe2dbf1e5ea2361bee94cb83ce8152f7e1357caecf1217b1643be225e21e5aa793e7fccbef5c983d5c204b95e633ded490158dfdd1d4e99fca81c51cb910
 SHA512 
d6ea4e893415eaf3614b109f8f36c3fa2378da9997d013fccbd0fc1e598886d11f7843023ceed2468184d5b8df01e2329ef16c7af57bc60bbd47304a53b43974
 DIST binding_of_caller-1.0.0.tar.gz 7473 BLAKE2B 
2a8f3cee555e11c9eeb56935d0ee51deb037ea5fc631b4ef5eb50a831e48ba47c6a94e9104456bd8e6c4910bc76c5bc7e268db7de8c5ed283886b80c3feffd62
 SHA512 
89c58fec180b7bc25c5124035ed69692961148a3ddcb561643e7b8b1a78c3b103795408b52e70264db7c4b62080991219af977c5b981a135d573ecd56cebebba

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
deleted file mode 100644
index a634b5730bdb..
--- a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Retrieve the binding of a method's caller"
-HOMEPAGE="https://github.com/banister/binding_of_caller;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
-
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-each_ruby_test() {
-   ${RUBY} -S bacon -Itest -rubygems -a -q || die
-}

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild
deleted file mode 100644
index 47de67cdbd75..
--- a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="binding_of_caller.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Retrieve the binding of a method's caller"
-HOMEPAGE="https://github.com/banister/binding_of_caller;
-SRC_URI="https://github.com/banister/binding_of_caller/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
-
-all_ruby_prepare() {
-   sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
-}



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

2021-06-30 Thread Hans de Graaff
commit: 98bf2dfbd5b0823a6227bbd069634f1d9c3e40ca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 27 07:19:54 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 30 06:56:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98bf2dfb

dev-ruby/binding_of_caller: fix extension install; ruby30

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

 .../binding_of_caller-1.0.0-r1.ebuild  | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r1.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r1.ebuild
new file mode 100644
index 000..51161fe0e1f
--- /dev/null
+++ b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0-r1.ebuild
@@ -0,0 +1,30 @@
+# 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"
+
+RUBY_FAKEGEM_GEMSPEC="binding_of_caller.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retrieve the binding of a method's caller"
+HOMEPAGE="https://github.com/banister/binding_of_caller;
+SRC_URI="https://github.com/banister/binding_of_caller/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
+
+all_ruby_prepare() {
+   sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+}



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

2021-02-27 Thread Hans de Graaff
commit: bd6c6a0193eb7c597a9086d9e7715e097ec76cac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 28 06:38:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 28 06:38:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6c6a01

dev-ruby/binding_of_caller: add 1.0.0

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

 dev-ruby/binding_of_caller/Manifest|  1 +
 .../binding_of_caller-1.0.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/binding_of_caller/Manifest 
b/dev-ruby/binding_of_caller/Manifest
index 66a1b369f1b..b45105f01e7 100644
--- a/dev-ruby/binding_of_caller/Manifest
+++ b/dev-ruby/binding_of_caller/Manifest
@@ -1 +1,2 @@
 DIST binding_of_caller-0.8.0.gem 87552 BLAKE2B 
9097fe2dbf1e5ea2361bee94cb83ce8152f7e1357caecf1217b1643be225e21e5aa793e7fccbef5c983d5c204b95e633ded490158dfdd1d4e99fca81c51cb910
 SHA512 
d6ea4e893415eaf3614b109f8f36c3fa2378da9997d013fccbd0fc1e598886d11f7843023ceed2468184d5b8df01e2329ef16c7af57bc60bbd47304a53b43974
+DIST binding_of_caller-1.0.0.tar.gz 7473 BLAKE2B 
2a8f3cee555e11c9eeb56935d0ee51deb037ea5fc631b4ef5eb50a831e48ba47c6a94e9104456bd8e6c4910bc76c5bc7e268db7de8c5ed283886b80c3feffd62
 SHA512 
89c58fec180b7bc25c5124035ed69692961148a3ddcb561643e7b8b1a78c3b103795408b52e70264db7c4b62080991219af977c5b981a135d573ecd56cebebba

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild
new file mode 100644
index 000..47de67cdbd7
--- /dev/null
+++ b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="binding_of_caller.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retrieve the binding of a method's caller"
+HOMEPAGE="https://github.com/banister/binding_of_caller;
+SRC_URI="https://github.com/banister/binding_of_caller/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
+
+all_ruby_prepare() {
+   sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+}



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

2020-08-22 Thread Hans de Graaff
commit: a5e9f8cc42e1cecbc912215c1ca189cdde723cef
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 22 09:17:33 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 23 05:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e9f8cc

dev-ruby/binding_of_caller: add ruby27

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

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

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
index 3f44e2cc1ec..a634b5730bd 100644
--- a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
+++ b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"



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

2019-02-03 Thread Hans de Graaff
commit: 432099b8cced5b0967d21ff336f5967e4bb166d7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  3 08:30:13 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  3 10:04:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432099b8

dev-ruby/binding_of_caller: add ruby26

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

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

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
index 3cb0f7f5dbe..3f44e2cc1ec 100644
--- a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
+++ b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"



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

2018-12-14 Thread Hans de Graaff
commit: e1822c69686f2e791be181cd45c911378657c075
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 15 07:10:42 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 15 07:41:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1822c69

dev-ruby/binding_of_caller: cleanup

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

 dev-ruby/binding_of_caller/Manifest|  1 -
 .../binding_of_caller-0.7.3.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/binding_of_caller/Manifest 
b/dev-ruby/binding_of_caller/Manifest
index 6c465854850..66a1b369f1b 100644
--- a/dev-ruby/binding_of_caller/Manifest
+++ b/dev-ruby/binding_of_caller/Manifest
@@ -1,2 +1 @@
-DIST binding_of_caller-0.7.3.gem 87552 BLAKE2B 
5cceef6f8be2d8360d55ffd6b82148411bd65aa56f811719840465e4e5fb77f88ebb1917eac1a5b65e24abf9ed0ad860afc2aff1e8309e4b6832bc3a0ee915df
 SHA512 
e16bfc1fffe7e7d87013506a28f2894c3737a9dfd149ab4c7deee7332e6a3b8eecde5d837a58defcb0ad45a6a8d01ffd7b1e32a9395fa895d2dc84d8e534e547
 DIST binding_of_caller-0.8.0.gem 87552 BLAKE2B 
9097fe2dbf1e5ea2361bee94cb83ce8152f7e1357caecf1217b1643be225e21e5aa793e7fccbef5c983d5c204b95e633ded490158dfdd1d4e99fca81c51cb910
 SHA512 
d6ea4e893415eaf3614b109f8f36c3fa2378da9997d013fccbd0fc1e598886d11f7843023ceed2468184d5b8df01e2329ef16c7af57bc60bbd47304a53b43974

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.7.3.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.7.3.ebuild
deleted file mode 100644
index db88afa35d4..000
--- a/dev-ruby/binding_of_caller/binding_of_caller-0.7.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Retrieve the binding of a method's caller"
-HOMEPAGE="https://github.com/banister/binding_of_caller;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
-
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-each_ruby_test() {
-   ${RUBY} -S bacon -Itest -rubygems -a -q || die
-}



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

2018-02-02 Thread Hans de Graaff
commit: 2eb85ac550fbce17c291c07e032b612bc3e7fdb6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  2 11:16:05 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  2 11:25:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb85ac5

dev-ruby/binding_of_caller: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/binding_of_caller/Manifest|  1 -
 .../binding_of_caller-0.7.2.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/binding_of_caller/Manifest 
b/dev-ruby/binding_of_caller/Manifest
index 142794adf77..6c465854850 100644
--- a/dev-ruby/binding_of_caller/Manifest
+++ b/dev-ruby/binding_of_caller/Manifest
@@ -1,3 +1,2 @@
-DIST binding_of_caller-0.7.2.gem 85504 BLAKE2B 
5bee625852c4c32bb41b2eec57925479bf6315b73fd7486c2f0a2df88e42e2134bcca3d5b2c5accc4410fd6f0ec7b4be2aa26f1059325a96b136b5d7898c1a67
 SHA512 
6eb114070c3f15801c4f2454433630c207c2fb93afcf5906fa1288985303ff87c54ca07273b623bc2d3f76dc5bf363feb1561e109f599776a785aab65dfd7132
 DIST binding_of_caller-0.7.3.gem 87552 BLAKE2B 
5cceef6f8be2d8360d55ffd6b82148411bd65aa56f811719840465e4e5fb77f88ebb1917eac1a5b65e24abf9ed0ad860afc2aff1e8309e4b6832bc3a0ee915df
 SHA512 
e16bfc1fffe7e7d87013506a28f2894c3737a9dfd149ab4c7deee7332e6a3b8eecde5d837a58defcb0ad45a6a8d01ffd7b1e32a9395fa895d2dc84d8e534e547
 DIST binding_of_caller-0.8.0.gem 87552 BLAKE2B 
9097fe2dbf1e5ea2361bee94cb83ce8152f7e1357caecf1217b1643be225e21e5aa793e7fccbef5c983d5c204b95e633ded490158dfdd1d4e99fca81c51cb910
 SHA512 
d6ea4e893415eaf3614b109f8f36c3fa2378da9997d013fccbd0fc1e598886d11f7843023ceed2468184d5b8df01e2329ef16c7af57bc60bbd47304a53b43974

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild
deleted file mode 100644
index cabb6b09519..000
--- a/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Retrieve the binding of a method's caller"
-HOMEPAGE="https://github.com/banister/binding_of_caller;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
-
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-each_ruby_test() {
-   ${RUBY} -S bacon -Itest -rubygems -a -q || die
-}



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

2018-02-02 Thread Hans de Graaff
commit: 2559a81e501ccbd5d57e9119b037d5fafad62a28
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  2 11:21:54 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  2 11:25:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2559a81e

dev-ruby/binding_of_caller: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
index 1235b94b169..3cb0f7f5dbe 100644
--- a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
+++ b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"



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

2018-01-10 Thread Hans de Graaff
commit: 40f796c5fb6bc7dbd14d311344c63094e5baed2c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 11 05:40:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 11 05:40:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f796c5

dev-ruby/binding_of_caller: add 0.8.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/binding_of_caller/Manifest|  1 +
 .../binding_of_caller-0.8.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/binding_of_caller/Manifest 
b/dev-ruby/binding_of_caller/Manifest
index b28edc414e4..142794adf77 100644
--- a/dev-ruby/binding_of_caller/Manifest
+++ b/dev-ruby/binding_of_caller/Manifest
@@ -1,2 +1,3 @@
 DIST binding_of_caller-0.7.2.gem 85504 BLAKE2B 
5bee625852c4c32bb41b2eec57925479bf6315b73fd7486c2f0a2df88e42e2134bcca3d5b2c5accc4410fd6f0ec7b4be2aa26f1059325a96b136b5d7898c1a67
 SHA512 
6eb114070c3f15801c4f2454433630c207c2fb93afcf5906fa1288985303ff87c54ca07273b623bc2d3f76dc5bf363feb1561e109f599776a785aab65dfd7132
 DIST binding_of_caller-0.7.3.gem 87552 BLAKE2B 
5cceef6f8be2d8360d55ffd6b82148411bd65aa56f811719840465e4e5fb77f88ebb1917eac1a5b65e24abf9ed0ad860afc2aff1e8309e4b6832bc3a0ee915df
 SHA512 
e16bfc1fffe7e7d87013506a28f2894c3737a9dfd149ab4c7deee7332e6a3b8eecde5d837a58defcb0ad45a6a8d01ffd7b1e32a9395fa895d2dc84d8e534e547
+DIST binding_of_caller-0.8.0.gem 87552 BLAKE2B 
9097fe2dbf1e5ea2361bee94cb83ce8152f7e1357caecf1217b1643be225e21e5aa793e7fccbef5c983d5c204b95e633ded490158dfdd1d4e99fca81c51cb910
 SHA512 
d6ea4e893415eaf3614b109f8f36c3fa2378da9997d013fccbd0fc1e598886d11f7843023ceed2468184d5b8df01e2329ef16c7af57bc60bbd47304a53b43974

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
new file mode 100644
index 000..1235b94b169
--- /dev/null
+++ b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retrieve the binding of a method's caller"
+HOMEPAGE="https://github.com/banister/binding_of_caller;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
+
+ruby_add_bdepend "test? ( dev-ruby/bacon )"
+
+each_ruby_test() {
+   ${RUBY} -S bacon -Itest -rubygems -a -q || die
+}



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

2017-10-22 Thread Hans de Graaff
commit: 068d5e856e9f5a09b881ed791b3d60918c57d302
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 22 06:15:59 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 22 06:15:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068d5e85

dev-ruby/binding_of_caller: add 0.7.3

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/binding_of_caller/Manifest|  1 +
 .../binding_of_caller-0.7.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/binding_of_caller/Manifest 
b/dev-ruby/binding_of_caller/Manifest
index 4c7382e3a35..280e12be21c 100644
--- a/dev-ruby/binding_of_caller/Manifest
+++ b/dev-ruby/binding_of_caller/Manifest
@@ -1 +1,2 @@
 DIST binding_of_caller-0.7.2.gem 85504 SHA256 
d327682ce1d8e8cc46e282a46052946af0de16bef734014c63df0aac66334f96 SHA512 
6eb114070c3f15801c4f2454433630c207c2fb93afcf5906fa1288985303ff87c54ca07273b623bc2d3f76dc5bf363feb1561e109f599776a785aab65dfd7132
 WHIRLPOOL 
1ccfe6389e0a62730015e2e9bc3b0c20278e9175411561ab913225179e2bc37e58b66aa45cdd8fac32ec67c68a7838471a92140ffe1eb0be5a419b9a551721db
+DIST binding_of_caller-0.7.3.gem 87552 SHA256 
c32ba3d6a64a1272118e09d40ae1b0f496924c35baef7149859ee52a453f2ec0 SHA512 
e16bfc1fffe7e7d87013506a28f2894c3737a9dfd149ab4c7deee7332e6a3b8eecde5d837a58defcb0ad45a6a8d01ffd7b1e32a9395fa895d2dc84d8e534e547
 WHIRLPOOL 
5095fd9fb3e253f3893a94579f00234558c32b11bcab32a20cd6bb05a9145f15f452b51e16ad2ceec1a4b08a74adf17222d3b665513458e7445cff6e496cc040

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.7.3.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.7.3.ebuild
new file mode 100644
index 000..db88afa35d4
--- /dev/null
+++ b/dev-ruby/binding_of_caller/binding_of_caller-0.7.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retrieve the binding of a method's caller"
+HOMEPAGE="https://github.com/banister/binding_of_caller;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
+
+ruby_add_bdepend "test? ( dev-ruby/bacon )"
+
+each_ruby_test() {
+   ${RUBY} -S bacon -Itest -rubygems -a -q || die
+}



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

2017-08-16 Thread Hans de Graaff
commit: c8c251f5eaad33fc6a7e7cf06448e8b6e859eb46
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 16 06:11:40 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 16 06:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c251f5

dev-ruby/binding_of_caller: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild
index d6d8b4467b4..cabb6b09519 100644
--- a/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild
+++ b/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"



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

2016-12-16 Thread Hans de Graaff
commit: f1ee31fe7845fd388d6ecf50ddd3dabc6263d3bb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 17 05:56:44 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 17 05:56:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ee31fe

dev-ruby/binding_of_caller: add 0.7.2

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild
index b3176d2..ab0c1cb 100644
--- a/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild
+++ b/dev-ruby/binding_of_caller/binding_of_caller-0.7.2.ebuild
@@ -1,9 +1,9 @@
-# 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="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"