From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16F7B15815E for ; Sun, 4 Feb 2024 19:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F34492BC01D; Sun, 4 Feb 2024 19:32:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 948752BC01D for ; Sun, 4 Feb 2024 19:32:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A227634316A for ; Sun, 4 Feb 2024 19:32:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09C8214C4 for ; Sun, 4 Feb 2024 19:32:16 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1707074777.a7b2243b78a08e95b11ce43988950a1b93f24b16.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-dicts/rhvoice-ru/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-dicts/rhvoice-ru/Manifest app-dicts/rhvoice-ru/metadata.xml app-dicts/rhvoice-ru/rhvoice-ru-2.14.ebuild X-VCS-Directories: app-dicts/rhvoice-ru/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a7b2243b78a08e95b11ce43988950a1b93f24b16 X-VCS-Branch: dev Date: Sun, 4 Feb 2024 19:32:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 454b6c55-0de3-49be-95e9-e1736e3635de X-Archives-Hash: 63d5757d7855643d9c83433fce06de78 commit: a7b2243b78a08e95b11ce43988950a1b93f24b16 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Feb 3 12:01:26 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Feb 4 19:26:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7b2243b app-dicts/rhvoice-ru: new package, add 2.14 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-dicts/rhvoice-ru/Manifest | 1 + app-dicts/rhvoice-ru/metadata.xml | 11 +++++++++++ app-dicts/rhvoice-ru/rhvoice-ru-2.14.ebuild | 9 +++++++++ 3 files changed, 21 insertions(+) diff --git a/app-dicts/rhvoice-ru/Manifest b/app-dicts/rhvoice-ru/Manifest new file mode 100644 index 0000000000..d67734e16a --- /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 0000000000..9c89162f84 --- /dev/null +++ b/app-dicts/rhvoice-ru/metadata.xml @@ -0,0 +1,11 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + RHVoice/Russian + + 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 0000000000..676ed48651 --- /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+"