public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2016-02-23 17:26 Patrick Lauer
  0 siblings, 0 replies; 33+ messages in thread
From: Patrick Lauer @ 2016-02-23 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     99a42ba92fb0aeeeb9f95d674aa0a968f0c5da81
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 17:24:45 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<longdescription lang="en">Translate Shell (formerly Google Translate CLI) is a command-line translator powered by Google Translate (default), Bing Translator, and Yandex.Translate.</longdescription>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Gentoo Proxy Maintainers Project</name>
+	</maintainer>
+	<maintainer>
+                <email>patrick@gentoo.org</email>
+                <name>Patrick Lauer</name>
+        </maintainer>
+	<maintainer type="person">
+		<email>erkiferenc@gmail.com</email>
+		<name>Ferenc Erki</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+	<use>
+		<flag name="fribidi">Enable RTL language support</flag>
+		<flag name="tts">Enable text-to-speech support</flag>
+	</use>
+</pkgmetadata>

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
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2016-02-24  9:31 Patrice Clement
  0 siblings, 0 replies; 33+ messages in thread
From: Patrice Clement @ 2016-02-24  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6c61281265ad06c4aa688364b2dba28c1b32d862
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 09:17:52 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 09:18:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c612812

app-i18n/translate-shell: Fix metadata.xml file.

Package-Manager: portage-2.2.26

 app-i18n/translate-shell/metadata.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-i18n/translate-shell/metadata.xml b/app-i18n/translate-shell/metadata.xml
index 71fec84..85f4c96 100644
--- a/app-i18n/translate-shell/metadata.xml
+++ b/app-i18n/translate-shell/metadata.xml
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<longdescription lang="en">Translate Shell (formerly Google Translate CLI) is a command-line translator powered by Google Translate (default), Bing Translator, and Yandex.Translate.</longdescription>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>
 		<name>Gentoo Proxy Maintainers Project</name>
 	</maintainer>
-	<maintainer>
+	<maintainer type="person">
                 <email>patrick@gentoo.org</email>
                 <name>Patrick Lauer</name>
         </maintainer>
@@ -15,6 +14,11 @@
 		<name>Ferenc Erki</name>
 		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
+	<longdescription lang="en">
+		Translate Shell (formerly Google Translate CLI) is a command-line
+		translator powered by Google Translate (default), Bing Translator, and
+		Yandex.Translate.  
+	</longdescription>
 	<use>
 		<flag name="fribidi">Enable RTL language support</flag>
 		<flag name="tts">Enable text-to-speech support</flag>


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2016-04-13 11:39 Patrick Lauer
  0 siblings, 0 replies; 33+ messages in thread
From: Patrick Lauer @ 2016-04-13 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ccaba534a3be949c9dc13ccb2acf49f6239ad8c9
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 11:37:43 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 11:38:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccaba534

app-i18n/translate-shell: Bump

Package-Manager: portage-2.2.28

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

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index e1f1e81..f5960e3 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1 +1,2 @@
+DIST translate-shell-0.9.3.2.tar.gz 67175 SHA256 4ddf7292802f6d81a8e9c736a3ff854ebcc193866e9774376dc0c2f8d893323a SHA512 15e8fa2d347303f1158d1a44564084030bbcf741cbde06b142f4ac29dd22fb0d1c73bf6d224772425cd733cc23eba87b6805ea27816dd018b1440c836ee6db04 WHIRLPOOL 5af3a79ed87ffa266d0e0cef8c2befb047d16a2d86593f5230fa0ceb17e60fb4b937372aaca69229d6634f845bc4f449776d7488c0c91b8e9a0d9f0adbbff10a
 DIST translate-shell-0.9.3.tar.gz 66134 SHA256 cb0da68cc984cb275e3c8fddfb1b56a846cef41dad729890ad9b3d7ef35dc807 SHA512 8656be0cdacfe5c26cf26c748479def1603d633545f4770ed1da2cf36c0ec72e99f5d34b38eb9b90327b563c0fbf68281ea13d6b22ee73d426030e8c2e35dc1b WHIRLPOOL 8c48da9e6b4c79cae63cd17bed045ba0ae741d157960f2c6f5ea0ca352c09735a5b2caa9e288cc8ec22c6c6768f0c68d9f4ed98bb886f872562020208c526333

diff --git a/app-i18n/translate-shell/translate-shell-0.9.3.2.ebuild b/app-i18n/translate-shell/translate-shell-0.9.3.2.ebuild
new file mode 100644
index 0000000..339331f
--- /dev/null
+++ b/app-i18n/translate-shell/translate-shell-0.9.3.2.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
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2016-05-31  7:51 Patrice Clement
  0 siblings, 0 replies; 33+ messages in thread
From: Patrice Clement @ 2016-05-31  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3c2c00e3d22ed3913ff1a1c52eb288b0d7e45bca
Author:     Zetok Zalbavar <zetok <AT> openmailbox <DOT> org>
AuthorDate: Mon May 30 21:26:10 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue May 31 07:23:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2c00e3

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 <AT> gentoo.org>

 app-i18n/translate-shell/Manifest                  |  3 +-
 .../translate-shell/translate-shell-0.9.3.ebuild   | 34 ----------------------
 ...0.9.3.2.ebuild => translate-shell-0.9.4.ebuild} |  0
 3 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index f5960e3..0e17170 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,2 +1 @@
-DIST translate-shell-0.9.3.2.tar.gz 67175 SHA256 4ddf7292802f6d81a8e9c736a3ff854ebcc193866e9774376dc0c2f8d893323a SHA512 15e8fa2d347303f1158d1a44564084030bbcf741cbde06b142f4ac29dd22fb0d1c73bf6d224772425cd733cc23eba87b6805ea27816dd018b1440c836ee6db04 WHIRLPOOL 5af3a79ed87ffa266d0e0cef8c2befb047d16a2d86593f5230fa0ceb17e60fb4b937372aaca69229d6634f845bc4f449776d7488c0c91b8e9a0d9f0adbbff10a
-DIST translate-shell-0.9.3.tar.gz 66134 SHA256 cb0da68cc984cb275e3c8fddfb1b56a846cef41dad729890ad9b3d7ef35dc807 SHA512 8656be0cdacfe5c26cf26c748479def1603d633545f4770ed1da2cf36c0ec72e99f5d34b38eb9b90327b563c0fbf68281ea13d6b22ee73d426030e8c2e35dc1b WHIRLPOOL 8c48da9e6b4c79cae63cd17bed045ba0ae741d157960f2c6f5ea0ca352c09735a5b2caa9e288cc8ec22c6c6768f0c68d9f4ed98bb886f872562020208c526333
+DIST translate-shell-0.9.4.tar.gz 68271 SHA256 bfc04124d2fde7924e6b5c3a11fdce7fbd2fdb1819c0b78c3fd0a7d36e330164 SHA512 27dd3efd7a6ec3761804d0583f4029fc1ca6fc1a920e939da1c9b8ec0742e4a3e0176f8a990b79639200592a3c5ed70723dc00890701ed67e7528454e4ff1357 WHIRLPOOL 9691ba473f1554313ffd23ac026e1eba50698491e3c2002a3506d74e87befb175b55a86aaec4b3118a92c7df6eb2ef32a4c94f89ed4e30b0700c40e518aaa36a

