diff options
Diffstat (limited to 'dev-ruby/countdownlatch')
-rw-r--r-- | dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild b/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild deleted file mode 100644 index 0f6b52558a36..000000000000 --- a/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild +++ /dev/null @@ -1,26 +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_TEST="test" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Synchronization aid to allow threads to wait for operations in other threads" -HOMEPAGE="https://github.com/benlangfeld/countdownlatch" -IUSE="" -SLOT="0" - -LICENSE="MIT" -KEYWORDS="~amd64" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile || die -} |