diff options
author | 2023-06-20 06:24:02 +0200 | |
---|---|---|
committer | 2023-06-20 06:24:02 +0200 | |
commit | 4f66102967ccbe7db3ff52746199e64b805492f7 (patch) | |
tree | 055bdd34c087d40dd3a22d58932b1e6fbe7a7e23 /dev-ruby/colorize | |
parent | dev-ruby/sparklines: enable ruby32 (diff) | |
download | gentoo-4f66102967ccbe7db3ff52746199e64b805492f7.tar.gz gentoo-4f66102967ccbe7db3ff52746199e64b805492f7.tar.bz2 gentoo-4f66102967ccbe7db3ff52746199e64b805492f7.zip |
dev-ruby/colorize: drop 0.8.1-r1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/colorize')
-rw-r--r-- | dev-ruby/colorize/colorize-0.8.1-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/colorize/colorize-0.8.1-r1.ebuild b/dev-ruby/colorize/colorize-0.8.1-r1.ebuild deleted file mode 100644 index 17c7662c97f0..000000000000 --- a/dev-ruby/colorize/colorize-0.8.1-r1.ebuild +++ /dev/null @@ -1,28 +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="CHANGELOG README.md" - -inherit ruby-fakegem - -DESCRIPTION="Adds methods to set color, background color and text effect on console easier" -HOMEPAGE="https://github.com/fazibear/colorize" -LICENSE="GPL-2+" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/minitest:5 )" - -all_ruby_prepare() { - sed -i -e "/[Cc]ode[Cc]limate/d" test/test_colorize.rb || die -} - -each_ruby_test() { - cd test || die - ${RUBY} test_colorize.rb || die -} |