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 D24C615802E for ; Sun, 30 Jun 2024 04:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7BBBE2B35; Sun, 30 Jun 2024 04:10:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97959E2B34 for ; Sun, 30 Jun 2024 04:10:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A378833FE49 for ; Sun, 30 Jun 2024 04:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCEA71D9B for ; Sun, 30 Jun 2024 04:10:52 +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: <1719717110.2e850c9d6f38ecd30f976854f3316619bf3507a5.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/rhvoice-ru-2.15.ebuild X-VCS-Directories: app-dicts/rhvoice-ru/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 2e850c9d6f38ecd30f976854f3316619bf3507a5 X-VCS-Branch: dev Date: Sun, 30 Jun 2024 04:10:52 +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: 65376fe5-034b-40d4-a3ed-8554a8a3612d X-Archives-Hash: fac60434a36ae63b3d1a95e9797dddcd commit: 2e850c9d6f38ecd30f976854f3316619bf3507a5 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jun 30 03:11:50 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Jun 30 03:11:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e850c9d app-dicts/rhvoice-ru: add 2.15 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-dicts/rhvoice-ru/Manifest | 1 + app-dicts/rhvoice-ru/rhvoice-ru-2.15.ebuild | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/app-dicts/rhvoice-ru/Manifest b/app-dicts/rhvoice-ru/Manifest index d67734e16..5d89ffa71 100644 --- a/app-dicts/rhvoice-ru/Manifest +++ b/app-dicts/rhvoice-ru/Manifest @@ -1 +1,2 @@ DIST rhvoice-ru-2.14.zip 1585105 BLAKE2B bbd7ba8caf646ff7d6b0125c97c3bb739c864f4ce9ebf627693454830cb4de31360932e2f12a2cfbc5f507b238aa1e84ebb22bc41e210956d11422f058626579 SHA512 1b9555ff0613d01928a91e09319111be3001e96a0fad3456d107e1c39b777d6899c05d78f38066a5c79f5e68e82847c2776030edf7c4738233f0193ed841854d +DIST rhvoice-ru-2.15.zip 1585171 BLAKE2B 317f5d472f2c48b6d08c7c39beae10809370514b36fbff0fe1c955ef13d5885f853037356d558008c87d31450bae3e311cbc38af67daccd515e12b518306fdee SHA512 5b1d205f6a5c75d084ea3d364e33dd3f11abc4346bc9f7fbe62c416407d5f7dbe132dc58788f007345ac44c229dc93d794b09cda34bed7aec8d2ddfc9fe7aceb diff --git a/app-dicts/rhvoice-ru/rhvoice-ru-2.15.ebuild b/app-dicts/rhvoice-ru/rhvoice-ru-2.15.ebuild new file mode 100644 index 000000000..676ed4865 --- /dev/null +++ b/app-dicts/rhvoice-ru/rhvoice-ru-2.15.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+"