Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/binding_of_caller/
Date: Sun, 08 May 2022 05:44:08
Message-Id: 1651988620.cdb65e7d6c0c2fd5e2ae3ae09323f1ad92737a67.graaff@gentoo
1 commit: cdb65e7d6c0c2fd5e2ae3ae09323f1ad92737a67
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 07:04:36 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 05:43:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb65e7d
7
8 dev-ruby/binding_of_caller: drop 0.8.0, 1.0.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/binding_of_caller/Manifest | 1 -
13 .../binding_of_caller-0.8.0.ebuild | 26 -------------------
14 .../binding_of_caller-1.0.0.ebuild | 30 ----------------------
15 3 files changed, 57 deletions(-)
16
17 diff --git a/dev-ruby/binding_of_caller/Manifest b/dev-ruby/binding_of_caller/Manifest
18 index b45105f01e74..edf5c7a36dde 100644
19 --- a/dev-ruby/binding_of_caller/Manifest
20 +++ b/dev-ruby/binding_of_caller/Manifest
21 @@ -1,2 +1 @@
22 -DIST binding_of_caller-0.8.0.gem 87552 BLAKE2B 9097fe2dbf1e5ea2361bee94cb83ce8152f7e1357caecf1217b1643be225e21e5aa793e7fccbef5c983d5c204b95e633ded490158dfdd1d4e99fca81c51cb910 SHA512 d6ea4e893415eaf3614b109f8f36c3fa2378da9997d013fccbd0fc1e598886d11f7843023ceed2468184d5b8df01e2329ef16c7af57bc60bbd47304a53b43974
23 DIST binding_of_caller-1.0.0.tar.gz 7473 BLAKE2B 2a8f3cee555e11c9eeb56935d0ee51deb037ea5fc631b4ef5eb50a831e48ba47c6a94e9104456bd8e6c4910bc76c5bc7e268db7de8c5ed283886b80c3feffd62 SHA512 89c58fec180b7bc25c5124035ed69692961148a3ddcb561643e7b8b1a78c3b103795408b52e70264db7c4b62080991219af977c5b981a135d573ecd56cebebba
24
25 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
26 deleted file mode 100644
27 index a634b5730bdb..000000000000
28 --- a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -USE_RUBY="ruby25 ruby26 ruby27"
36 -
37 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
38 -RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"
39 -
40 -inherit ruby-fakegem
41 -
42 -DESCRIPTION="Retrieve the binding of a method's caller"
43 -HOMEPAGE="https://github.com/banister/binding_of_caller"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE="test"
49 -
50 -ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
51 -
52 -ruby_add_bdepend "test? ( dev-ruby/bacon )"
53 -
54 -each_ruby_test() {
55 - ${RUBY} -S bacon -Itest -rubygems -a -q || die
56 -}
57
58 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
59 deleted file mode 100644
60 index 47de67cdbd75..000000000000
61 --- a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild
62 +++ /dev/null
63 @@ -1,30 +0,0 @@
64 -# Copyright 1999-2021 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=7
68 -USE_RUBY="ruby25 ruby26 ruby27"
69 -
70 -RUBY_FAKEGEM_EXTRADOC="README.md"
71 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
72 -
73 -RUBY_FAKEGEM_GEMSPEC="binding_of_caller.gemspec"
74 -
75 -RUBY_FAKEGEM_BINWRAP=""
76 -
77 -inherit ruby-fakegem
78 -
79 -DESCRIPTION="Retrieve the binding of a method's caller"
80 -HOMEPAGE="https://github.com/banister/binding_of_caller"
81 -SRC_URI="https://github.com/banister/binding_of_caller/archive/v${PV}.tar.gz -> ${P}.tar.gz"
82 -
83 -LICENSE="MIT"
84 -SLOT="0"
85 -KEYWORDS="~amd64"
86 -IUSE="test"
87 -
88 -ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1"
89 -
90 -all_ruby_prepare() {
91 - sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
92 - sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
93 -}