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 A0ACA15815E for ; Tue, 6 Feb 2024 08:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E199DE29C2; Tue, 6 Feb 2024 08:44:15 +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 BA1B9E29BE for ; Tue, 6 Feb 2024 08:44:15 +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 BC09834309C for ; Tue, 6 Feb 2024 08:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 058DB14C6 for ; Tue, 6 Feb 2024 08:44:13 +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: <1707208985.574f7ef19bf72178b9607c656fb8127c7cde56ff.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-voices/rhvoice-clb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-voices/rhvoice-clb/Manifest app-voices/rhvoice-clb/metadata.xml app-voices/rhvoice-clb/rhvoice-clb-4.0.ebuild X-VCS-Directories: app-voices/rhvoice-clb/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 574f7ef19bf72178b9607c656fb8127c7cde56ff X-VCS-Branch: dev Date: Tue, 6 Feb 2024 08:44:13 +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: 67a2795c-7665-47ed-8cb2-b6a8819dd45b X-Archives-Hash: 254c34f3af2c78b5fdcf04561ab4ea0f commit: 574f7ef19bf72178b9607c656fb8127c7cde56ff Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Feb 6 07:09:25 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Feb 6 08:43:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=574f7ef1 app-voices/rhvoice-clb: new package, add 4.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-voices/rhvoice-clb/Manifest | 1 + app-voices/rhvoice-clb/metadata.xml | 11 +++++++++++ app-voices/rhvoice-clb/rhvoice-clb-4.0.ebuild | 13 +++++++++++++ 3 files changed, 25 insertions(+) diff --git a/app-voices/rhvoice-clb/Manifest b/app-voices/rhvoice-clb/Manifest new file mode 100644 index 0000000000..d95b0da8ef --- /dev/null +++ b/app-voices/rhvoice-clb/Manifest @@ -0,0 +1 @@ +DIST RHVoice-voice-English-CLB-v4.0.zip 6268919 BLAKE2B 72980f4332a92de1e1576ca655290534b469ee012717cf6001fc98691d41a21e8677e9af0abb7cd8e4a52330cbc964e1a7b97743ba196e0b75551caa380a81b6 SHA512 790b57db623eae09ea9aa638c87acb4be5b7a335bd6a09f7d7111259fd30d6e2bc0d298e2e438e03b0444f7f5b18b373d0ef653d973ef334b603b9bfa475064e diff --git a/app-voices/rhvoice-clb/metadata.xml b/app-voices/rhvoice-clb/metadata.xml new file mode 100644 index 0000000000..ac6fb19872 --- /dev/null +++ b/app-voices/rhvoice-clb/metadata.xml @@ -0,0 +1,11 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + RHVoice/clb-eng + + diff --git a/app-voices/rhvoice-clb/rhvoice-clb-4.0.ebuild b/app-voices/rhvoice-clb/rhvoice-clb-4.0.ebuild new file mode 100644 index 0000000000..cf7ae5a981 --- /dev/null +++ b/app-voices/rhvoice-clb/rhvoice-clb-4.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RHVOICE_VOICE="clb" +RHVOICE_VOICE_L10N="en" +inherit rhvoice-voice + +MY_PN="${RHVOICE_VOICE^^}" +SRC_URI="https://rhvoice.org/download/RHVoice-voice-English-${MY_PN^^}-v${PV}.zip" + +LICENSE="CC-BY-NC-ND-4.0"