Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/
Date: Sun, 09 Feb 2020 16:11:14
Message-Id: 1581264643.479669f15de0f3709ad445f4bc9b9fb06b9a366a.mgorny@gentoo
1 commit: 479669f15de0f3709ad445f4bc9b9fb06b9a366a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 09:34:27 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:10:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479669f1
7
8 app-i18n/ibus-typing-booster: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...ster-2.7.0.ebuild => ibus-typing-booster-2.7.0-r1.ebuild} | 12 +++++++-----
13 .../ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild | 12 +++++++-----
14 2 files changed, 14 insertions(+), 10 deletions(-)
15
16 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild
17 similarity index 70%
18 rename from app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0.ebuild
19 rename to app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild
20 index 55d27fd99d7..99d431fc2d5 100644
21 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0.ebuild
22 +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild
23 @@ -19,12 +19,14 @@ RESTRICT="test"
24 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
25
26 CDEPEND="${PYTHON_DEPS}
27 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
28 dev-libs/m17n-lib
29 - dev-python/dbus-python[${PYTHON_USEDEP}]
30 - dev-python/pyenchant[${PYTHON_USEDEP}]
31 - dev-python/pygobject:3[${PYTHON_USEDEP}]
32 - dev-python/pyxdg[${PYTHON_USEDEP}]"
33 + $(python_gen_cond_dep '
34 + app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
35 + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
36 + dev-python/pyenchant[${PYTHON_MULTI_USEDEP}]
37 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
38 + dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
39 + ')"
40 RDEPEND="${CDEPEND}
41 >=dev-db/m17n-db-1.7"
42 DEPEND="${RDEPEND}
43
44 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
45 index 0845963503c..0091f717eec 100644
46 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
47 +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
48 @@ -19,12 +19,14 @@ RESTRICT="test"
49 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50
51 CDEPEND="${PYTHON_DEPS}
52 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
53 dev-libs/m17n-lib
54 - dev-python/dbus-python[${PYTHON_USEDEP}]
55 - dev-python/pyenchant[${PYTHON_USEDEP}]
56 - dev-python/pygobject:3[${PYTHON_USEDEP}]
57 - dev-python/pyxdg[${PYTHON_USEDEP}]"
58 + $(python_gen_cond_dep '
59 + app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
60 + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
61 + dev-python/pyenchant[${PYTHON_MULTI_USEDEP}]
62 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
63 + dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
64 + ')"
65 RDEPEND="${CDEPEND}
66 >=dev-db/m17n-db-1.7"
67 DEPEND="${RDEPEND}