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-typing-booster/
Date: Sat, 02 Mar 2019 13:03:13
Message-Id: 1551531689.c1f8aceba92191a7f6326040f06405b60b66e7b3.hattya@gentoo
1 commit: c1f8aceba92191a7f6326040f06405b60b66e7b3
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 13:01:29 2019 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 13:01:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f8aceb
7
8 app-i18n/ibus-typing-booster: new upstream release
9
10 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-i18n/ibus-typing-booster/Manifest | 1 +
14 .../ibus-typing-booster-2.6.0.ebuild | 32 ++++++++++++++++++++++
15 2 files changed, 33 insertions(+)
16
17 diff --git a/app-i18n/ibus-typing-booster/Manifest b/app-i18n/ibus-typing-booster/Manifest
18 index 41a56def5d5..b688bd16436 100644
19 --- a/app-i18n/ibus-typing-booster/Manifest
20 +++ b/app-i18n/ibus-typing-booster/Manifest
21 @@ -1,2 +1,3 @@
22 DIST ibus-typing-booster-2.5.1.tar.gz 6232907 BLAKE2B 60fa4b287eb61b509e938d7570dcd9db3160ed66dde56ebae17cb3f46c1862d626dede4dca330b292585fb7db86ee97ed5cd020431a300eaf864a35cad76b99a SHA512 69ba68d6da262762df6db3c98ff947d189463eea761aed42b62cc02dee4c6f7badd533300203a4c6d81e53874ff80da2829a3c82a7acdddf4b1cd99556b0eda1
23 DIST ibus-typing-booster-2.5.3.tar.gz 6463060 BLAKE2B c1053f2e9536ee1dd1c243702150e7f0d1dce1651a196a705395890d3d6274a369c718c66c62d96bd317862d831da8195e70bddcde53fef27c1531e5525193ae SHA512 6d7f033919223522c9b0fcef5af4d8368f126c2da1acbbb0403c0575cdedaddd1de7d5cbcdf15dda63b05a871f35708586628195c3da4cfd86ca12bfde452672
24 +DIST ibus-typing-booster-2.6.0.tar.gz 6863400 BLAKE2B e399ebaa19a2949882de41cb3b11dfc161a0ddb300e23daf216857dea9bb4b3d31db6dcd02846214b8ac677df92672a342c7c9e992ab791f97bdf8abc514ba4a SHA512 7e916eaba5d3f14bde383acedd5ce9cd74e72328f25a84936055ee9183b4aeff79d5297fffdd27713491f23a949377cafc39bc52efa0f7d5995672176cb808c8
25
26 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.6.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.6.0.ebuild
27 new file mode 100644
28 index 00000000000..2b94c3fcc8c
29 --- /dev/null
30 +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.6.0.ebuild
31 @@ -0,0 +1,32 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="7"
36 +PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
37 +PYTHON_REQ_USE="sqlite(+)"
38 +
39 +inherit python-single-r1
40 +
41 +DESCRIPTION="Completion input method for IBus"
42 +HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
43 +SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz"
44 +
45 +LICENSE="GPL-3"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +RESTRICT="test"
50 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 +
52 +CDEPEND="${PYTHON_DEPS}
53 + app-i18n/ibus[python(+),${PYTHON_USEDEP}]
54 + dev-libs/m17n-lib
55 + dev-python/dbus-python[${PYTHON_USEDEP}]
56 + dev-python/pyenchant[${PYTHON_USEDEP}]
57 + dev-python/pygobject:3[${PYTHON_USEDEP}]
58 + dev-python/pyxdg[${PYTHON_USEDEP}]"
59 +RDEPEND="${CDEPEND}
60 + >=dev-db/m17n-db-1.7"
61 +DEPEND="${RDEPEND}
62 + sys-devel/gettext
63 + virtual/pkgconfig"