Install this version:
emerge -a =media-sound/asterisk-sounds-ru-tamara-2.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/asterisk-sounds-ru-tamara-2.0.2
Or alternatively:
emerge --autounmask-write -a =media-sound/asterisk-sounds-ru-tamara-2.0.2
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
DESCRIPTION="Asterisk's russian sounds. \"Tamara\" pack"
HOMEPAGE="https://asteriskforum.ru/"
SRC_URI="https://val.bmstu.ru/unix/voip/Russian-Tamara-2.0.2-ulaw.tar.gz"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=">=net-misc/asterisk-1.6.2.0"
RDEPEND="${DEPEND}"
src_unpack() {
default
unpack "./Russian-Tamara-2.0.2-ulaw/sounds.tar.gz"
}
src_install() {
insinto /var/lib/asterisk/sounds
doins -r sounds/*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | Russian-Tamara-2.0.2-ulaw.tar.gz | 7180971 bytes | https://val.bmstu.ru/unix/voip/Russian-Tamara-2.0.2-ulaw.tar.gz |