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/files/
Date: Sat, 12 Aug 2017 13:35:38
Message-Id: 1502544873.79d67ba580e9d52933f050946338f4bf9beb6a3c.hattya@gentoo
1 commit: 79d67ba580e9d52933f050946338f4bf9beb6a3c
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 15:59:47 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 12 13:34:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d67ba5
7
8 app-i18n/ibus-table: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5339
11
12 app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch | 13 -------------
13 1 file changed, 13 deletions(-)
14
15 diff --git a/app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch b/app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch
16 deleted file mode 100644
17 index a492607eca2..00000000000
18 --- a/app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch
19 +++ /dev/null
20 @@ -1,13 +0,0 @@
21 -diff --git a/engine/Makefile.in b/engine/Makefile.in
22 -index c9d1a42..4d25a09 100644
23 ---- a/engine/Makefile.in
24 -+++ b/engine/Makefile.in
25 -@@ -418,7 +418,7 @@ install-engine_tablePYTHON: $(engine_table_PYTHON)
26 - $(INSTALL_DATA) $$files "$(DESTDIR)$(engine_tabledir)" || exit $$?; \
27 - done || exit $$?; \
28 - if test -n "$$dlist"; then \
29 -- $(am__py_compile) --destdir "$(DESTDIR)" \
30 -+ $(py_compile) --destdir "$(DESTDIR)" \
31 - --basedir "$(engine_tabledir)" $$dlist; \
32 - else :; fi
33 -