summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-03 13:23:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 20:55:00 +0200
commit93dc65ee0177a5c56d57df89dfe737fd87f2ee1c (patch)
tree38bbfdde7eb3466118a81ac6a1712e9025b13873 /app-i18n
parentapp-emulation/lxd: Drop superfluous optfeature header (diff)
downloadgentoo-93dc65ee0177a5c56d57df89dfe737fd87f2ee1c.tar.gz
gentoo-93dc65ee0177a5c56d57df89dfe737fd87f2ee1c.tar.bz2
gentoo-93dc65ee0177a5c56d57df89dfe737fd87f2ee1c.zip
app-i18n/translate-shell: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild13
-rw-r--r--app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild11
2 files changed, 11 insertions, 13 deletions
diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild
index b91284b3e3f4..68425a1a688c 100644
--- a/app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild
+++ b/app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -31,10 +31,9 @@ src_install() {
}
pkg_postinst() {
- elog "You may need to install the following optional packages for full functionality:"
- optfeature "Support all built-in translators (e.g. Apertium, Yandex)" net-misc/curl[ssl]
- optfeature "Display text in right-to-left scripts" dev-libs/fribidi
- optfeature "Text-to-speech functionality" media-sound/mpg123 app-accessibility/espeak media-video/mpv media-video/mplayer
- optfeature "Interactive translation (REPL)" app-editors/emacs app-misc/rlwrap
- optfeature "Spell checking" app-text/aspell app-text/hunspell
+ optfeature "all built-in translators (e.g. Apertium, Yandex)" net-misc/curl[ssl]
+ optfeature "display text in right-to-left scripts" dev-libs/fribidi
+ optfeature "text-to-speech functionality" media-sound/mpg123 app-accessibility/espeak media-video/mpv media-video/mplayer
+ optfeature "interactive translation (REPL)" app-editors/emacs app-misc/rlwrap
+ optfeature "spell checking" app-text/aspell app-text/hunspell
}
diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild
index 29d458406177..68425a1a688c 100644
--- a/app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild
+++ b/app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild
@@ -31,10 +31,9 @@ src_install() {
}
pkg_postinst() {
- elog "You may need to install the following optional packages for full functionality:"
- optfeature "Support all built-in translators (e.g. Apertium, Yandex)" net-misc/curl[ssl]
- optfeature "Display text in right-to-left scripts" dev-libs/fribidi
- optfeature "Text-to-speech functionality" media-sound/mpg123 app-accessibility/espeak media-video/mpv media-video/mplayer
- optfeature "Interactive translation (REPL)" app-editors/emacs app-misc/rlwrap
- optfeature "Spell checking" app-text/aspell app-text/hunspell
+ optfeature "all built-in translators (e.g. Apertium, Yandex)" net-misc/curl[ssl]
+ optfeature "display text in right-to-left scripts" dev-libs/fribidi
+ optfeature "text-to-speech functionality" media-sound/mpg123 app-accessibility/espeak media-video/mpv media-video/mplayer
+ optfeature "interactive translation (REPL)" app-editors/emacs app-misc/rlwrap
+ optfeature "spell checking" app-text/aspell app-text/hunspell
}