Install this version:
emerge -a =media-gfx/svgcleaner-0.9.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/svgcleaner-0.9.5
Or alternatively:
emerge --autounmask-write -a =media-gfx/svgcleaner-0.9.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.5 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.1.5
EAPI=8
CRATES="
bitflags@1.0.1
cfg-if@0.1.2
clap@2.31.2
error-chain@0.11.0
fern@0.5.5
float-cmp@0.3.0
log@0.4.1
num@0.1.42
num-integer@0.1.36
num-iter@0.1.35
num-traits@0.2.2
phf@0.7.21
phf_shared@0.7.21
simplecss@0.1.0
siphasher@0.2.2
svgdom@0.10.5
svgparser@0.6.4
textwrap@0.9.0
unicode-width@0.1.4
xmlparser@0.1.2
"
inherit cargo
DESCRIPTION="svgcleaner could help you to clean up your SVG files from the unnecessary data."
HOMEPAGE="https://github.com/RazrFalcon/svgcleaner"
SRC_URI="https://github.com/RazrFalcon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
${CARGO_CRATE_URIS}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
QA_FLAGS_IGNORED="usr/bin/svgcleaner"
src_install() {
cargo_src_install
dodoc CHANGELOG.md FAQ.md README.rst
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | svgcleaner-0.9.5.tar.gz | 127518 bytes | https://github.com/RazrFalcon/svgcleaner/archive/v0.9.5.tar.gz |