commit:     a500045e2a9367f78051c4aebd3b99aaee6efdab
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Feb 28 15:28:15 2026 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Feb 28 15:28:15 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a500045e

app-accessibility/rhvoice: drop 1.14.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-accessibility/rhvoice/rhvoice-1.14.0.ebuild | 35 -------------------------
 1 file changed, 35 deletions(-)

diff --git a/app-accessibility/rhvoice/rhvoice-1.14.0.ebuild 
b/app-accessibility/rhvoice/rhvoice-1.14.0.ebuild
deleted file mode 100644
index 133a073f08..0000000000
--- a/app-accessibility/rhvoice/rhvoice-1.14.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-declare -A VOICES=(
-       [en]="
-               redistributable? (
-                       app-voices/rhvoice-bdl
-                       app-voices/rhvoice-clb
-                       app-voices/rhvoice-slt
-               )
-       "
-       [ru]="redistributable? ( app-voices/rhvoice-arina )"
-)
-
-DESCRIPTION="Multilingual text-to-speech engine (metapackage)"
-HOMEPAGE="
-       https://rhvoice.org
-       https://github.com/RHVoice/RHVoice
-"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="redistributable"
-
-for lang in "${!VOICES[@]}"; do
-       usestr="l10n_${lang:?}"
-       IUSE+=" ${usestr:?}"
-       RHVOICE_REQ_USE+="${usestr:?}?,"
-       RDEPEND+=" ${usestr}? ( ${VOICES[${lang:?}]} )"
-done
-
-RDEPEND+=" >=app-accessibility/rhvoice-core-${PV}[${RHVOICE_REQ_USE%,}]"

Reply via email to