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/blankslate/
Date: Mon, 22 Nov 2021 18:36:09
Message-Id: 1637606156.ffd6abfbe218dc688a1e85e0afdb70a22a3db47a.graaff@gentoo
1 commit: ffd6abfbe218dc688a1e85e0afdb70a22a3db47a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 14:53:24 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 18:35:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd6abfb
7
8 dev-ruby/blankslate: 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/blankslate/blankslate-3.1.3.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/dev-ruby/blankslate/blankslate-3.1.3.ebuild b/dev-ruby/blankslate/blankslate-3.1.3.ebuild
17 deleted file mode 100644
18 index 3cebf513ccfe..000000000000
19 --- a/dev-ruby/blankslate/blankslate-3.1.3.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
28 -
29 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
30 -
31 -RUBY_FAKEGEM_EXTRADOC="README"
32 -
33 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
34 -
35 -inherit ruby-fakegem
36 -
37 -DESCRIPTION="Base class with almost all of the methods from Object and Kernel being removed"
38 -HOMEPAGE="https://rubygems.org/gems/blankslate"
39 -
40 -IUSE=""
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
44 -
45 -all_ruby_prepare() {
46 - # Avoid test failing with rspec 2.x.
47 - sed -i -e '/cleanliness/,/^ end/ s:^:#:' spec/blankslate_spec.rb || die
48 -}