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/
Date: Sat, 04 Aug 2018 13:58:04
Message-Id: 1533391051.f9f095d4d65e9621f5fa47f73e272bdbbc597e35.hattya@gentoo
1 commit: f9f095d4d65e9621f5fa47f73e272bdbbc597e35
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 13:41:11 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 13:57:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f095d4
7
8 app-i18n/ibus: drop ltprune
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-i18n/ibus/ibus-1.5.12.ebuild | 4 ++--
13 app-i18n/ibus/ibus-1.5.16.ebuild | 4 ++--
14 app-i18n/ibus/ibus-1.5.17.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
18 index ae04fedae73..452f165b7d2 100644
19 --- a/app-i18n/ibus/ibus-1.5.12.ebuild
20 +++ b/app-i18n/ibus/ibus-1.5.12.ebuild
21 @@ -5,7 +5,7 @@ EAPI="6"
22 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
23 VALA_USE_DEPEND="vapigen"
24
25 -inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx
26 +inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx
27
28 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
29 HOMEPAGE="https://github.com/ibus/ibus/wiki"
30 @@ -122,7 +122,7 @@ src_test() {
31
32 src_install() {
33 default
34 - prune_libtool_files --modules
35 + find "${ED}" -name '*.la' -delete || die
36
37 if use python; then
38 python_install() {
39
40 diff --git a/app-i18n/ibus/ibus-1.5.16.ebuild b/app-i18n/ibus/ibus-1.5.16.ebuild
41 index e0a88f0bc6a..9a0c01d902d 100644
42 --- a/app-i18n/ibus/ibus-1.5.16.ebuild
43 +++ b/app-i18n/ibus/ibus-1.5.16.ebuild
44 @@ -5,7 +5,7 @@ EAPI="6"
45 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
46 VALA_USE_DEPEND="vapigen"
47
48 -inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx
49 +inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx
50
51 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
52 HOMEPAGE="https://github.com/ibus/ibus/wiki"
53 @@ -138,7 +138,7 @@ src_test() {
54
55 src_install() {
56 default
57 - prune_libtool_files --modules
58 + find "${ED}" -name '*.la' -delete || die
59
60 if use python; then
61 python_install() {
62
63 diff --git a/app-i18n/ibus/ibus-1.5.17.ebuild b/app-i18n/ibus/ibus-1.5.17.ebuild
64 index d165c275183..7c3f41cfe21 100644
65 --- a/app-i18n/ibus/ibus-1.5.17.ebuild
66 +++ b/app-i18n/ibus/ibus-1.5.17.ebuild
67 @@ -5,7 +5,7 @@ EAPI="6"
68 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
69 VALA_USE_DEPEND="vapigen"
70
71 -inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx xdg-utils
72 +inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils
73
74 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
75 HOMEPAGE="https://github.com/ibus/ibus/wiki"
76 @@ -139,7 +139,7 @@ src_test() {
77
78 src_install() {
79 default
80 - prune_libtool_files --modules
81 + find "${ED}" -name '*.la' -delete || die
82
83 if use python; then
84 python_install() {