Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/
Date: Wed, 29 Aug 2018 13:11:06
Message-Id: 1535547936.b36a0fa4e26f93027011726f7725b744d317ec3b.hattya@gentoo
1 commit: b36a0fa4e26f93027011726f7725b744d317ec3b
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 13:05:36 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 13:05:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36a0fa4
7
8 app-i18n/ibus-table: tidy
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-i18n/ibus-table/ibus-table-1.9.18.ebuild | 7 +------
13 1 file changed, 1 insertion(+), 6 deletions(-)
14
15 diff --git a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18.ebuild
16 index 114b81267db..2a357802f97 100644
17 --- a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild
18 +++ b/app-i18n/ibus-table/ibus-table-1.9.18.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -29,11 +29,6 @@ DEPEND="${RDEPEND}
26 src_prepare() {
27 python_fix_shebang .
28
29 - sed -i \
30 - "s/python/${EPYTHON}/" \
31 - engine/${PN}-createdb.in \
32 - engine/${PN/-/-engine-}.in
33 -
34 default
35 }