Install this version:
emerge -a =dev-util/tailspin-6.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/tailspin-6.0.0
Or alternatively:
emerge --autounmask-write -a =dev-util/tailspin-6.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.0.0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.15.1
EAPI=8
CRATES="
"
RUST_MIN_VER="1.93.0"
inherit cargo
DESCRIPTION="A log file highlighter"
# Double check the homepage as the cargo_metadata crate
# does not provide this value so instead repository is used
HOMEPAGE="https://github.com/bensadeh/tailspin"
SRC_URI="
https://github.com/bensadeh/tailspin/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
https://github.com/gentoo-zh-drafts/${PN}/releases/download/${PV}/${P}-crates.tar.xz
${CARGO_CRATE_URIS}
"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
Apache-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB
"
SLOT="0"
KEYWORDS="~amd64"
# rust does not use *FLAGS from make.conf, silence portage warning
# update with proper path to binaries this crate installs, omit leading /
QA_FLAGS_IGNORED="usr/bin/tspin"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tailspin-6.0.0-crates.tar.xz | 11220780 bytes | https://github.com/gentoo-zh-drafts/tailspin/releases/download/6.0.0/tailspin-6.0.0-crates.tar.xz |
| DIST | tailspin-6.0.0.tar.gz | 3634424 bytes | https://github.com/bensadeh/tailspin/archive/refs/tags/6.0.0.tar.gz |