summaryrefslogtreecommitdiff
path: root/app-accessibility/rhvoice
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-accessibility/rhvoice
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-accessibility/rhvoice')
-rw-r--r--app-accessibility/rhvoice/metadata.xml19
-rw-r--r--app-accessibility/rhvoice/rhvoice-1.16.4.ebuild35
-rw-r--r--app-accessibility/rhvoice/rhvoice-1.18.1.ebuild35
3 files changed, 0 insertions, 89 deletions
diff --git a/app-accessibility/rhvoice/metadata.xml b/app-accessibility/rhvoice/metadata.xml
deleted file mode 100644
index 22f4bfe7ee4c..000000000000
--- a/app-accessibility/rhvoice/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>cyber+gentoo@sysrq.in</email>
- <name>Anna</name>
- </maintainer>
- <upstream>
- <remote-id type="github">RHVoice/RHVoice</remote-id>
- </upstream>
- <use>
- <flag name="redistributable">Install also non-free (but redistributable) voices</flag>
- </use>
- <longdescription lang="en">
- RHVoice is a multilingual speech synthesizer primarily developed for
- use with screen readers, maintaining the balance between speech
- quality and responsiveness.
- </longdescription>
-</pkgmetadata>
diff --git a/app-accessibility/rhvoice/rhvoice-1.16.4.ebuild b/app-accessibility/rhvoice/rhvoice-1.16.4.ebuild
deleted file mode 100644
index e9b72d5a166a..000000000000
--- a/app-accessibility/rhvoice/rhvoice-1.16.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024-2025 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%,}]"
diff --git a/app-accessibility/rhvoice/rhvoice-1.18.1.ebuild b/app-accessibility/rhvoice/rhvoice-1.18.1.ebuild
deleted file mode 100644
index 195355b2b311..000000000000
--- a/app-accessibility/rhvoice/rhvoice-1.18.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024-2026 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%,}]"