commit:     94691c239b2017bd9bdcdfc12500c2034cb27a99
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 10:15:27 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 26 10:35:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94691c23

dev-ruby/tidy_table: drop 0.0.5-r5

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild | 31 --------------------------
 1 file changed, 31 deletions(-)

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
deleted file mode 100644
index ae0efecf5fb3..000000000000
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tool to convert an array of struct into an HTML table"
-HOMEPAGE="https://github.com/topfunky/tidy_table";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-all_ruby_prepare() {
-       # Remove reference to RSpec 1
-       sed -i -e '/spec/d' -e '1irequire "date"' spec/spec_helper.rb || die
-
-       # Remove metadata so a stub gemspec will be created to avoid the
-       # wrong runtime dependency on dev-ruby/hoe.
-       rm -f ../metadata || die
-}

Reply via email to