From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1516299-garchives=archives.gentoo.org@lists.gentoo.org> 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 4CE8415ACFC for <garchives@archives.gentoo.org>; Sat, 6 May 2023 14:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42E05E0837; Sat, 6 May 2023 14:18:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B88BE0837 for <gentoo-commits@lists.gentoo.org>; Sat, 6 May 2023 14:18:14 +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 1796C3412A5 for <gentoo-commits@lists.gentoo.org>; Sat, 6 May 2023 14:18:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FB4FA45 for <gentoo-commits@lists.gentoo.org>; Sat, 6 May 2023 14:18:12 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1683382673.f60d058e1c323acb165482d92532d2c82af67f62.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/stardict/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/stardict/metadata.xml app-text/stardict/stardict-3.0.6-r4.ebuild app-text/stardict/stardict-3.0.6-r5.ebuild app-text/stardict/stardict-4.0.0_pre20170304-r1.ebuild app-text/stardict/stardict-4.0.0_pre20170304-r2.ebuild X-VCS-Directories: app-text/stardict/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f60d058e1c323acb165482d92532d2c82af67f62 X-VCS-Branch: master Date: Sat, 6 May 2023 14:18:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f88bc51d-c735-4d85-918b-984037d5f614 X-Archives-Hash: 29f73ffd7adcdf61204c87bd40ae4af3 commit: f60d058e1c323acb165482d92532d2c82af67f62 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 6 14:05:59 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 6 14:17:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60d058e app-text/stardict: switch to espeak-ng At this point, you can't really have espeak installed anyway because so much stuff unconditionally depends on espeak-ng, so hard-switch this too. Closes: https://bugs.gentoo.org/835096 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/stardict/metadata.xml | 2 +- .../stardict/{stardict-3.0.6-r4.ebuild => stardict-3.0.6-r5.ebuild} | 4 ++-- ...0.0_pre20170304-r1.ebuild => stardict-4.0.0_pre20170304-r2.ebuild} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/stardict/metadata.xml b/app-text/stardict/metadata.xml index 2734425ad0ed..51c3d5af9d72 100644 --- a/app-text/stardict/metadata.xml +++ b/app-text/stardict/metadata.xml @@ -15,7 +15,7 @@ <flag name="advertisement">Enable stardict advertisements plugin</flag> <flag name="cal">Enable calendar support using cal program</flag> <flag name="dictdotcn">Enable dict.cn network plugin (for Chinese language)</flag> - <flag name="espeak">Enable text to speech synthesizer plugin using <pkg>app-accessibility/espeak</pkg> engine</flag> + <flag name="espeak">Enable text to speech synthesizer plugin using <pkg>app-accessibility/espeak-ng</pkg> engine</flag> <flag name="flite">Enable text to speech synthesizer plugin using <pkg>app-accessibility/flite</pkg> engine</flag> <flag name="fortune">Enable plugin to read fortune messages using <pkg>games-misc/fortune-mod</pkg>. You may consider installing <pkg>games-misc/fortune-mod-all</pkg> to get all fortune messages.</flag> <flag name="gucharmap">Enable plugin for unicode symbols description using <pkg>gnome-extra/gucharmap</pkg></flag> diff --git a/app-text/stardict/stardict-3.0.6-r4.ebuild b/app-text/stardict/stardict-3.0.6-r5.ebuild similarity index 98% rename from app-text/stardict/stardict-3.0.6-r4.ebuild rename to app-text/stardict/stardict-3.0.6-r5.ebuild index 717768451a5b..dff06821c281 100644 --- a/app-text/stardict/stardict-3.0.6-r4.ebuild +++ b/app-text/stardict/stardict-3.0.6-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,7 +43,7 @@ COMMON_DEPEND=" ) " RDEPEND="${COMMON_DEPEND} - espeak? ( >=app-accessibility/espeak-1.29 ) + espeak? ( >=app-accessibility/espeak-ng-1.29 ) perl? ( dev-lang/perl ) " DEPEND="${COMMON_DEPEND} diff --git a/app-text/stardict/stardict-4.0.0_pre20170304-r1.ebuild b/app-text/stardict/stardict-4.0.0_pre20170304-r2.ebuild similarity index 99% rename from app-text/stardict/stardict-4.0.0_pre20170304-r1.ebuild rename to app-text/stardict/stardict-4.0.0_pre20170304-r2.ebuild index b1e6adf80770..05ddfeb52ff6 100644 --- a/app-text/stardict/stardict-4.0.0_pre20170304-r1.ebuild +++ b/app-text/stardict/stardict-4.0.0_pre20170304-r2.ebuild @@ -38,7 +38,7 @@ COMMON_DEPEND=" x11-libs/gtk+:3 x11-libs/libX11 x11-libs/pango - espeak? ( >=app-accessibility/espeak-1.29 ) + espeak? ( >=app-accessibility/espeak-ng-1.29 ) flite? ( app-accessibility/flite ) gucharmap? ( gnome-extra/gucharmap:2.90= ) spell? ( >=app-text/enchant-1.2:0 )