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/debug_inspector/
Date: Sun, 31 Oct 2021 04:45:09
Message-Id: 1635655437.2cd30264024cfd73d7bcfc10208770f9738b6e79.graaff@gentoo
1 commit: 2cd30264024cfd73d7bcfc10208770f9738b6e79
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 05:17:59 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 04:43:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd30264
7
8 dev-ruby/debug_inspector: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/debug_inspector/Manifest | 1 -
14 .../debug_inspector/debug_inspector-0.0.3.ebuild | 29 ----------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/dev-ruby/debug_inspector/Manifest b/dev-ruby/debug_inspector/Manifest
18 index 07685bf474d..edd3e524e08 100644
19 --- a/dev-ruby/debug_inspector/Manifest
20 +++ b/dev-ruby/debug_inspector/Manifest
21 @@ -1,2 +1 @@
22 -DIST debug_inspector-0.0.3.gem 8192 BLAKE2B c7605f246519b245d0b997e10cfc1271c6cd5a31dc44097546d51265eb6ce1d88686b1dc922addce0a58b6bccae4fa5a40611942b6babbf8dfc6b4c528949422 SHA512 38cbe0ddf2eb4285f4f7d6f12428747495230425352e1850a4395a5c27ad4c2f706eeeac1f684baea488f6e3bd4b65c8c9e0d5807d5af93d3350fa7b9d45da43
23 DIST debug_inspector-1.1.0.tar.gz 5837 BLAKE2B 49f2c4b8b872ad2be0e6c41d02f7cb64e3f2928e8f02e06ed99f2f2befffe1da4c25024a2069b8d2f19dc71ab182459f6cf75c5b717662e5cfab16a5b66cf41f SHA512 c66d5bf412d9b6a61f456e943a901dbe9018cf92c171e1a7d9a19807c7894ffdb6acaeaed2c8f688927130a14909d0e0714e5b728ad7ccbff0e5f1c0ad20c600
24
25 diff --git a/dev-ruby/debug_inspector/debug_inspector-0.0.3.ebuild b/dev-ruby/debug_inspector/debug_inspector-0.0.3.ebuild
26 deleted file mode 100644
27 index e1896bc0b45..00000000000
28 --- a/dev-ruby/debug_inspector/debug_inspector-0.0.3.ebuild
29 +++ /dev/null
30 @@ -1,29 +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_TASK_TEST=""
38 -
39 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 -RUBY_FAKEGEM_EXTRADOC="README.md"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="A Ruby wrapper for the MRI 2.0 debug_inspector API"
45 -HOMEPAGE="https://github.com/banister/debug_inspector"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE=""
51 -
52 -each_ruby_configure() {
53 - ${RUBY} -Cext/${PN} extconf.rb || die
54 -}
55 -
56 -each_ruby_compile() {
57 - emake V=1 -Cext/${PN}
58 - cp ext/${PN}/${PN}.so lib/ || die
59 -}