commit: f0be44fd58416cd4a1169f1ce1eaae6934e00186 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Nov 25 07:53:40 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Nov 25 09:09:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0be44fd
dev-ruby/evented-spec: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/evented-spec/evented-spec-0.9.0.ebuild | 29 ------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-ruby/evented-spec/evented-spec-0.9.0.ebuild b/dev-ruby/evented-spec/evented-spec-0.9.0.ebuild deleted file mode 100644 index 0dba0866df40..000000000000 --- a/dev-ruby/evented-spec/evented-spec-0.9.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.textile" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit versionator ruby-fakegem - -DESCRIPTION="A set of helpers to help you test your asynchronous code" -HOMEPAGE="https://github.com/ruby-amqp/evented-spec" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# Tests require a running AMQP server and AMQP installed. Since -# currently AMQP is the only package using evented-spec we just skip the -# tests here altogether to avoid circular dependencies. -RESTRICT="test" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die -}
