diff options
Diffstat (limited to 'dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild')
| -rw-r--r-- | dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild b/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild deleted file mode 100644 index 75a3644dd422..000000000000 --- a/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby32 ruby33 ruby34 ruby40" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_DOCDIR="" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_GEMSPEC="childlabor.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Gem that helps manage child processes" -HOMEPAGE="https://github.com/carllerche/childlabor" -COMMIT_ID="6518b939dddbad20c7f05aa075d76e3ca6e70447" -SRC_URI="https://github.com/carllerche/childlabor/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="test" - -RUBY_S="${PN}-${COMMIT_ID}" - -ruby_add_bdepend "test? ( dev-ruby/rspec:3 )" - -all_ruby_prepare() { - # Avoid failing spec. The signals work, but the stdout handling - # doesn't seem to play nice with portage. - sed -i -e '/can send signals/,/^ end/ s:^:#:' spec/task_spec.rb || die - - # Rspec 3 compatibility - sed -i -e 's/Spec::Runner/RSpec/' spec/spec_helper.rb || die - sed -i -e 's/be_false/be_falsey/ ; s/be_true/be true/' spec/task_spec.rb || die -} - -each_ruby_test() { - RSPEC_VERSION=3 ruby-ng_rspec -I. spec/task_spec.rb || die -} |
