Install this version:
emerge -a =net-proxy/shadowsocks-rust-1.22.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-proxy/shadowsocks-rust-1.22.0
Or alternatively:
emerge --autounmask-write -a =net-proxy/shadowsocks-rust-1.22.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.22.0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.5
EAPI=8
CRATES="
"
inherit cargo systemd
DESCRIPTION="A Rust port of shadowsocks"
HOMEPAGE="https://shadowsocks.org"
SRC_URI="
${CARGO_CRATE_URIS}
"
if [[ ${PKGBUMPING} != ${PVR} ]]; then
SRC_URI+="
https://github.com/shadowsocks/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/denisstrizhkin/${PN}-crates/releases/download/${PV}/${PN}-${PV}-crates.tar.xz
"
fi
LICENSE="MIT"
# Dependent crate licenses
LICENSE+="
0BSD Apache-2.0 BSD-2 BSD CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0
WTFPL-2
"
SLOT="0"
KEYWORDS="~amd64"
src_configure() {
local myfeatures=(
full
)
cargo_src_configure
}
src_install() {
systemd_dounit debian/shadowsocks-rust-local@.service
systemd_dounit debian/shadowsocks-rust-server@.service
cargo_src_install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | shadowsocks-rust-1.22.0-crates.tar.xz | 46321660 bytes | https://github.com/denisstrizhkin/shadowsocks-rust-crates/releases/download/1.22.0/shadowsocks-rust-1.22.0-crates.tar.xz |
| DIST | shadowsocks-rust-1.22.0.tar.gz | 503479 bytes | https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.22.0.tar.gz |