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-anthy/
Date: Tue, 12 May 2020 14:24:32
Message-Id: 1589292968.35459f0ba34ec8f19dac91f93ece65cb56c524f1.hattya@gentoo
1 commit: 35459f0ba34ec8f19dac91f93ece65cb56c524f1
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 12 14:16:08 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue May 12 14:16:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35459f0b
7
8 app-i18n/ibus-anthy: update to EAPI 7
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-anthy/Manifest | 2 +-
14 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild | 6 +++---
15 app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild | 6 +++---
16 3 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
19 index 0d7178973c8..9deecad5635 100644
20 --- a/app-i18n/ibus-anthy/Manifest
21 +++ b/app-i18n/ibus-anthy/Manifest
22 @@ -1,3 +1,3 @@
23 -DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa SHA512 2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
24 DIST ibus-anthy-1.5.10.tar.gz 758528 BLAKE2B 39496f5c3a5f2038f3f81e09504e472a32da85f27701741cbe77b576afcd8685c4f2209aaf24ef84420cbeec1614b251d2903c1ea4e7175a1014f92615399847 SHA512 963b1dfba18259aad2296c10de35f9f321b0169d6f85afa058ed57b6894fe4e1d44514ffadeee3c3108aac77f54aa645096ddf4bdb353fafaedb83d27d8c5d47
25 +DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa SHA512 2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
26 DIST ibus-anthy-1.5.9.tar.gz 765672 BLAKE2B 88a2b935bfe1007bdcbd70af358509da77533a67df4b6d0be218b5f9d5e1c0ca093e62618765f1e2d7c06c2127458319bbf482ce8598398b9562ecec8a258301 SHA512 2f57db784ddbd4ea57afba245dc532fe4ee8c9fea5fc7df9b3ca26600816ef4c0626b4ebdbbd976826c391890216af587863707caa26c3926a6278cc6b720ef6
27
28 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
29 index 49d72440083..918d14a6661 100644
30 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
31 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
32 @@ -1,7 +1,7 @@
33 # Copyright 1999-2020 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI="6"
37 +EAPI="7"
38 PYTHON_COMPAT=( python3_6 )
39
40 inherit gnome2-utils python-single-r1
41 @@ -23,8 +23,8 @@ RDEPEND="${PYTHON_DEPS}
42 dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
43 ')
44 nls? ( virtual/libintl )"
45 -DEPEND="${RDEPEND}
46 - dev-util/intltool
47 +DEPEND="${RDEPEND}"
48 +BDEPEND="dev-util/intltool
49 virtual/pkgconfig
50 nls? ( sys-devel/gettext )"
51
52
53 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
54 index 557c5b30b61..6a99e0b6b4b 100644
55 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
56 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
57 @@ -1,7 +1,7 @@
58 # Copyright 1999-2020 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 -EAPI="6"
62 +EAPI="7"
63 PYTHON_COMPAT=( python3_6 )
64
65 inherit gnome2-utils python-single-r1
66 @@ -23,8 +23,8 @@ RDEPEND="${PYTHON_DEPS}
67 dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
68 ')
69 nls? ( virtual/libintl )"
70 -DEPEND="${RDEPEND}
71 - dev-util/intltool
72 +DEPEND="${RDEPEND}"
73 +BDEPEND="dev-util/intltool
74 virtual/pkgconfig
75 nls? ( sys-devel/gettext )"