diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-29 07:54:18 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-29 08:18:50 +0100 |
commit | b61000ce1abca05b4a9e4729219e13ce089c386f (patch) | |
tree | 01009b0d41664253945f28218a57ba9344b60df3 /dev-ruby/flog/flog-4.6.6.ebuild | |
parent | dev-ruby/flog: enable ruby33 (diff) | |
download | gentoo-b61000ce1abca05b4a9e4729219e13ce089c386f.tar.gz gentoo-b61000ce1abca05b4a9e4729219e13ce089c386f.tar.bz2 gentoo-b61000ce1abca05b4a9e4729219e13ce089c386f.zip |
dev-ruby/flog: drop 4.6.6, 4.7.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/flog/flog-4.6.6.ebuild')
-rw-r--r-- | dev-ruby/flog/flog-4.6.6.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/flog/flog-4.6.6.ebuild b/dev-ruby/flog/flog-4.6.6.ebuild deleted file mode 100644 index 25596596f34b..000000000000 --- a/dev-ruby/flog/flog-4.6.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Flog reports the most tortured code in an easy to read pain report" -HOMEPAGE="https://ruby.sadi.st/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -ruby_add_rdepend " - dev-ruby/path_expander:1 - >dev-ruby/ruby_parser-3.1.0:3 - >=dev-ruby/sexp_processor-4.8:4" - -each_ruby_test() { - ${RUBY} -Ilib test/test_flog.rb || die -} |