From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7477B1382C5 for ; Sun, 11 Feb 2018 21:25:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA4D0E0BC3; Sun, 11 Feb 2018 21:25:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB755E0BC3 for ; Sun, 11 Feb 2018 21:25:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2F41335C51 for ; Sun, 11 Feb 2018 21:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C2A21FE for ; Sun, 11 Feb 2018 21:25:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1518384294.f9cff44e4bced301186e83da6d8ed85f109df360.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/translate-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/translate-shell/Manifest app-i18n/translate-shell/translate-shell-0.9.6.2.ebuild X-VCS-Directories: app-i18n/translate-shell/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f9cff44e4bced301186e83da6d8ed85f109df360 X-VCS-Branch: master Date: Sun, 11 Feb 2018 21:25:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7ab9c17-91e4-4721-bdbf-01a32bbab502 X-Archives-Hash: b59a3cedf5793e29c2f5941b508c1ad0 commit: f9cff44e4bced301186e83da6d8ed85f109df360 Author: Ferenc Erki gmail com> AuthorDate: Thu Feb 8 06:31:27 2018 +0000 Commit: Michał Górny gentoo 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 -}