diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-02-03 17:01:26 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-02-05 00:26:17 +0500 |
commit | a7b2243b78a08e95b11ce43988950a1b93f24b16 (patch) | |
tree | cc5ab012e6c9e3e2bc0bb2d674e8fb65b9f96a76 /app-dicts | |
parent | app-dicts/rhvoice-en: new package, add 2.11 (diff) | |
download | guru-a7b2243b78a08e95b11ce43988950a1b93f24b16.tar.gz guru-a7b2243b78a08e95b11ce43988950a1b93f24b16.tar.bz2 guru-a7b2243b78a08e95b11ce43988950a1b93f24b16.zip |
app-dicts/rhvoice-ru: new package, add 2.14
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/rhvoice-ru/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/rhvoice-ru/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/rhvoice-ru/rhvoice-ru-2.14.ebuild | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/rhvoice-ru/Manifest b/app-dicts/rhvoice-ru/Manifest new file mode 100644 index 000000000..d67734e16 --- /dev/null +++ b/app-dicts/rhvoice-ru/Manifest @@ -0,0 +1 @@ +DIST rhvoice-ru-2.14.zip 1585105 BLAKE2B bbd7ba8caf646ff7d6b0125c97c3bb739c864f4ce9ebf627693454830cb4de31360932e2f12a2cfbc5f507b238aa1e84ebb22bc41e210956d11422f058626579 SHA512 1b9555ff0613d01928a91e09319111be3001e96a0fad3456d107e1c39b777d6899c05d78f38066a5c79f5e68e82847c2776030edf7c4738233f0193ed841854d diff --git a/app-dicts/rhvoice-ru/metadata.xml b/app-dicts/rhvoice-ru/metadata.xml new file mode 100644 index 000000000..9c89162f8 --- /dev/null +++ b/app-dicts/rhvoice-ru/metadata.xml @@ -0,0 +1,11 @@ +<?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/Russian</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-dicts/rhvoice-ru/rhvoice-ru-2.14.ebuild b/app-dicts/rhvoice-ru/rhvoice-ru-2.14.ebuild new file mode 100644 index 000000000..676ed4865 --- /dev/null +++ b/app-dicts/rhvoice-ru/rhvoice-ru-2.14.ebuild @@ -0,0 +1,9 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RHVOICE_LANG="Russian" +inherit rhvoice-lang + +LICENSE="LGPL-2.1+" |