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: Sun, 10 May 2020 09:18:36
Message-Id: 1589102305.3a20f5da7407ef2d08c1c9234aaaed6eef762caf.hattya@gentoo
1 commit: 3a20f5da7407ef2d08c1c9234aaaed6eef762caf
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 09:17:35 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 09:18:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a20f5da
7
8 app-i18n/ibus-typing-booster: drop old
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-typing-booster/Manifest | 1 -
14 .../ibus-typing-booster-2.7.0-r1.ebuild | 34 ----------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/app-i18n/ibus-typing-booster/Manifest b/app-i18n/ibus-typing-booster/Manifest
18 index a5ccf0b5033..cabeed7662b 100644
19 --- a/app-i18n/ibus-typing-booster/Manifest
20 +++ b/app-i18n/ibus-typing-booster/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST ibus-typing-booster-2.7.0.tar.gz 7364094 BLAKE2B 60a45121b398032b2581d1f3e5929e74e69ee22bf0807b069529afb30797daacece47e83b0696397e6b9c3f6adc28012c7f2b7102387e03eb360383946e836b2 SHA512 a11d2cad660dc813022eda89bb690e3fe7cd517ad6a3cbc7f31879afb60c5d1628f25beb423f922b26d7dd92c685471c767084cdd3a35aff1e2314a21cd757c1
23 DIST ibus-typing-booster-2.8.0.tar.gz 8018809 BLAKE2B 9306b980623094a8b72d6824292d8d52a90df69b7f1f7df11c0df63c5d2c4f2aa1ca4e2765320096915b30cc807fbe24f64a219c3beb1bec4a1d81be4511779a SHA512 64c112275ec63ac3d3c13202256be8bfded152da7b08dde7e6eb01dd38fd48535d63daaa6c2fcc09e64dcd4927931380ccd0a0be739f04330fb15dc0d4fe1823
24 DIST ibus-typing-booster-2.8.2.tar.gz 8161995 BLAKE2B 79c7bacb7c5a07139c710ddf063b58ed6bc15d1f58529dfaa0d8f1935cb513fe27ad5e95af0ca7383922f5642d1197cf74183ba2463a3fa81637add5d8376691 SHA512 3dffc21aae59ebc8c7b3ef3df588f958b4a42a2025dc6a82613e9bb1b324f8c999d01b8d98ed48794b3ea8fd5c3221df489a88f8c54c154a69be9908beda85b5
25
26 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild
27 deleted file mode 100644
28 index 2c9d4d48b4d..00000000000
29 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="7"
36 -PYTHON_COMPAT=( python3_{6,7,8} )
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 - dev-libs/m17n-lib
54 - $(python_gen_cond_dep '
55 - app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
56 - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
57 - dev-python/pyenchant[${PYTHON_MULTI_USEDEP}]
58 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
59 - dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
60 - ')"
61 -RDEPEND="${CDEPEND}
62 - >=dev-db/m17n-db-1.7"
63 -DEPEND="${RDEPEND}
64 - sys-devel/gettext
65 - virtual/pkgconfig"