commit: 5b75f900483b29b24c97c4822d92e303dc86b394 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jul 4 09:40:05 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jul 4 09:41:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b75f900
dev-ruby/histogram: drop 0.2.4.1 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/histogram/histogram-0.2.4.1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-ruby/histogram/histogram-0.2.4.1.ebuild b/dev-ruby/histogram/histogram-0.2.4.1.ebuild deleted file mode 100644 index 723024fb90bd..000000000000 --- a/dev-ruby/histogram/histogram-0.2.4.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="Gives objects the ability to 'histogram' in several useful ways" -HOMEPAGE="https://github.com/jtprince/histogram" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/narray )" - -all_ruby_prepare() { - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die -}
