summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-12-07 18:14:13 +0100
committerHans de Graaff <graaff@gentoo.org>2022-12-07 18:57:13 +0100
commit29268012a55ed4560c7cb323e286447c528397ca (patch)
tree3c986fad5fd5d86cd842f5f1341d0837d349cf14 /dev-ruby
parentdev-ruby/date_validator: drop 0.11.0 (diff)
downloadgentoo-29268012a55ed4560c7cb323e286447c528397ca.tar.gz
gentoo-29268012a55ed4560c7cb323e286447c528397ca.tar.bz2
gentoo-29268012a55ed4560c7cb323e286447c528397ca.zip
dev-ruby/cri: drop 2.15.11
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/cri/cri-2.15.11.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-ruby/cri/cri-2.15.11.ebuild b/dev-ruby/cri/cri-2.15.11.ebuild
deleted file mode 100644
index 30eead91442a..000000000000
--- a/dev-ruby/cri/cri-2.15.11.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
-HOMEPAGE="https://rubygems.org/gems/cri"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )
- test? ( dev-ruby/yard dev-ruby/minitest )"
-
-all_ruby_prepare() {
- sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
- sed -i -e '/rubocop/ s:^:#:' \
- -e '/RuboCop/,/end/ s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib -S rake test_unit || die
-}