commit:     e34342e15146c86ce273dc63f1ef78ec0c5140bd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 06:21:33 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 06:21:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34342e1

dev-ruby/countdownlatch: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../countdownlatch/countdownlatch-1.0.0-r1.ebuild  | 26 ----------------------
 1 file changed, 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 0f6b52558a3..00000000000
--- 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
-}

Reply via email to