commit: f30b88e8de5c6e83476866d70c46b52cb2448da4 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Apr 3 06:56:26 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Apr 3 06:56:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30b88e8
dev-ruby/tidy_table: cleanup Package-Manager: portage-2.2.26 dev-ruby/tidy_table/tidy_table-0.0.5-r3.ebuild | 30 -------------------------- 1 file changed, 30 deletions(-) diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r3.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r3.ebuild deleted file mode 100644 index 30aad5a..0000000 --- a/dev-ruby/tidy_table/tidy_table-0.0.5-r3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="docs" -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="" - -ruby_add_bdepend "doc? ( dev-ruby/hoe )" - -all_ruby_prepare() { - # Remove reference to RSpec 1 - sed -i -e '/spec/d' spec/spec_helper.rb || die -}
