diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-07-22 20:23:14 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-07-22 21:04:07 +0200 |
commit | 4d4d8bbcb8857fbef5e2efbc26d0a3c81dbd9939 (patch) | |
tree | f92f9183d3bc25c596c74a71ce240ce33a559ed7 /dev-ruby/ruby-progressbar | |
parent | dev-ruby/ruby-progressbar: mark ruby21 revision stable (diff) | |
download | gentoo-4d4d8bbcb8857fbef5e2efbc26d0a3c81dbd9939.tar.gz gentoo-4d4d8bbcb8857fbef5e2efbc26d0a3c81dbd9939.tar.bz2 gentoo-4d4d8bbcb8857fbef5e2efbc26d0a3c81dbd9939.zip |
dev-ruby/ruby-progressbar: cleanup
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild deleted file mode 100644 index 9b2a18d9d48f..000000000000 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby20" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A Text Progress Bar Library for Ruby" -HOMEPAGE="https://github.com/jfelchner/ruby-progressbar" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd" - -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/timecop )" - -all_ruby_prepare() { - sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die -} |