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: Thu, 13 Apr 2017 06:18:42 +0000 (UTC)	[thread overview]
Message-ID: <1492064318.d19469f4faa15d7ad6c0e69411e98436eed72c28.patrick@gentoo> (raw)

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


             reply	other threads:[~2017-04-13  6:18 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-13  6:18 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-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

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=1492064318.d19469f4faa15d7ad6c0e69411e98436eed72c28.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