diff --git a/app-i18n/translate-shell/translate-shell-0.9.3.ebuild b/app-i18n/translate-shell/translate-shell-0.9.3.ebuild
deleted file mode 100644
index 339331f..0000000
--- a/app-i18n/translate-shell/translate-shell-0.9.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
-}

diff --git a/app-i18n/translate-shell/translate-shell-0.9.3.2.ebuild b/app-i18n/translate-shell/translate-shell-0.9.4.ebuild
similarity index 100%
rename from app-i18n/translate-shell/translate-shell-0.9.3.2.ebuild
rename to app-i18n/translate-shell/translate-shell-0.9.4.ebuild


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2016-11-27 12:39 Michael Palimaka
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Palimaka @ 2016-11-27 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     52cdcff63af1ee7388a0be341aa6c4c65a8ca833
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 12:38:31 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 12:38:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cdcff6

app-i18n/translate-shell: fix maintainer order

Package-Manager: portage-2.3.2

 app-i18n/translate-shell/metadata.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-i18n/translate-shell/metadata.xml b/app-i18n/translate-shell/metadata.xml
index 85f4c96..4f08797 100644
--- a/app-i18n/translate-shell/metadata.xml
+++ b/app-i18n/translate-shell/metadata.xml
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Gentoo Proxy Maintainers Project</name>
+	<maintainer type="person">
+		<email>erkiferenc@gmail.com</email>
+		<name>Ferenc Erki</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="person">
                 <email>patrick@gentoo.org</email>
                 <name>Patrick Lauer</name>
         </maintainer>
-	<maintainer type="person">
-		<email>erkiferenc@gmail.com</email>
-		<name>Ferenc Erki</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Gentoo Proxy Maintainers Project</name>
 	</maintainer>
 	<longdescription lang="en">
 		Translate Shell (formerly Google Translate CLI) is a command-line


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2017-01-29 16:51 Patrick Lauer
  0 siblings, 0 replies; 33+ messages in thread
From: Patrick Lauer @ 2017-01-29 16:51 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2017-04-11 13:35 Patrick Lauer
  0 siblings, 0 replies; 33+ messages in thread
From: Patrick Lauer @ 2017-04-11 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e650ab1bf31f97a258d2889db888ef1280417505
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 13:34:59 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 13:35:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e650ab1b

app-i18n/translate-shell: Bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index 98c1539f969..c42d7654ef3 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,2 +1,3 @@
 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
+DIST translate-shell-0.9.6.2.tar.gz 69544 SHA256 db0e322cd1361c45d0740049e11d349be61ada859d5daa59c53396d0ccbd5e4b SHA512 a7bd3fba43485a22c2fdd4261c24579b03aeafefa40863c3b8eb1c814a167b9a6f5700086c1cd411063c66c169875b96d2634ed04f45beb6d53b4725eb7fbea9 WHIRLPOOL 96ba55a3000d75ed88049bc6d700e87d93f0f30248930eb273a535e8a7a1cf01756d03b5e4e345e89e637124cb9c33897b1a3ca1899bbf928d8ccdffa40313b5

diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.2.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.2.ebuild
new file mode 100644
index 00000000000..bf6def292ff
--- /dev/null
+++ b/app-i18n/translate-shell/translate-shell-0.9.6.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 +bidi test tts"
+
+RDEPEND="
+	app-misc/rlwrap
+	>=sys-apps/gawk-4.0.2
+	curl? ( net-misc/curl[ssl] )
+	bidi? ( 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
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2017-04-13  6:18 Patrick Lauer
  0 siblings, 0 replies; 33+ messages in thread
From: Patrick Lauer @ 2017-04-13  6:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d19469f4faa15d7ad6c0e69411e98436eed72c28
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 06:18:06 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 06:18:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19469f4

app-i18n/translate-shell: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-i18n/translate-shell/Manifest                  |  2 --
 app-i18n/translate-shell/metadata.xml              |  5 ----
 .../translate-shell/translate-shell-0.9.4.ebuild   | 33 ----------------------
 .../translate-shell/translate-shell-0.9.5.ebuild   | 33 ----------------------
 4 files changed, 73 deletions(-)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index c42d7654ef3..4620cb2823c 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,3 +1 @@
-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
 DIST translate-shell-0.9.6.2.tar.gz 69544 SHA256 db0e322cd1361c45d0740049e11d349be61ada859d5daa59c53396d0ccbd5e4b SHA512 a7bd3fba43485a22c2fdd4261c24579b03aeafefa40863c3b8eb1c814a167b9a6f5700086c1cd411063c66c169875b96d2634ed04f45beb6d53b4725eb7fbea9 WHIRLPOOL 96ba55a3000d75ed88049bc6d700e87d93f0f30248930eb273a535e8a7a1cf01756d03b5e4e345e89e637124cb9c33897b1a3ca1899bbf928d8ccdffa40313b5

diff --git a/app-i18n/translate-shell/metadata.xml b/app-i18n/translate-shell/metadata.xml
index 4f08797169c..53f7d30cef0 100644
--- a/app-i18n/translate-shell/metadata.xml
+++ b/app-i18n/translate-shell/metadata.xml
@@ -10,17 +10,12 @@
                 <email>patrick@gentoo.org</email>
                 <name>Patrick Lauer</name>
         </maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Gentoo Proxy Maintainers Project</name>
-	</maintainer>
 	<longdescription lang="en">
 		Translate Shell (formerly Google Translate CLI) is a command-line
 		translator powered by Google Translate (default), Bing Translator, and
 		Yandex.Translate.  
 	</longdescription>
 	<use>
-		<flag name="fribidi">Enable RTL language support</flag>
 		<flag name="tts">Enable text-to-speech support</flag>
 	</use>
 </pkgmetadata>

diff --git a/app-i18n/translate-shell/translate-shell-0.9.4.ebuild b/app-i18n/translate-shell/translate-shell-0.9.4.ebuild
deleted file mode 100644
index 92805acd89b..00000000000
--- a/app-i18n/translate-shell/translate-shell-0.9.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}

