summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-04-02 11:59:35 +0200
committerHans de Graaff <graaff@gentoo.org>2022-04-03 08:08:00 +0200
commit99195dd26ed9eb1e75e950c3adcdd743f8fdfc6d (patch)
tree3d0d9b610eea5329fd3b98740d185f90af626071 /dev-ruby/slow_enumerator_tools
parentdev-ruby/ddplugin: enable ruby31 and disable ruby25 (diff)
downloadgentoo-99195dd26ed9eb1e75e950c3adcdd743f8fdfc6d.tar.gz
gentoo-99195dd26ed9eb1e75e950c3adcdd743f8fdfc6d.tar.bz2
gentoo-99195dd26ed9eb1e75e950c3adcdd743f8fdfc6d.zip
dev-ruby/slow_enumerator_tools: drop 1.1.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/slow_enumerator_tools')
-rw-r--r--dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0.ebuild b/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0.ebuild
deleted file mode 100644
index d0c2d9fdbc0f..000000000000
--- a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Transform Ruby enumerators that produce data slowly and unpredictably"
-HOMEPAGE="https://github.com/ddfreyne/slow_enumerator_tools/"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' \
- -e '/fuubar/,/^end/ s:^:#:' spec/spec_helper.rb || die
- sed -i -e '/Fuubar/d' .rspec || die
-}