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 5F726138336 for ; Wed, 29 Aug 2018 13:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 845C1E085D; Wed, 29 Aug 2018 13:11:05 +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 61BAFE085D for ; Wed, 29 Aug 2018 13:11:04 +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 D1A2333BF3C for ; Wed, 29 Aug 2018 13:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CDFB3B5 for ; Wed, 29 Aug 2018 13:11:01 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1535547936.b36a0fa4e26f93027011726f7725b744d317ec3b.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-table/ibus-table-1.9.18.ebuild X-VCS-Directories: app-i18n/ibus-table/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: b36a0fa4e26f93027011726f7725b744d317ec3b X-VCS-Branch: master Date: Wed, 29 Aug 2018 13:11:01 +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: 2d91d60f-cddd-4b8f-81b2-dae14e6df8fe X-Archives-Hash: 40791cfba7986f15292c44e8f203f765 commit: b36a0fa4e26f93027011726f7725b744d317ec3b Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 29 13:05:36 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 29 13:05:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36a0fa4 app-i18n/ibus-table: tidy Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/ibus-table/ibus-table-1.9.18.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18.ebuild index 114b81267db..2a357802f97 100644 --- a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.9.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -29,11 +29,6 @@ DEPEND="${RDEPEND} src_prepare() { python_fix_shebang . - sed -i \ - "s/python/${EPYTHON}/" \ - engine/${PN}-createdb.in \ - engine/${PN/-/-engine-}.in - default }