commit:     29268012a55ed4560c7cb323e286447c528397ca
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 17:14:13 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 17:57:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29268012

dev-ruby/cri: drop 2.15.11

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/cri/cri-2.15.11.ebuild | 32 --------------------------------
 1 file changed, 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
-}

Reply via email to