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: Mon, 07 May 2018 13:12:33
Message-Id: 1525698699.c2f002852003c902df75ede9ce191e7768d18330.hattya@gentoo
1 commit: c2f002852003c902df75ede9ce191e7768d18330
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 7 13:11:39 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Mon May 7 13:11:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f00285
7
8 app-i18n/ibus-typing-booster: new upstream release
9
10 Closes: https://bugs.gentoo.org/653950
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-i18n/ibus-typing-booster/Manifest | 1 +
14 .../ibus-typing-booster-1.5.36.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 59bfe8cd29e..eda2285af58 100644
19 --- a/app-i18n/ibus-typing-booster/Manifest
20 +++ b/app-i18n/ibus-typing-booster/Manifest
21 @@ -1 +1,2 @@
22 DIST ibus-typing-booster-1.5.32.tar.gz 5114796 BLAKE2B bc9d95b9f2da1cbb7eeb6fa07a528e29eae55a2283248bb0b94c09136571f9f29e4ad0af724f3fc621e2357c28efe97005b9d77365d6a349fbf5c17d6ee75a55 SHA512 0027d5b569577e3508a2af98c45929f63fea95369e6d502a42b3e3f61d28fb2c575ac42f5ae69c388d13a5740d35cbcda78ef01144679dc201bcbf384639290e
23 +DIST ibus-typing-booster-1.5.36.tar.gz 6413145 BLAKE2B e0948e81cc7002ee4eae8cb94da765dfba701e6b0872db85c5f847895be640292f78840ef19b9daf452c73a0b7d5c8385d6095f244d060d2cd0b8e1a7edd796a SHA512 f9aa7b226b31732e1bdb78172a60ac8de3b86a86669a6aea017469001cb509bc8c1c3799764ed265befdc058f920bf7022c70d431503ad4ef27cc20eb9fa0537
24
25 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.36.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.36.ebuild
26 new file mode 100644
27 index 00000000000..b4bb8048b30
28 --- /dev/null
29 +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-1.5.36.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="6"
35 +PYTHON_COMPAT=( python{3_4,3_5,3_6} )
36 +PYTHON_REQ_USE="sqlite(+)"
37 +
38 +inherit python-single-r1
39 +
40 +DESCRIPTION="Completion input method for IBus"
41 +HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
42 +SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz"
43 +
44 +LICENSE="GPL-3"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +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 +RDEPEND="${CDEPEND}
59 + >=dev-db/m17n-db-1.7"
60 +DEPEND="${RDEPEND}
61 + sys-devel/gettext
62 + virtual/pkgconfig"