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/tidy_table/
Date: Thu, 26 May 2022 10:36:07
Message-Id: 1653561355.94691c239b2017bd9bdcdfc12500c2034cb27a99.graaff@gentoo
1 commit: 94691c239b2017bd9bdcdfc12500c2034cb27a99
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 10:15:27 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 10:35:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94691c23
7
8 dev-ruby/tidy_table: drop 0.0.5-r5
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild | 31 --------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
16 deleted file mode 100644
17 index ae0efecf5fb3..000000000000
18 --- a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
26 -
27 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
28 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
29 -
30 -RUBY_FAKEGEM_DOCDIR="doc"
31 -
32 -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
33 -
34 -inherit ruby-fakegem
35 -
36 -DESCRIPTION="Tool to convert an array of struct into an HTML table"
37 -HOMEPAGE="https://github.com/topfunky/tidy_table"
38 -
39 -LICENSE="MIT"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -IUSE=""
43 -
44 -all_ruby_prepare() {
45 - # Remove reference to RSpec 1
46 - sed -i -e '/spec/d' -e '1irequire "date"' spec/spec_helper.rb || die
47 -
48 - # Remove metadata so a stub gemspec will be created to avoid the
49 - # wrong runtime dependency on dev-ruby/hoe.
50 - rm -f ../metadata || die
51 -}