diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-12 07:21:33 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-12 07:21:33 +0100 |
commit | e34342e15146c86ce273dc63f1ef78ec0c5140bd (patch) | |
tree | c427dd27716a0d3354d9ef81a599edb554c68252 /dev-ruby/countdownlatch | |
parent | dev-ruby/colored: cleanup (diff) | |
download | gentoo-e34342e15146c86ce273dc63f1ef78ec0c5140bd.tar.gz gentoo-e34342e15146c86ce273dc63f1ef78ec0c5140bd.tar.bz2 gentoo-e34342e15146c86ce273dc63f1ef78ec0c5140bd.zip |
dev-ruby/countdownlatch: 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/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 -} |