diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-01-15 07:41:32 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-01-15 07:41:32 +0100 |
commit | f7465c5dda26e9d6c3dfb3942b3d399fb0066a98 (patch) | |
tree | 7b616c5da7b2ee66ef12619e32af52b6d6bd2c46 /dev-ruby/childlabor | |
parent | dev-ruby/htmlentities: cleanup (diff) | |
download | gentoo-f7465c5dda26e9d6c3dfb3942b3d399fb0066a98.tar.gz gentoo-f7465c5dda26e9d6c3dfb3942b3d399fb0066a98.tar.bz2 gentoo-f7465c5dda26e9d6c3dfb3942b3d399fb0066a98.zip |
dev-ruby/childlabor: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/childlabor')
-rw-r--r-- | dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild b/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild deleted file mode 100644 index f1c57a296957..000000000000 --- a/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_DOCDIR="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A scripting framework that replaces rake and sake" -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="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="test" - -RUBY_S="${PN}-${COMMIT_ID}" - -ruby_add_bdepend "test? ( dev-ruby/rspec:2 )" - -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 -} - -each_ruby_test() { - ruby-ng_rspec -I. spec/task_spec.rb || die -} |