Install this version:
emerge -a =dev-util/bear-4.2.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/bear-4.2.2
Or alternatively:
emerge --autounmask-write -a =dev-util/bear-4.2.2
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.16.0
EAPI=8
RUST_MIN_VER="1.91.0"
CRATES="
aho-corasick@1.1.5
annotate-snippets@0.12.16
anstyle@1.0.14
anyhow@1.0.104
arraydeque@0.5.1
assert_cmd@2.2.2
assert_fs@1.1.4
autocfg@1.5.1
base64@0.23.1
bit-set@0.8.0
bit-vec@0.8.0
bitflags@2.13.1
bstr@1.13.1
cc@1.4.5
cfg-if@1.0.4
clap@4.6.6
clap_builder@4.6.6
clap_complete@4.6.9
clap_derive@4.6.4
clap_lex@1.1.0
console@0.16.4
crossbeam-channel@0.5.16
crossbeam-deque@0.8.7
crossbeam-epoch@0.9.20
crossbeam-utils@0.8.22
ctor@1.0.13
difflib@0.4.0
downcast@0.11.0
encode_unicode@1.0.0
encoding_rs@0.8.35
encoding_rs_io@0.1.8
env_filter@2.0.0
env_logger@0.11.11
errno@0.3.14
fastrand@2.5.0
find-msvc-tools@0.1.12
float-cmp@0.10.0
fnv@1.0.7
fragile@2.1.0
futures-core@0.3.34
getrandom@0.3.4
getrandom@0.4.3
glob@0.3.4
globset@0.4.20
globwalk@0.9.1
granit-parser@1.2.0
heck@0.5.0
ignore@0.4.33
insta@1.48.0
itoa@1.0.18
libc@0.2.189
link-section@0.19.3
linktime-proc-macro@0.2.3
linux-raw-sys@0.12.1
log@0.4.34
memchr@2.8.3
mockall@0.15.0
mockall_derive@0.15.0
nohash-hasher@0.2.0
normalize-line-endings@0.3.0
num-traits@0.2.19
once_cell@1.21.4
ppv-lite86@0.2.21
predicates-core@1.0.10
predicates-tree@1.0.13
predicates@3.1.4
proc-macro2@1.0.107
proptest@1.11.0
quick-error@1.2.3
quote@1.0.47
r-efi@5.3.0
r-efi@6.0.0
rand@0.9.5
rand_chacha@0.9.0
rand_core@0.9.5
rand_xorshift@0.4.0
regex-automata@0.4.18
regex-lite@0.1.9
regex-syntax@0.8.11
regex@1.13.1
rustix@1.1.4
rusty-fork@0.3.1
same-file@1.0.6
serde-saphyr@1.2.0
serde@1.0.229
serde_core@1.0.229
serde_derive@1.0.229
serde_json@1.0.151
shell-words@1.1.1
shlex@2.0.1
signal-hook-registry@1.4.8
signal-hook@0.4.4
similar@2.7.0
smallvec@1.16.0
strsim@0.11.1
syn@2.0.119
syn@3.0.5
tempfile@3.27.0
termtree@0.5.1
thiserror-impl@2.0.20
thiserror@2.0.20
unarray@0.1.4
unicode-ident@1.0.24
unicode-width@0.2.2
wait-timeout@0.2.1
walkdir@2.5.0
wasip2@1.0.4+wasi-0.2.12
which@8.0.6
winapi-util@0.1.11
windows-link@0.2.1
windows-sys@0.61.2
wit-bindgen@0.57.1
zerocopy-derive@0.8.56
zerocopy@0.8.56
zmij@1.0.23
"
inherit cargo prefix toolchain-funcs
DESCRIPTION="A tool that generates a compilation database for clang tooling"
HOMEPAGE="https://github.com/rizsotto/Bear"
SRC_URI="
https://github.com/rizsotto/Bear/archive/${PV}.tar.gz -> ${P}.tar.gz
${CARGO_CRATE_URIS}
"
S="${WORKDIR}/${P^}"
LICENSE="GPL-3+"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD MIT Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
RESTRICT="test" # https://bugs.gentoo.org/973619
BDEPEND="llvm-core/lld"
QA_FLAGS_IGNORED="
usr/libexec/bear/.*/libexec.so
usr/libexec/bear/bin/bear-driver
usr/libexec/bear/bin/bear-wrapper
"
src_compile() {
gencompletions() {
cargo_src_compile -p bear-completions
# cargo_target_dir has different value in cross, but install
# script expects generated completions to be in the same target dir
"$(cargo_target_dir)"/generate-completions \
"${T}"/completions || die
}
tc-env_build gencompletions
cargo_src_compile
}
src_install() {
mv "${T}/completions" "$(cargo_target_dir)/completions" || die
SRCDIR="$(cargo_target_dir)" \
DESTDIR="${D}" \
PREFIX="${EPREFIX}/usr" \
scripts/install.sh
rm -r "${ED}"/usr/share/doc || die
local DOCS=( *.md )
default
# use /bin/sh from prefix
hprefixify "${ED}"/usr/bin/bear
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bear-4.2.2.tar.gz | 691851 bytes | https://github.com/rizsotto/Bear/archive/4.2.2.tar.gz |