Summary
Translate Shell (formerly Google Translate CLI) is a command-line translator powered by Google Translate (default), Bing Translator, Yandex.Translate and Apertium.
Versions
v0.9.7.1 :: 0 :: gentoo
- Modified
- License
- Unlicense
- Keywords
- amd64 arm64 x86
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
Runtime Dependencies
Depending packages
kde-apps / parley : Vocabulary trainer to help you memorize things
Bugs
- 928431
- app-i18n/translate-shell: what do you think about my patch that in voicing disable stupid prefix "Translations of"?
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-i18n/translate-shell: update optfeature for espeak-ng
Bug: https://bugs.gentoo.org/877221 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-i18n/translate-shell: Stabilize 0.9.7.1 amd64, #903768
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-i18n/translate-shell: Stabilize 0.9.7.1 x86, #903768
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-i18n/translate-shell: Stabilize 0.9.7.1 arm64, #903768
Signed-off-by: Sam James <sam@gentoo.org> - Ferenc Erki · gentoo
app-i18n/translate-shell: remove old
Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30471 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ferenc Erki · gentoo
app-i18n/translate-shell: bump version to 0.9.7.1
Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29304 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-i18n/translate-shell: Stabilize 0.9.6.12 arm64, #831507
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-i18n/translate-shell: Keyword 0.9.6.12 arm64, #823089
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
app-i18n/translate-shell: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-i18n/translate-shell: Stabilize 0.9.6.12 amd64, #772074
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-i18n/translate-shell: Stabilize 0.9.6.12 x86, #772074
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-i18n/translate-shell: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ferenc Erki · gentoo
app-i18n/translate-shell: clean up old
Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15862 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Ferenc Erki · gentoo
app-i18n/translate-shell: bump version to 0.9.6.12
Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-i18n/translate-shell: x86 stable wrt bug #707356
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
app-i18n/translate-shell: amd64 stable wrt bug #707356
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
app-i18n/translate-shell: x86 keyworded (bug #703802)
Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
app-i18n/translate-shell: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Ferenc Erki · gentoo
app-i18n/translate-shell: bump version to 0.9.6.11
Closes: https://bugs.gentoo.org/691626 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12627 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ferenc Erki · gentoo
app-i18n/translate-shell: remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11650 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Ferenc Erki · gentoo
app-i18n/translate-shell: version bump to 0.9.6.10
Fixing dependencies and license, as well as sorting USE flags. Closes: https://bugs.gentoo.org/680310 Closes: https://bugs.gentoo.org/684048 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ferenc Erki · gentoo
app-i18n/translate-shell: version bump to 0.9.6.8.
Bump version and EAPI version, simplify tests. Closes: https://bugs.gentoo.org/666570 Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Package-Manager: Portage-2.3.49, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9920 - Ferenc Erki · gentoo
app-i18n/translate-shell: version bump to 0.9.6.7.
Closes: https://bugs.gentoo.org/652150 Closes: https://github.com/gentoo/gentoo/pull/7767 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Ferenc Erki · gentoo
app-i18n/translate-shell: remove old
Closes: https://github.com/gentoo/gentoo/pull/5774 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Ferenc Erki · gentoo
app-i18n/translate-shell: bump version to 0.9.6.6
Closes: https://bugs.gentoo.org/617230 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Ferenc Erki · gentoo
app-i18n/translate-shell: remove online tests
Closes: https://bugs.gentoo.org/630950 Package-Manager: Portage-2.3.8, Repoman-2.3.1 - Ferenc Erki · gentoo
app-i18n/translate-shell: switch to EAPI 6
Package-Manager: Portage-2.3.8, Repoman-2.3.1 - Patrick Lauer · gentoo
app-i18n/translate-shell: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Patrick Lauer · gentoo
app-i18n/translate-shell: Bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Patrick Lauer · gentoo
app-i18n/translate-shell: Bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Zetok Zalbavar · gentoo
app-i18n/translate-shell: bump to 0.9.4 and remove old ebuilds
The old ebuilds are for versions that no longer work with translation services. Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1560 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Patrick Lauer · gentoo
app-i18n/translate-shell: Bump
Package-Manager: portage-2.2.28 - Patrick Lauer · gentoo
app-i18n/translate-shell: Initial import #575370, ebuild by Ferki
Package-Manager: portage-2.2.27