dev-ruby/bootsnap - 1.18.6 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/bootsnap-1.18.6

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

autounmask =dev-ruby/bootsnap-1.18.6

Or alternatively:

emerge --autounmask-write -a =dev-ruby/bootsnap-1.18.6

Package Information

Description:
Boot large ruby/rails apps faster
Homepage:
https://github.com/Shopify/bootsnap
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.18.6 8 ~amd64 $(ver_cut 1)
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"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

RUBY_FAKEGEM_BINWRAP=""

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

RUBY_FAKEGEM_EXTENSIONS=(ext/bootsnap/extconf.rb)
RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/bootsnap

inherit ruby-fakegem

DESCRIPTION="Boot large ruby/rails apps faster"
HOMEPAGE="https://github.com/Shopify/bootsnap"
SRC_URI="https://github.com/Shopify/bootsnap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"

SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
IUSE="test"

ruby_add_rdepend "
	>=dev-ruby/msgpack-1.2:0
"

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

all_ruby_prepare() {
	sed -i -e '/\(byebug\|rake-compiler\|rubocop\)/ s:^:#:' Gemfile || die
}

each_ruby_test() {
	${RUBY} -Ilib:test:. -e 'Dir["test/**/*_test.rb"].each{|f| require f}' || die
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Manifest for 1.18.6

Type File Size Source URLs
DIST bootsnap-1.18.6.tar.gz 58656 bytes https://github.com/Shopify/bootsnap/archive/v1.18.6.tar.gz