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 )

Reply via email to