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/introspection/
Date: Fri, 23 Nov 2018 09:19:22
Message-Id: 1542964371.15b2a304648fb88c7f46e44d8e54f35a2cd51a3e.graaff@gentoo
1 commit: 15b2a304648fb88c7f46e44d8e54f35a2cd51a3e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 23 09:12:51 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 23 09:12:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b2a304
7
8 dev-ruby/introspection: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/introspection/Manifest | 1 -
14 dev-ruby/introspection/introspection-0.0.3.ebuild | 26 -----------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/dev-ruby/introspection/Manifest b/dev-ruby/introspection/Manifest
18 index 6a3be03ed1c..07b06559985 100644
19 --- a/dev-ruby/introspection/Manifest
20 +++ b/dev-ruby/introspection/Manifest
21 @@ -1,2 +1 @@
22 -DIST introspection-0.0.3.gem 9216 BLAKE2B ecc019bdace30aaf0a1357fbdaf56f19722b9ada0e61b335ffadf1ceac3340a664245d177a8ffe9caace9cab1b81d203578f8b914165309be17b6d6734966055 SHA512 423722f402a8a5cb5f415c498cf754a2b5084b0a89ada48b982a97e3951d9af4bcd675d5dc4a2eacdd0673bf08facaba845e767e3e248e0a8ec922eddbc53c37
23 DIST introspection-0.0.4.gem 9216 BLAKE2B c97279576a60dfd74453d16a6eb0885326dad18748bd182fe3b5c2a73121553cd3ea66690841df6554fd105e50f5f6df075afb94795b94dbd7caf4615ca67764 SHA512 c228827ac9d8a82a104e78daadf038c674cd464bf726fc3bd1efa82e9d9cab37f6ee909f578585e7846378f0b755ed4d60fa119fd699f6c40188ea2de4ac7084
24
25 diff --git a/dev-ruby/introspection/introspection-0.0.3.ebuild b/dev-ruby/introspection/introspection-0.0.3.ebuild
26 deleted file mode 100644
27 index a0f138a55af..00000000000
28 --- a/dev-ruby/introspection/introspection-0.0.3.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
37 -
38 -# No documentation task
39 -RUBY_FAKEGEM_TASK_DOC=""
40 -RUBY_FAKEGEM_EXTRADOC="README.md"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="Dynamic inspection of the hierarchy of method definitions on a Ruby object"
45 -HOMEPAGE="http://jamesmead.org/"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86"
50 -IUSE=""
51 -
52 -ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1 >=dev-ruby/instantiator-0.0.3"
53 -
54 -all_ruby_prepare() {
55 - sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
56 -}