diff --git a/app-i18n/translate-shell/translate-shell-0.9.5.ebuild b/app-i18n/translate-shell/translate-shell-0.9.5.ebuild
deleted file mode 100644
index cc697c1adf6..00000000000
--- a/app-i18n/translate-shell/translate-shell-0.9.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2018-02-11 21:25 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2018-02-11 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f44b523e75542c67f8bd3fad80a9a32496a97a34
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Sat Sep 23 14:53:08 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 21:22:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44b523e

app-i18n/translate-shell: remove trailing whitespace

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 app-i18n/translate-shell/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/translate-shell/metadata.xml b/app-i18n/translate-shell/metadata.xml
index a149b327e27..bea3adaede3 100644
--- a/app-i18n/translate-shell/metadata.xml
+++ b/app-i18n/translate-shell/metadata.xml
@@ -16,7 +16,7 @@
 	<longdescription lang="en">
 		Translate Shell (formerly Google Translate CLI) is a command-line
 		translator powered by Google Translate (default), Bing Translator, and
-		Yandex.Translate.  
+		Yandex.Translate.
 	</longdescription>
 	<use>
 		<flag name="tts">Enable text-to-speech support</flag>


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2018-02-11 21:25 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2018-02-11 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ce3e152448ebc6796e56144f59e715fc8b8d44d8
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Sat Sep 23 14:52:25 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 21:22:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3e1524

app-i18n/translate-shell: add proxy maintainers

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 app-i18n/translate-shell/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-i18n/translate-shell/metadata.xml b/app-i18n/translate-shell/metadata.xml
index 83da660a81a..a149b327e27 100644
--- a/app-i18n/translate-shell/metadata.xml
+++ b/app-i18n/translate-shell/metadata.xml
@@ -9,6 +9,10 @@
 		<email>patrick@gentoo.org</email>
 		<name>Patrick Lauer</name>
 	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Gentoo Proxy Maintainers Project</name>
+	</maintainer>
 	<longdescription lang="en">
 		Translate Shell (formerly Google Translate CLI) is a command-line
 		translator powered by Google Translate (default), Bing Translator, and


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2018-02-11 21:25 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2018-02-11 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     570f062a955e9c25f6ebe4d0676ce98aa6a52ead
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Thu Feb  8 06:24:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 21:22:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570f062a

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

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

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index b1e19f97f94..9e4183b4655 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1 +1,2 @@
 DIST translate-shell-0.9.6.2.tar.gz 69544 BLAKE2B b49a2c6d7101f5063c8c548c2dcd26ed8b5a310d5e723293b8082bb1bdffbb926fb6f0050953825c9fc4567880cfbf1e9956236db3c28b176db851983c743d0d SHA512 a7bd3fba43485a22c2fdd4261c24579b03aeafefa40863c3b8eb1c814a167b9a6f5700086c1cd411063c66c169875b96d2634ed04f45beb6d53b4725eb7fbea9
+DIST translate-shell-0.9.6.6.tar.gz 73189 BLAKE2B ad4de403f2c95a1e4de5c963cb017f5a744f08d3bb8256dcc22f28c0916f6a0e693bce171a5dc500de5353c954bab7681f1227df9e48be286ad5aa07c5d06fa4 SHA512 c5451e537f44e325ee2f59d54942f91b8e2ccc0e322c42a2c4a0e98b8a933fe0630798a45e6f587ad5aee2cbb092204710ae36779c94b8333376a8072678d868

diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild
new file mode 100644
index 00000000000..30db5d91657
--- /dev/null
+++ b/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 +bidi test tts"
+
+RDEPEND="
+	app-misc/rlwrap
+	>=sys-apps/gawk-4.0.2
+	curl? ( net-misc/curl[ssl] )
+	bidi? ( 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
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2018-02-11 21:25 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2018-02-11 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cd7c6c40fcc6384a0e30c61e01c1bf9013ea13e3
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Sat Sep 23 14:59:44 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 21:22:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7c6c40

app-i18n/translate-shell: switch to EAPI 6

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild
index 30db5d91657..04cf2099bc1 100644
--- a/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild
+++ b/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Online command-line translator"
 HOMEPAGE="https://www.soimort.org/translate-shell/"


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2018-02-11 21:25 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2018-02-11 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f9cff44e4bced301186e83da6d8ed85f109df360
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Thu Feb  8 06:31:27 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 21:24:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cff44e

app-i18n/translate-shell: remove old

Closes: https://github.com/gentoo/gentoo/pull/5774
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-i18n/translate-shell/Manifest                  |  1 -
 .../translate-shell/translate-shell-0.9.6.2.ebuild | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index 9e4183b4655..81526c27abe 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,2 +1 @@
-DIST translate-shell-0.9.6.2.tar.gz 69544 BLAKE2B b49a2c6d7101f5063c8c548c2dcd26ed8b5a310d5e723293b8082bb1bdffbb926fb6f0050953825c9fc4567880cfbf1e9956236db3c28b176db851983c743d0d SHA512 a7bd3fba43485a22c2fdd4261c24579b03aeafefa40863c3b8eb1c814a167b9a6f5700086c1cd411063c66c169875b96d2634ed04f45beb6d53b4725eb7fbea9
 DIST translate-shell-0.9.6.6.tar.gz 73189 BLAKE2B ad4de403f2c95a1e4de5c963cb017f5a744f08d3bb8256dcc22f28c0916f6a0e693bce171a5dc500de5353c954bab7681f1227df9e48be286ad5aa07c5d06fa4 SHA512 c5451e537f44e325ee2f59d54942f91b8e2ccc0e322c42a2c4a0e98b8a933fe0630798a45e6f587ad5aee2cbb092204710ae36779c94b8333376a8072678d868

diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.2.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.2.ebuild
deleted file mode 100644
index bf6def292ff..00000000000
--- a/app-i18n/translate-shell/translate-shell-0.9.6.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 +bidi test tts"
-
-RDEPEND="
-	app-misc/rlwrap
-	>=sys-apps/gawk-4.0.2
-	curl? ( net-misc/curl[ssl] )
-	bidi? ( 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
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2018-09-23 21:06 Patrice Clement
  0 siblings, 0 replies; 33+ messages in thread
From: Patrice Clement @ 2018-09-23 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2dd02b8360f9e624bda7ab4c96ff4502bb311698
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Wed Sep 19 17:44:25 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 21:06:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd02b83

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 <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9920

 app-i18n/translate-shell/Manifest                  |  1 +
 .../translate-shell/translate-shell-0.9.6.8.ebuild | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index 80db0ba2c4c..0dc66c59961 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,2 +1,3 @@
 DIST translate-shell-0.9.6.6.tar.gz 73189 BLAKE2B ad4de403f2c95a1e4de5c963cb017f5a744f08d3bb8256dcc22f28c0916f6a0e693bce171a5dc500de5353c954bab7681f1227df9e48be286ad5aa07c5d06fa4 SHA512 c5451e537f44e325ee2f59d54942f91b8e2ccc0e322c42a2c4a0e98b8a933fe0630798a45e6f587ad5aee2cbb092204710ae36779c94b8333376a8072678d868
 DIST translate-shell-0.9.6.7.tar.gz 74290 BLAKE2B 640e895b7f05c214a3f6fefab98fc85345fa155c29126bc9f14282e345f574cfa077ff7a55e5f1ed51fad3dbd50710a3831b894cabe48d16ce3d903fd63b2f47 SHA512 2648ea5adccd1ba19438bc683b41b7d3c4e1b3fcd79f9273a17ade90df6184a60d0f342f1745857ffb8d5457115bd60d0239a3e77343866a25b64529904ab416
+DIST translate-shell-0.9.6.8.tar.gz 75124 BLAKE2B d3a4768d1dd03f870fb5c31203808c5e9fa936444b9e96a973551bda0b0d858482f023457498504c3f64690c259c0119c03a2e661c71a326f74efdfe929bd042 SHA512 499a8b3f6de8283ca3f7cf1ce5c6ebdaa171ff73825edc4f24f456ee75d142f1702dd41c9f95d452b1d3cf9c730534e69c4e319e072bde9830f066695ae6711c

diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.8.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.8.ebuild
new file mode 100644
index 00000000000..ed36659409b
--- /dev/null
+++ b/app-i18n/translate-shell/translate-shell-0.9.6.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 +bidi test tts"
+
+RDEPEND="
+	app-misc/rlwrap
+	>=sys-apps/gawk-4.0.2
+	curl? ( net-misc/curl[ssl] )
+	bidi? ( dev-libs/fribidi )
+	tts? ( || (
+		media-sound/mpg123
+		app-accessibility/espeak
+		media-video/mpv
+		media-video/mplayer
+		)
+	)"
+DEPEND="${RDEPEND}
+	test? ( app-editors/emacs )
+	"
+
+src_test() {
+	emake NETWORK_ACCESS=no test
+}
+
+src_install() {
+	emake PREFIX="${D}/usr" install
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2019-04-22  8:02 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2019-04-22  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     835081c18ab3835755188fb9bdd1ebb6a1aa8133
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Wed Apr 10 18:38:52 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 07:58:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835081c1

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 <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-i18n/translate-shell/Manifest                  |  1 +
 .../translate-shell-0.9.6.10.ebuild                | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index 0dc66c59961..d80750258c4 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,3 +1,4 @@
+DIST translate-shell-0.9.6.10.tar.gz 76079 BLAKE2B 079e7d1fe039586b580fe4197e00cda2bceb2bcf3bc11eb003bec56f3b4cc19a955182bf7bf50ba6b3f9e2d28bb091b49b98ebb0dfcd06ef25ef5c9929a307cc SHA512 b78f4f982bc65f530186a6728a1976eb96c9f6a70c7bd93e99357ed7016ee4ade0e0415aeca063e513de497cc4b082f7cc247fe7278292f7c3b7dda6af744743
 DIST translate-shell-0.9.6.6.tar.gz 73189 BLAKE2B ad4de403f2c95a1e4de5c963cb017f5a744f08d3bb8256dcc22f28c0916f6a0e693bce171a5dc500de5353c954bab7681f1227df9e48be286ad5aa07c5d06fa4 SHA512 c5451e537f44e325ee2f59d54942f91b8e2ccc0e322c42a2c4a0e98b8a933fe0630798a45e6f587ad5aee2cbb092204710ae36779c94b8333376a8072678d868
 DIST translate-shell-0.9.6.7.tar.gz 74290 BLAKE2B 640e895b7f05c214a3f6fefab98fc85345fa155c29126bc9f14282e345f574cfa077ff7a55e5f1ed51fad3dbd50710a3831b894cabe48d16ce3d903fd63b2f47 SHA512 2648ea5adccd1ba19438bc683b41b7d3c4e1b3fcd79f9273a17ade90df6184a60d0f342f1745857ffb8d5457115bd60d0239a3e77343866a25b64529904ab416
 DIST translate-shell-0.9.6.8.tar.gz 75124 BLAKE2B d3a4768d1dd03f870fb5c31203808c5e9fa936444b9e96a973551bda0b0d858482f023457498504c3f64690c259c0119c03a2e661c71a326f74efdfe929bd042 SHA512 499a8b3f6de8283ca3f7cf1ce5c6ebdaa171ff73825edc4f24f456ee75d142f1702dd41c9f95d452b1d3cf9c730534e69c4e319e072bde9830f066695ae6711c

diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.10.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.10.ebuild
new file mode 100644
index 00000000000..0a9dd731b1f
--- /dev/null
+++ b/app-i18n/translate-shell/translate-shell-0.9.6.10.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+bidi +curl test tts"
+
+RDEPEND="
+	app-misc/rlwrap
+	=sys-apps/gawk-4*
+	curl? ( net-misc/curl[ssl] )
+	bidi? ( dev-libs/fribidi )
+	tts? ( || (
+		media-sound/mpg123
+		app-accessibility/espeak
+		media-video/mpv
+		media-video/mplayer
+		)
+	)"
+DEPEND="${RDEPEND}
+	test? ( virtual/emacs )
+	"
+
+src_test() {
+	emake NETWORK_ACCESS=no test
+}
+
+src_install() {
+	emake PREFIX="${D}/usr" install
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2019-04-22  8:02 Michał Górny
  0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2019-04-22  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     490bbe233b8727f402a98053927c4edd16253644
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Wed Apr 10 18:41:50 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 07:58:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490bbe23

app-i18n/translate-shell: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ferenc Erki <erkiferenc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11650
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-i18n/translate-shell/Manifest                  |  3 --
 .../translate-shell/translate-shell-0.9.6.6.ebuild | 37 ----------------------
 .../translate-shell/translate-shell-0.9.6.7.ebuild | 37 ----------------------
 .../translate-shell/translate-shell-0.9.6.8.ebuild | 37 ----------------------
 4 files changed, 114 deletions(-)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index d80750258c4..c761a379835 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,4 +1 @@
 DIST translate-shell-0.9.6.10.tar.gz 76079 BLAKE2B 079e7d1fe039586b580fe4197e00cda2bceb2bcf3bc11eb003bec56f3b4cc19a955182bf7bf50ba6b3f9e2d28bb091b49b98ebb0dfcd06ef25ef5c9929a307cc SHA512 b78f4f982bc65f530186a6728a1976eb96c9f6a70c7bd93e99357ed7016ee4ade0e0415aeca063e513de497cc4b082f7cc247fe7278292f7c3b7dda6af744743
-DIST translate-shell-0.9.6.6.tar.gz 73189 BLAKE2B ad4de403f2c95a1e4de5c963cb017f5a744f08d3bb8256dcc22f28c0916f6a0e693bce171a5dc500de5353c954bab7681f1227df9e48be286ad5aa07c5d06fa4 SHA512 c5451e537f44e325ee2f59d54942f91b8e2ccc0e322c42a2c4a0e98b8a933fe0630798a45e6f587ad5aee2cbb092204710ae36779c94b8333376a8072678d868
-DIST translate-shell-0.9.6.7.tar.gz 74290 BLAKE2B 640e895b7f05c214a3f6fefab98fc85345fa155c29126bc9f14282e345f574cfa077ff7a55e5f1ed51fad3dbd50710a3831b894cabe48d16ce3d903fd63b2f47 SHA512 2648ea5adccd1ba19438bc683b41b7d3c4e1b3fcd79f9273a17ade90df6184a60d0f342f1745857ffb8d5457115bd60d0239a3e77343866a25b64529904ab416
-DIST translate-shell-0.9.6.8.tar.gz 75124 BLAKE2B d3a4768d1dd03f870fb5c31203808c5e9fa936444b9e96a973551bda0b0d858482f023457498504c3f64690c259c0119c03a2e661c71a326f74efdfe929bd042 SHA512 499a8b3f6de8283ca3f7cf1ce5c6ebdaa171ff73825edc4f24f456ee75d142f1702dd41c9f95d452b1d3cf9c730534e69c4e319e072bde9830f066695ae6711c

diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild
deleted file mode 100644
index 6447ab3f65e..00000000000
--- a/app-i18n/translate-shell/translate-shell-0.9.6.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 +bidi test tts"
-
-RDEPEND="
-	app-misc/rlwrap
-	>=sys-apps/gawk-4.0.2
-	curl? ( net-misc/curl[ssl] )
-	bidi? ( dev-libs/fribidi )
-	tts? ( || (
-		media-sound/mpg123
-		app-accessibility/espeak
-		media-video/mpv
-		media-video/mplayer
-		)
-	)"
-DEPEND="${RDEPEND}
-	test? ( app-editors/emacs )
-	"
-
-PATCHES=(
-	"${FILESDIR}/${P}-remove-online-tests.patch"
-)
-
-src_install() {
-	emake PREFIX="${D}/usr" install
-}

diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.7.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.7.ebuild
deleted file mode 100644
index 6447ab3f65e..00000000000
--- a/app-i18n/translate-shell/translate-shell-0.9.6.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 +bidi test tts"
-
-RDEPEND="
-	app-misc/rlwrap
-	>=sys-apps/gawk-4.0.2
-	curl? ( net-misc/curl[ssl] )
-	bidi? ( dev-libs/fribidi )
-	tts? ( || (
-		media-sound/mpg123
-		app-accessibility/espeak
-		media-video/mpv
-		media-video/mplayer
-		)
-	)"
-DEPEND="${RDEPEND}
-	test? ( app-editors/emacs )
-	"
-
-PATCHES=(
-	"${FILESDIR}/${P}-remove-online-tests.patch"
-)
-
-src_install() {
-	emake PREFIX="${D}/usr" install
-}

diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.8.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.8.ebuild
deleted file mode 100644
index ed36659409b..00000000000
--- a/app-i18n/translate-shell/translate-shell-0.9.6.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 +bidi test tts"
-
-RDEPEND="
-	app-misc/rlwrap
-	>=sys-apps/gawk-4.0.2
-	curl? ( net-misc/curl[ssl] )
-	bidi? ( dev-libs/fribidi )
-	tts? ( || (
-		media-sound/mpg123
-		app-accessibility/espeak
-		media-video/mpv
-		media-video/mplayer
-		)
-	)"
-DEPEND="${RDEPEND}
-	test? ( app-editors/emacs )
-	"
-
-src_test() {
-	emake NETWORK_ACCESS=no test
-}
-
-src_install() {
-	emake PREFIX="${D}/usr" install
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2020-01-03  9:15 Joonas Niilola
  0 siblings, 0 replies; 33+ messages in thread
From: Joonas Niilola @ 2020-01-03  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5a740f8dbefc6b029591ece8de3e8abcb145fc87
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Sat Dec 14 22:19:48 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 09:14:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a740f8d

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12627
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-i18n/translate-shell/Manifest                  |  1 +
 app-i18n/translate-shell/metadata.xml              |  4 +--
 .../translate-shell-0.9.6.11.ebuild                | 40 ++++++++++++++++++++++
 3 files changed, 43 insertions(+), 2 deletions(-)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index c761a379835..b5178e6d272 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1 +1,2 @@
 DIST translate-shell-0.9.6.10.tar.gz 76079 BLAKE2B 079e7d1fe039586b580fe4197e00cda2bceb2bcf3bc11eb003bec56f3b4cc19a955182bf7bf50ba6b3f9e2d28bb091b49b98ebb0dfcd06ef25ef5c9929a307cc SHA512 b78f4f982bc65f530186a6728a1976eb96c9f6a70c7bd93e99357ed7016ee4ade0e0415aeca063e513de497cc4b082f7cc247fe7278292f7c3b7dda6af744743
+DIST translate-shell-0.9.6.11.tar.gz 76779 BLAKE2B 39748d0a2d7db504fd4c0bee516f703291dce93f19aa760fdae70b0551cb5f14ae5483314114f7e1141ae2231e0b128a79a9c05ec1fd08c970be886c4430e32d SHA512 d4d376b3750e43e3de5b95790fea7fc91e94140526ac15ee9f7818554f95d410772c8f8887433b6fd4547f569b3d6f510c1bc1497d8237223c344dbb8f0ae87f

diff --git a/app-i18n/translate-shell/metadata.xml b/app-i18n/translate-shell/metadata.xml
index bea3adaede3..8677de75cec 100644
--- a/app-i18n/translate-shell/metadata.xml
+++ b/app-i18n/translate-shell/metadata.xml
@@ -15,8 +15,8 @@
 	</maintainer>
 	<longdescription lang="en">
 		Translate Shell (formerly Google Translate CLI) is a command-line
-		translator powered by Google Translate (default), Bing Translator, and
-		Yandex.Translate.
+		translator powered by Google Translate (default), Bing Translator,
+		Yandex.Translate and Apertium.
 	</longdescription>
 	<use>
 		<flag name="tts">Enable text-to-speech support</flag>

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
new file mode 100644
index 00000000000..833f76cb661
--- /dev/null
+++ b/app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+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="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-apps/gawk"
+DEPEND="${RDEPEND}
+	test? (
+		app-editors/emacs
+		app-misc/rlwrap
+	)"
+
+src_test() {
+	emake NETWORK_ACCESS=no test
+}
+
+src_install() {
+	emake PREFIX="${D}/usr" 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
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2020-01-26 20:25 Thomas Deutschmann
  0 siblings, 0 replies; 33+ messages in thread
From: Thomas Deutschmann @ 2020-01-26 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     691f46a08626d7b252038703a3c31526583268f5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 20:23:51 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 20:25:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691f46a0

app-i18n/translate-shell: x86 keyworded (bug #703802)

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 833f76cb661..2538cb44a32 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2020-02-03 11:28 Agostino Sarubbo
  0 siblings, 0 replies; 33+ messages in thread
From: Agostino Sarubbo @ 2020-02-03 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     16ac8821e727af220af7e184dadb16406e63dff7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 11:27:39 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb  3 11:27:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ac8821

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 <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2538cb44a32..b94a8fe4ac5 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2020-02-03 11:31 Agostino Sarubbo
  0 siblings, 0 replies; 33+ messages in thread
From: Agostino Sarubbo @ 2020-02-03 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e63d5849b19c767573d2a2606ba27930368e7fa8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 11:30:56 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb  3 11:30:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63d5849

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 <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 b94a8fe4ac5..79cb2261483 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2020-06-12  7:00 Joonas Niilola
  0 siblings, 0 replies; 33+ messages in thread
From: Joonas Niilola @ 2020-06-12  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0e294c837285fff406a18693c70e18a7026bc393
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Mon May 18 07:56:05 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 06:59:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e294c83

app-i18n/translate-shell: bump version to 0.9.6.12

Signed-off-by: Ferenc Erki <erkiferenc <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-i18n/translate-shell/Manifest                  |  1 +
 .../translate-shell-0.9.6.12.ebuild                | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index b5178e6d272..b1809ce84ba 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,2 +1,3 @@
 DIST translate-shell-0.9.6.10.tar.gz 76079 BLAKE2B 079e7d1fe039586b580fe4197e00cda2bceb2bcf3bc11eb003bec56f3b4cc19a955182bf7bf50ba6b3f9e2d28bb091b49b98ebb0dfcd06ef25ef5c9929a307cc SHA512 b78f4f982bc65f530186a6728a1976eb96c9f6a70c7bd93e99357ed7016ee4ade0e0415aeca063e513de497cc4b082f7cc247fe7278292f7c3b7dda6af744743
 DIST translate-shell-0.9.6.11.tar.gz 76779 BLAKE2B 39748d0a2d7db504fd4c0bee516f703291dce93f19aa760fdae70b0551cb5f14ae5483314114f7e1141ae2231e0b128a79a9c05ec1fd08c970be886c4430e32d SHA512 d4d376b3750e43e3de5b95790fea7fc91e94140526ac15ee9f7818554f95d410772c8f8887433b6fd4547f569b3d6f510c1bc1497d8237223c344dbb8f0ae87f
+DIST translate-shell-0.9.6.12.tar.gz 77580 BLAKE2B 78e8c694edc03fb03facd8c705c7e703a106fe9f2d7b46d464a681d52523817b4aeaf023fdedf46a9792270daf758fde457ba30ab1ffaa778f8db3eba3caa892 SHA512 6cbdfd14b7004d0e37a4abee01bec87409137f1bb7a14a964936bf0a2ad704ea1fc04dcd8ab10404a5c2df105bf7a6a8b33ed02c75c1035a6900082f6dfbb20d

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
new file mode 100644
index 00000000000..2538cb44a32
--- /dev/null
+++ b/app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+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="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-apps/gawk"
+DEPEND="${RDEPEND}
+	test? (
+		app-editors/emacs
+		app-misc/rlwrap
+	)"
+
+src_test() {
+	emake NETWORK_ACCESS=no test
+}
+
+src_install() {
+	emake PREFIX="${D}/usr" 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
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2020-06-12  7:00 Joonas Niilola
  0 siblings, 0 replies; 33+ messages in thread
From: Joonas Niilola @ 2020-06-12  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     bdbb40fa6da034e5c13303dcbce8e4ffdfb1d3df
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Mon May 18 08:02:56 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 06:59:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbb40fa

app-i18n/translate-shell: clean up old

Signed-off-by: Ferenc Erki <erkiferenc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15862
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-i18n/translate-shell/Manifest                  |  1 -
 app-i18n/translate-shell/metadata.xml              |  3 --
 .../translate-shell-0.9.6.10.ebuild                | 38 ----------------------
 3 files changed, 42 deletions(-)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index b1809ce84ba..c4dafb0f962 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,3 +1,2 @@
-DIST translate-shell-0.9.6.10.tar.gz 76079 BLAKE2B 079e7d1fe039586b580fe4197e00cda2bceb2bcf3bc11eb003bec56f3b4cc19a955182bf7bf50ba6b3f9e2d28bb091b49b98ebb0dfcd06ef25ef5c9929a307cc SHA512 b78f4f982bc65f530186a6728a1976eb96c9f6a70c7bd93e99357ed7016ee4ade0e0415aeca063e513de497cc4b082f7cc247fe7278292f7c3b7dda6af744743
 DIST translate-shell-0.9.6.11.tar.gz 76779 BLAKE2B 39748d0a2d7db504fd4c0bee516f703291dce93f19aa760fdae70b0551cb5f14ae5483314114f7e1141ae2231e0b128a79a9c05ec1fd08c970be886c4430e32d SHA512 d4d376b3750e43e3de5b95790fea7fc91e94140526ac15ee9f7818554f95d410772c8f8887433b6fd4547f569b3d6f510c1bc1497d8237223c344dbb8f0ae87f
 DIST translate-shell-0.9.6.12.tar.gz 77580 BLAKE2B 78e8c694edc03fb03facd8c705c7e703a106fe9f2d7b46d464a681d52523817b4aeaf023fdedf46a9792270daf758fde457ba30ab1ffaa778f8db3eba3caa892 SHA512 6cbdfd14b7004d0e37a4abee01bec87409137f1bb7a14a964936bf0a2ad704ea1fc04dcd8ab10404a5c2df105bf7a6a8b33ed02c75c1035a6900082f6dfbb20d

diff --git a/app-i18n/translate-shell/metadata.xml b/app-i18n/translate-shell/metadata.xml
index 8677de75cec..0ae1b9e6be5 100644
--- a/app-i18n/translate-shell/metadata.xml
+++ b/app-i18n/translate-shell/metadata.xml
@@ -18,9 +18,6 @@
 		translator powered by Google Translate (default), Bing Translator,
 		Yandex.Translate and Apertium.
 	</longdescription>
-	<use>
-		<flag name="tts">Enable text-to-speech support</flag>
-	</use>
 	<upstream>
 		<remote-id type="github">soimort/translate-shell</remote-id>
 	</upstream>

diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.10.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.10.ebuild
deleted file mode 100644
index 69f5d902ea8..00000000000
--- a/app-i18n/translate-shell/translate-shell-0.9.6.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+bidi +curl test tts"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-misc/rlwrap
-	=sys-apps/gawk-4*
-	curl? ( net-misc/curl[ssl] )
-	bidi? ( dev-libs/fribidi )
-	tts? ( || (
-		media-sound/mpg123
-		app-accessibility/espeak
-		media-video/mpv
-		media-video/mplayer
-		)
-	)"
-DEPEND="${RDEPEND}
-	test? ( >=app-editors/emacs-23.1:* )
-	"
-
-src_test() {
-	emake NETWORK_ACCESS=no test
-}
-
-src_install() {
-	emake PREFIX="${D}/usr" install
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2021-02-27 10:06 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2021-02-27 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     85dc7f22f5416eeeb57de0d8dc86b9047e352152
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 10:06:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 10:06:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85dc7f22

app-i18n/translate-shell: Stabilize 0.9.6.12 x86, #772074

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 e467c42875d..e9356d51e35 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
@@ -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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2021-02-27 17:20 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2021-02-27 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     938735d3ce2f070b5ea723f449267ab1e42df3d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 17:12:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 17:19:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=938735d3

app-i18n/translate-shell: Stabilize 0.9.6.12 amd64, #772074

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 e9356d51e35..29d45840617 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2021-05-31 20:45 David Seifert
  0 siblings, 0 replies; 33+ messages in thread
From: David Seifert @ 2021-05-31 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f813c6a2e358698f302de35e11d2d209dabebab5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:44:30 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:44:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f813c6a2

app-i18n/translate-shell: drop inactive maintainer

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-i18n/translate-shell/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app-i18n/translate-shell/metadata.xml b/app-i18n/translate-shell/metadata.xml
index 4b14e09c453..7ad4be9c864 100644
--- a/app-i18n/translate-shell/metadata.xml
+++ b/app-i18n/translate-shell/metadata.xml
@@ -5,10 +5,6 @@
 		<email>erkiferenc@gmail.com</email>
 		<name>Ferenc Erki</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>patrick@gentoo.org</email>
-		<name>Patrick Lauer</name>
-	</maintainer>
 	<maintainer type="project" proxied="proxy">
 		<email>proxy-maint@gentoo.org</email>
 		<name>Gentoo Proxy Maintainers Project</name>


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2021-11-19  7:24 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2021-11-19  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5a872a9cf0f3fc1e57ab3e19a8f54938a5fed209
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 07:23:47 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 07:24:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a872a9c

app-i18n/translate-shell: Keyword 0.9.6.12 arm64, #823089

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 68425a1a688c..91bcaae94964 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2022-01-20 12:58 Arthur Zamarin
  0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2022-01-20 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0c45f8d4702c7cc4b2ac6afb53e0ab910e54f802
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 12:44:45 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 12:58:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c45f8d4

app-i18n/translate-shell: Stabilize 0.9.6.12 arm64, #831507

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 91bcaae94964..c650d1706f69 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2023-02-15 14:21 Viorel Munteanu
  0 siblings, 0 replies; 33+ messages in thread
From: Viorel Munteanu @ 2023-02-15 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4f5167bdf986d6b006ff8c3fe48d5a1f3e06158f
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 20:17:06 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 14:21:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5167bd

app-i18n/translate-shell: bump version to 0.9.7.1

Signed-off-by: Ferenc Erki <erkiferenc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29304
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-i18n/translate-shell/Manifest                  |  1 +
 .../translate-shell/translate-shell-0.9.7.1.ebuild | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index c4dafb0f9629..da1236c6c30f 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,2 +1,3 @@
 DIST translate-shell-0.9.6.11.tar.gz 76779 BLAKE2B 39748d0a2d7db504fd4c0bee516f703291dce93f19aa760fdae70b0551cb5f14ae5483314114f7e1141ae2231e0b128a79a9c05ec1fd08c970be886c4430e32d SHA512 d4d376b3750e43e3de5b95790fea7fc91e94140526ac15ee9f7818554f95d410772c8f8887433b6fd4547f569b3d6f510c1bc1497d8237223c344dbb8f0ae87f
 DIST translate-shell-0.9.6.12.tar.gz 77580 BLAKE2B 78e8c694edc03fb03facd8c705c7e703a106fe9f2d7b46d464a681d52523817b4aeaf023fdedf46a9792270daf758fde457ba30ab1ffaa778f8db3eba3caa892 SHA512 6cbdfd14b7004d0e37a4abee01bec87409137f1bb7a14a964936bf0a2ad704ea1fc04dcd8ab10404a5c2df105bf7a6a8b33ed02c75c1035a6900082f6dfbb20d
+DIST translate-shell-0.9.7.1.tar.gz 94865 BLAKE2B a64bf33d2c4e79889854c427cf5853b5a58ae0478ef51f2ca4b7eb481cc74a06ba33537bc9a557694e1b6a3c585328c73f4aec75d4e941a8d695bc18dd03b096 SHA512 d25a6177ee5b9d41715042b653ad345d1c76884423700f0fe53bc2ffddd6d3c14844fa4e768b87b055018794a8c4057c329810c65764e7f9aa425ceac35f0810

diff --git a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
new file mode 100644
index 000000000000..cea089af6a72
--- /dev/null
+++ b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature
+
+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="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-apps/gawk"
+DEPEND="${RDEPEND}
+	test? (
+		app-editors/emacs
+		app-misc/rlwrap
+	)"
+
+src_test() {
+	emake NETWORK_ACCESS=no test
+}
+
+src_install() {
+	emake PREFIX="${D}/usr" install
+}
+
+pkg_postinst() {
+	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
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2023-04-05 19:55 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-04-05 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5917102328f3e88cd9304d8c5a96b5affd7a8a8d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 19:55:35 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 19:55:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59171023

app-i18n/translate-shell: Stabilize 0.9.7.1 arm64, #903768

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
index cea089af6a72..5899f4e92897 100644
--- a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
+++ b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2023-04-05 20:03 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-04-05 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c37f9fb1ceeb1991342721d100be4acbe9989235
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 20:03:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 20:03:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37f9fb1

app-i18n/translate-shell: Stabilize 0.9.7.1 amd64, #903768

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
index 4c6d99051138..c40367d1b092 100644
--- a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
+++ b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2023-04-05 20:03 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-04-05 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     787aa43c35d5419af1c9b3a5c9939fc1b0a0162c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 20:02:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 20:03:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787aa43c

app-i18n/translate-shell: Stabilize 0.9.7.1 x86, #903768

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
index 5899f4e92897..4c6d99051138 100644
--- a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
+++ b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/soimort/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="~amd64 arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2023-04-06 11:20 Joonas Niilola
  0 siblings, 0 replies; 33+ messages in thread
From: Joonas Niilola @ 2023-04-06 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4400cb69f103ba291b5a0abb8acbde0abd33a138
Author:     Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Tue Apr  4 10:25:42 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 11:20:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4400cb69

app-i18n/translate-shell: remove old

Signed-off-by: Ferenc Erki <erkiferenc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30471
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-i18n/translate-shell/Manifest                  |  2 --
 .../translate-shell-0.9.6.11.ebuild                | 39 ----------------------
 .../translate-shell-0.9.6.12.ebuild                | 39 ----------------------
 3 files changed, 80 deletions(-)

diff --git a/app-i18n/translate-shell/Manifest b/app-i18n/translate-shell/Manifest
index da1236c6c30f..d36ad4b207ef 100644
--- a/app-i18n/translate-shell/Manifest
+++ b/app-i18n/translate-shell/Manifest
@@ -1,3 +1 @@
-DIST translate-shell-0.9.6.11.tar.gz 76779 BLAKE2B 39748d0a2d7db504fd4c0bee516f703291dce93f19aa760fdae70b0551cb5f14ae5483314114f7e1141ae2231e0b128a79a9c05ec1fd08c970be886c4430e32d SHA512 d4d376b3750e43e3de5b95790fea7fc91e94140526ac15ee9f7818554f95d410772c8f8887433b6fd4547f569b3d6f510c1bc1497d8237223c344dbb8f0ae87f
-DIST translate-shell-0.9.6.12.tar.gz 77580 BLAKE2B 78e8c694edc03fb03facd8c705c7e703a106fe9f2d7b46d464a681d52523817b4aeaf023fdedf46a9792270daf758fde457ba30ab1ffaa778f8db3eba3caa892 SHA512 6cbdfd14b7004d0e37a4abee01bec87409137f1bb7a14a964936bf0a2ad704ea1fc04dcd8ab10404a5c2df105bf7a6a8b33ed02c75c1035a6900082f6dfbb20d
 DIST translate-shell-0.9.7.1.tar.gz 94865 BLAKE2B a64bf33d2c4e79889854c427cf5853b5a58ae0478ef51f2ca4b7eb481cc74a06ba33537bc9a557694e1b6a3c585328c73f4aec75d4e941a8d695bc18dd03b096 SHA512 d25a6177ee5b9d41715042b653ad345d1c76884423700f0fe53bc2ffddd6d3c14844fa4e768b87b055018794a8c4057c329810c65764e7f9aa425ceac35f0810

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
deleted file mode 100644
index 68425a1a688c..000000000000
--- a/app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature
-
-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="Unlicense"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-apps/gawk"
-DEPEND="${RDEPEND}
-	test? (
-		app-editors/emacs
-		app-misc/rlwrap
-	)"
-
-src_test() {
-	emake NETWORK_ACCESS=no test
-}
-
-src_install() {
-	emake PREFIX="${D}/usr" install
-}
-
-pkg_postinst() {
-	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
deleted file mode 100644
index c650d1706f69..000000000000
--- a/app-i18n/translate-shell/translate-shell-0.9.6.12.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature
-
-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="Unlicense"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-apps/gawk"
-DEPEND="${RDEPEND}
-	test? (
-		app-editors/emacs
-		app-misc/rlwrap
-	)"
-
-src_test() {
-	emake NETWORK_ACCESS=no test
-}
-
-src_install() {
-	emake PREFIX="${D}/usr" install
-}
-
-pkg_postinst() {
-	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
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/
@ 2023-05-06 14:18 Sam James
  0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-05-06 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b5e4293808983719431fc26e32958449d8094bdc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 14:07:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  6 14:17:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e42938

app-i18n/translate-shell: update optfeature for espeak-ng

Bug: https://bugs.gentoo.org/877221
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
index c40367d1b092..7ede6dafe025 100644
--- a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
+++ b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild
@@ -33,7 +33,7 @@ src_install() {
 pkg_postinst() {
 	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 "text-to-speech functionality" media-sound/mpg123 app-accessibility/espeak-ng 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
 }


^ permalink raw reply related	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2023-05-06 14:18 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-23 21:06 [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2023-05-06 14:18 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-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
2017-01-29 16:51 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox