aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-02-03 17:01:18 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-02-05 00:26:17 +0500
commit29c97519d0afdf2bf6c1274798fb54c414a12072 (patch)
treea711f1d8ee7664dbff0d1d665c97d8941941bf2b /app-dicts
parentrhvoice-lang.eclass: new eclass (diff)
downloadguru-29c97519d0afdf2bf6c1274798fb54c414a12072.tar.gz
guru-29c97519d0afdf2bf6c1274798fb54c414a12072.tar.bz2
guru-29c97519d0afdf2bf6c1274798fb54c414a12072.zip
app-dicts/rhvoice-en: new package, add 2.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/rhvoice-en/Manifest1
-rw-r--r--app-dicts/rhvoice-en/metadata.xml11
-rw-r--r--app-dicts/rhvoice-en/rhvoice-en-2.11.ebuild10
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/rhvoice-en/Manifest b/app-dicts/rhvoice-en/Manifest
new file mode 100644
index 000000000..00931fa20
--- /dev/null
+++ b/app-dicts/rhvoice-en/Manifest
@@ -0,0 +1 @@
+DIST rhvoice-en-2.11.zip 1147080 BLAKE2B 0135b72e0e1e7e2161f164efac3b24c06ede025db9ab82e2a5c26d9ee20f2a2afd3b547a80fbfef82b7636e59c08c0ea8e038a7b87c9e79818cab14d624d9ae8 SHA512 dce89ae350a3058c8c08bebfb3b4cf46c2440e54b9f2193738e509bb8005873b28a4f420147f962588ff88f59aa15f14125791932752389f99ef43fc0931fa0f
diff --git a/app-dicts/rhvoice-en/metadata.xml b/app-dicts/rhvoice-en/metadata.xml
new file mode 100644
index 000000000..df8a0c075
--- /dev/null
+++ b/app-dicts/rhvoice-en/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/English</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-dicts/rhvoice-en/rhvoice-en-2.11.ebuild b/app-dicts/rhvoice-en/rhvoice-en-2.11.ebuild
new file mode 100644
index 000000000..e1ee401c1
--- /dev/null
+++ b/app-dicts/rhvoice-en/rhvoice-en-2.11.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+RHVOICE_LANG="English"
+RHVOICE_LANG_TAG=${PV//./-}
+inherit rhvoice-lang
+
+LICENSE="LGPL-2.1+"