public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
Date: Sun, 29 Jan 2017 16:51:13 +0000 (UTC)	[thread overview]
Message-ID: <1485708669.b71f5b1adc9809d04fc9a3712f2bdf42ff26f90e.patrick@gentoo> (raw)

commit:     b71f5b1adc9809d04fc9a3712f2bdf42ff26f90e
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 16:50:57 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 16:51:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71f5b1a

app-i18n/translate-shell: Bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-i18n/translate-shell/Manifest                  |  1 +
 .../translate-shell/translate-shell-0.9.5.ebuild   | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index 0e17170..98c1539 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1 +1,2 @@
 DIST translate-shell-0.9.4.tar.gz 68271 SHA256 bfc04124d2fde7924e6b5c3a11fdce7fbd2fdb1819c0b78c3fd0a7d36e330164 SHA512 27dd3efd7a6ec3761804d0583f4029fc1ca6fc1a920e939da1c9b8ec0742e4a3e0176f8a990b79639200592a3c5ed70723dc00890701ed67e7528454e4ff1357 WHIRLPOOL 9691ba473f1554313ffd23ac026e1eba50698491e3c2002a3506d74e87befb175b55a86aaec4b3118a92c7df6eb2ef32a4c94f89ed4e30b0700c40e518aaa36a
+DIST translate-shell-0.9.5.tar.gz 69030 SHA256 74bd84f48b0b2887949d954be4530c34faddf8605f936668f8e904bb3ab5712a SHA512 b304bfc59ec2f373e566d694ec3fabd35abf64c8d3ea956f34ee7592716204aa64c3113f4b994c34fd1dc16b61b8f5b074beae19646489317580c0352a2a6ac4 WHIRLPOOL 4bf792f286ffb780e65f12c080565b9d626631637d4fde120b73bdd33b641d4e918b96df670a2c7585a13c7864ea91cd5438d73bd6bc8c4a2e1ee47f848b4630

diff --git a/app-i18n/translate-shell/translate-shell-0.9.5.ebuild b/app-i18n/translate-shell/translate-shell-0.9.5.ebuild
new file mode 100644
index 00000000..575f732
--- /dev/null
+++ b/app-i18n/translate-shell/translate-shell-0.9.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 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
+}


             reply	other threads:[~2017-01-29 16:51 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-29 16:51 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-06 14:18 [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/ Sam James
2023-04-06 11:20 Joonas Niilola
2023-04-05 20:03 Sam James
2023-04-05 20:03 Sam James
2023-04-05 19:55 Sam James
2023-02-15 14:21 Viorel Munteanu
2022-01-20 12:58 Arthur Zamarin
2021-11-19  7:24 Arthur Zamarin
2021-05-31 20:45 David Seifert
2021-02-27 17:20 Sam James
2021-02-27 10:06 Sam James
2020-06-12  7:00 Joonas Niilola
2020-06-12  7:00 Joonas Niilola
2020-02-03 11:31 Agostino Sarubbo
2020-02-03 11:28 Agostino Sarubbo
2020-01-26 20:25 Thomas Deutschmann
2020-01-03  9:15 Joonas Niilola
2019-04-22  8:02 Michał Górny
2019-04-22  8:02 Michał Górny
2018-09-23 21:06 Patrice Clement
2018-02-11 21:25 Michał Górny
2018-02-11 21:25 Michał Górny
2018-02-11 21:25 Michał Górny
2018-02-11 21:25 Michał Górny
2018-02-11 21:25 Michał Górny
2017-04-13  6:18 Patrick Lauer
2017-04-11 13:35 Patrick Lauer
2016-11-27 12:39 Michael Palimaka
2016-05-31  7:51 Patrice Clement
2016-04-13 11:39 Patrick Lauer
2016-02-24  9:31 Patrice Clement
2016-02-23 17:26 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485708669.b71f5b1adc9809d04fc9a3712f2bdf42ff26f90e.patrick@gentoo \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox