From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 554CE1388C0 for ; Tue, 23 Feb 2016 17:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E923E0785; Tue, 23 Feb 2016 17:26:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB186E0785 for ; Tue, 23 Feb 2016 17:26:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6EB934095A for ; Tue, 23 Feb 2016 17:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E572F15FB for ; Tue, 23 Feb 2016 17:26:33 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1456248313.99a42ba92fb0aeeeb9f95d674aa0a968f0c5da81.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/translate-shell/Manifest app-i18n/translate-shell/metadata.xml app-i18n/translate-shell/translate-shell-0.9.3.ebuild X-VCS-Directories: app-i18n/translate-shell/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 99a42ba92fb0aeeeb9f95d674aa0a968f0c5da81 X-VCS-Branch: master Date: Tue, 23 Feb 2016 17:26:33 +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-Archives-Salt: 7bfd3ffb-cce3-4ebf-bfee-814f322afa85 X-Archives-Hash: bd7a57a95e1a91bf3a6198cb938266aa commit: 99a42ba92fb0aeeeb9f95d674aa0a968f0c5da81 Author: Patrick Lauer gentoo org> AuthorDate: Tue Feb 23 17:24:45 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Tue Feb 23 17:25:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a42ba9 app-i18n/translate-shell: Initial import #575370, ebuild by Ferki Package-Manager: portage-2.2.27 app-i18n/translate-shell/Manifest | 1 + app-i18n/translate-shell/metadata.xml | 22 ++++++++++++++ .../translate-shell/translate-shell-0.9.3.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest new file mode 100644 index 0000000..e1f1e81 --- /dev/null +++ b/app-i18n/translate-shell/Manifest @@ -0,0 +1 @@ +DIST translate-shell-0.9.3.tar.gz 66134 SHA256 cb0da68cc984cb275e3c8fddfb1b56a846cef41dad729890ad9b3d7ef35dc807 SHA512 8656be0cdacfe5c26cf26c748479def1603d633545f4770ed1da2cf36c0ec72e99f5d34b38eb9b90327b563c0fbf68281ea13d6b22ee73d426030e8c2e35dc1b WHIRLPOOL 8c48da9e6b4c79cae63cd17bed045ba0ae741d157960f2c6f5ea0ca352c09735a5b2caa9e288cc8ec22c6c6768f0c68d9f4ed98bb886f872562020208c526333 diff --git a/app-i18n/translate-shell/metadata.xml b/app-i18n/translate-shell/metadata.xml new file mode 100644 index 0000000..71fec84 --- /dev/null +++ b/app-i18n/translate-shell/metadata.xml @@ -0,0 +1,22 @@ + + + + Translate Shell (formerly Google Translate CLI) is a command-line translator powered by Google Translate (default), Bing Translator, and Yandex.Translate. + + proxy-maint@gentoo.org + Gentoo Proxy Maintainers Project + + + patrick@gentoo.org + Patrick Lauer + + + erkiferenc@gmail.com + Ferenc Erki + Proxied maintainer; set to assignee in all bugs + + + Enable RTL language support + Enable text-to-speech support + + diff --git a/app-i18n/translate-shell/translate-shell-0.9.3.ebuild b/app-i18n/translate-shell/translate-shell-0.9.3.ebuild new file mode 100644 index 0000000..339331f --- /dev/null +++ b/app-i18n/translate-shell/translate-shell-0.9.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Online command-line translator" +HOMEPAGE="https://www.soimort.org/translate-shell/" +SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+curl fribidi test tts" + +RDEPEND=" + app-misc/rlwrap + >=sys-apps/gawk-4.0.2 + curl? ( net-misc/curl[ssl] ) + fribidi? ( dev-libs/fribidi ) + tts? ( || ( + media-sound/mpg123 + app-accessibility/espeak + media-video/mpv + media-video/mplayer + ) + )" +DEPEND="${RDEPEND} + test? ( app-editors/emacs ) + " + +src_install() { + emake PREFIX="${D}/usr" install +}