dev-ruby/countdownlatch - 1.0.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/countdownlatch-1.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/countdownlatch-1.0.0

Or alternatively:

emerge --autounmask-write -a =dev-ruby/countdownlatch-1.0.0

Package Information

Description:
Synchronization aid to allow threads to wait for operations in other threads
Homepage:
https://github.com/benlangfeld/countdownlatch
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

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"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

IUSE="test"

ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"

all_ruby_prepare() {
	sed -i -e '/bundler/ s:^:#:' Rakefile || die

	sed -e '1igem "minitest", "~> 5.0"' \
		-i spec/countdownlatch_spec.rb || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ruby/countdownlatch | euse -E <flag> -p dev-ruby/countdownlatch | euse -D <flag> -p dev-ruby/countdownlatch

Global/Standard Flags

Inherited Eclasses