From e34342e15146c86ce273dc63f1ef78ec0c5140bd Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 12 Nov 2021 07:21:33 +0100 Subject: [PATCH] dev-ruby/countdownlatch: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff --- .../countdownlatch-1.0.0-r1.ebuild | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild 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 0f6b52558a369..0000000000000 --- 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 -}