From: Hans de Graaff Date: Sun, 14 Jul 2019 06:17:13 +0000 (+0200) Subject: dev-ruby/gruff: cleanup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1862ced93b8114ad13a627d40994ce8b7df4f4f3;p=gentoo.git dev-ruby/gruff: cleanup Signed-off-by: Hans de Graaff Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- diff --git a/dev-ruby/gruff/gruff-0.7.0.ebuild b/dev-ruby/gruff/gruff-0.7.0.ebuild deleted file mode 100644 index 8256a45dd1d7..000000000000 --- a/dev-ruby/gruff/gruff-0.7.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.md RELEASE.md" - -RUBY_FAKEGEM_EXTRAINSTALL="assets rails_generators" - -inherit ruby-fakegem - -DESCRIPTION="Beautiful graphs for one or multiple datasets" -HOMEPAGE="https://github.com/topfunky/gruff" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~x86-macos" -IUSE="" - -# imagemagick is an indirect dependency through rmagick. However, for -# gruff to work properly imagemagick needs to be compiled with truetype -# support and this cannot be expressed in the rmagick dependency. Tests -# also require imagemagick to have jpeg and png support. -DEPEND="${DEPEND} test? ( media-gfx/imagemagick[jpeg,png,truetype,webp] )" -RDEPEND="${RDEPEND} media-gfx/imagemagick[truetype]" - -ruby_add_rdepend ">=dev-ruby/rmagick-2.13.4" -ruby_add_bdepend " - test? ( - dev-ruby/hoe - dev-ruby/test-unit - )" - -all_ruby_prepare() { - sed -i -e '/reporters/I s:^:#:' test/gruff_test_case.rb || die - sed -i -e '2irequire "date"' test/test_scatter.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib:. -e "Dir['test/test_*.rb'].each{|f| require f}" || die -}