summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-05-26 12:15:27 +0200
committerHans de Graaff <graaff@gentoo.org>2022-05-26 12:35:55 +0200
commit94691c239b2017bd9bdcdfc12500c2034cb27a99 (patch)
treecc0f7be4a1eacc7c602fe045917d11f4a92f35ab /dev-ruby/tidy_table
parentdev-ruby/text-hyphen: enable ruby31 (diff)
downloadgentoo-94691c239b2017bd9bdcdfc12500c2034cb27a99.tar.gz
gentoo-94691c239b2017bd9bdcdfc12500c2034cb27a99.tar.bz2
gentoo-94691c239b2017bd9bdcdfc12500c2034cb27a99.zip
dev-ruby/tidy_table: drop 0.0.5-r5
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/tidy_table')
-rw-r--r--dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild31
1 files changed, 0 insertions, 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
-}