dev-ruby/innertube - 1.1.0 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/innertube-1.1.0

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

autounmask =dev-ruby/innertube-1.1.0

Or alternatively:

emerge --autounmask-write -a =dev-ruby/innertube-1.1.0

Package Information

Description:
A thread-safe resource pool, originally borne in riak-client (Ripple)
Homepage:
https://github.com/basho/innertube
License:
Apache-2.0

Ebuild Details

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

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="A thread-safe resource pool, originally borne in riak-client (Ripple)"
HOMEPAGE="https://github.com/basho/innertube"
LICENSE="Apache-2.0"

SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

ruby_add_bdepend "test? ( dev-ruby/thwait )"

all_ruby_prepare() {
	sed -i -e 's/mock/double/ ; s/message/puts/' spec/innertube_spec.rb || die
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses