dev-ruby/brotli - 0.8.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/brotli-0.8.0

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

autounmask =dev-ruby/brotli-0.8.0

Or alternatively:

emerge --autounmask-write -a =dev-ruby/brotli-0.8.0

Package Information

Description:
Brotli compressor/decompressor
Homepage:
https://github.com/miyucy/brotli
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.8.0 8 ~amd64 ~ppc64 $(ver_cut 1)
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_EXTRADOC="README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_GEMSPEC="brotli.gemspec"
RUBY_FAKEGEM_EXTENSIONS=(ext/brotli/extconf.rb)

inherit ruby-fakegem

DESCRIPTION="Brotli compressor/decompressor"
HOMEPAGE="https://github.com/miyucy/brotli"
SRC_URI="https://github.com/miyucy/brotli/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64 ~ppc64"
# Depends on the test data in app-arch/brotli
RESTRICT="test"

DEPEND=">=app-arch/brotli-1.1.0:="
RDEPEND="${DEPEND}"

all_ruby_prepare() {
	sed -e 's/git ls-files -z -- spec/find spec -print0/' \
		-e 's/git ls-files -z/find * -print0/' \
		-i ${RUBY_FAKEGEM_GEMSPEC} || die
}

Inherited Eclasses

Dependencies

DEPEND

>=app-arch/brotli-1.1.0:=

RDEPEND

>=app-arch/brotli-1.1.0:=

Manifest for 0.8.0

Type File Size Source URLs
DIST brotli-0.8.0.tar.gz 17684 bytes https://github.com/miyucy/brotli/archive/v0.8.0.tar.gz