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