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 3E1AF15815E for ; Sun, 4 Feb 2024 19:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22B752BC029; Sun, 4 Feb 2024 19:32:20 +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 05A642BC029 for ; Sun, 4 Feb 2024 19:32:20 +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 16DF234313E for ; Sun, 4 Feb 2024 19:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57B3C14C8 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: <1707074778.0d52a63e33ceae0570ef55dc8dc184a1f852fa88.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-voices/rhvoice-arina/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-voices/rhvoice-arina/Manifest app-voices/rhvoice-arina/metadata.xml app-voices/rhvoice-arina/rhvoice-arina-4.0.ebuild X-VCS-Directories: app-voices/rhvoice-arina/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 0d52a63e33ceae0570ef55dc8dc184a1f852fa88 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: 947ce789-a162-443a-a45c-254fc2a3eace X-Archives-Hash: e19da1c4dd489c87e2c57295c650340f commit: 0d52a63e33ceae0570ef55dc8dc184a1f852fa88 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Feb 3 14:03:18 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Feb 4 19:26:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d52a63e app-voices/rhvoice-arina: new package, add 4.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-voices/rhvoice-arina/Manifest | 1 + app-voices/rhvoice-arina/metadata.xml | 11 +++++++++++ app-voices/rhvoice-arina/rhvoice-arina-4.0.ebuild | 11 +++++++++++ 3 files changed, 23 insertions(+) diff --git a/app-voices/rhvoice-arina/Manifest b/app-voices/rhvoice-arina/Manifest new file mode 100644 index 0000000000..6019f085fc --- /dev/null +++ b/app-voices/rhvoice-arina/Manifest @@ -0,0 +1 @@ +DIST rhvoice-arina-4.0.zip 7660608 BLAKE2B 15ed2ad8c83d49aca3881191e9e6684463df67471522c91e53c3887d4ca29acc1d32f8d5057bd6bb726a2d8357c8db95aa7e7a700f36da3c1fd267623d529f42 SHA512 6f5b9bcfc125ddc62df9eaf9a707302cd2e8d656acf70dbb412a325cc6b7833371002e73fd3bb4dc23b050f45c7d8e41b7843b303ccfb0f4b39b9147f10e0585 diff --git a/app-voices/rhvoice-arina/metadata.xml b/app-voices/rhvoice-arina/metadata.xml new file mode 100644 index 0000000000..1adf52345d --- /dev/null +++ b/app-voices/rhvoice-arina/metadata.xml @@ -0,0 +1,11 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + RHVoice/arina-rus + + diff --git a/app-voices/rhvoice-arina/rhvoice-arina-4.0.ebuild b/app-voices/rhvoice-arina/rhvoice-arina-4.0.ebuild new file mode 100644 index 0000000000..ca9e263ea9 --- /dev/null +++ b/app-voices/rhvoice-arina/rhvoice-arina-4.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RHVOICE_VOICE="arina" +RHVOICE_VOICE_REPO="arina-rus" +RHVOICE_VOICE_L10N="ru" +inherit rhvoice-voice + +LICENSE="CC-BY-NC-ND-4.0"