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/instantiator/
Date: Fri, 23 Nov 2018 09:19:22
Message-Id: 1542964454.e79df02d06ef6dac9c6644471260641c73a2fabf.graaff@gentoo
1 commit: e79df02d06ef6dac9c6644471260641c73a2fabf
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 23 09:14:14 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 23 09:14:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79df02d
7
8 dev-ruby/instantiator: 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/instantiator/Manifest | 1 -
14 dev-ruby/instantiator/instantiator-0.0.6.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-ruby/instantiator/Manifest b/dev-ruby/instantiator/Manifest
18 index abf8c93ed06..fc27de477aa 100644
19 --- a/dev-ruby/instantiator/Manifest
20 +++ b/dev-ruby/instantiator/Manifest
21 @@ -1,2 +1 @@
22 -DIST instantiator-0.0.6.gem 6144 BLAKE2B 6add4d12cce98be209ac3d1073c17163c10c6c015eb40c9d8efcf3c4521e56c736618d11c4a06f52a0d16ffdf2b6815fb6e04ce823fc79febf997dec30aa1904 SHA512 0d24c804dd048c071e5ddd021a1adcb907eb642df16ce841fdca2efdfd5604f73d065ad4496cf6d63bdff73e7488391d7226bdc0d918d2813502ca3d4fc615a1
23 DIST instantiator-0.0.7.gem 8192 BLAKE2B c1cc0bf4a3f2aaf9afd522e33fdd2b32d78ca114fc7b113f6ae297e825177827cb6aa5398917d6d05523f912bebf22e43709e53c0dfe4e1a941ebda4350d3098 SHA512 b37a9380d787252244d2b85bb99365f4a4ecdab58f76caf5e59df00b239f4981119eb5c2eb2fe6ddcf810bb0fb43695f8926370a101f4223fa28811953e6731d
24
25 diff --git a/dev-ruby/instantiator/instantiator-0.0.6.ebuild b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
26 deleted file mode 100644
27 index baa1842e7f0..00000000000
28 --- a/dev-ruby/instantiator/instantiator-0.0.6.ebuild
29 +++ /dev/null
30 @@ -1,25 +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 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
39 -RUBY_FAKEGEM_EXTRADOC="README.md"
40 -
41 -inherit ruby-fakegem
42 -
43 -DESCRIPTION="Instantiate an arbitrary Ruby class"
44 -HOMEPAGE="https://github.com/floehopper/introspection"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86"
49 -IUSE=""
50 -
51 -ruby_add_rdepend "dev-ruby/blankslate:*"
52 -
53 -all_ruby_prepare() {
54 - sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
55 -}