diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-05-12 07:10:55 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-05-12 07:10:55 +0200 |
commit | dd8be840c99bdc4f18a95b601f2401f19e6dc54c (patch) | |
tree | 497750e9c09290ab5dfdc15f74a065f75d993c7d /dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild | |
parent | eclass/ruby-ng.eclass: make ruby23 a no-op (diff) | |
download | gentoo-dd8be840c99bdc4f18a95b601f2401f19e6dc54c.tar.gz gentoo-dd8be840c99bdc4f18a95b601f2401f19e6dc54c.tar.bz2 gentoo-dd8be840c99bdc4f18a95b601f2401f19e6dc54c.zip |
dev-ruby/celluloid: remove masked packages
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild')
-rw-r--r-- | dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild b/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild deleted file mode 100644 index b1610ab0df52..000000000000 --- a/dev-ruby/celluloid-supervision/celluloid-supervision-0.20.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs" -HOMEPAGE="https://github.com/celluloid/celluloid" -SRC_URI="https://github.com/celluloid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -IUSE="" -SLOT="0" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -ruby_add_rdepend " - >=dev-ruby/timers-4.1.1" - -ruby_add_bdepend "test? ( - >=dev-ruby/celluloid-0.17.2 - dev-ruby/dotenv - dev-ruby/nenv - dev-ruby/rspec-retry -)" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die - - sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die - sed -i -e "s:log/test.log:${TMPDIR}/test.log:" .env-dev || die -} |