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-table/
Date: Wed, 19 Aug 2020 14:40:41
Message-Id: 1597848002.cacb089f6edd4be4f7561f51ae817fefcda810bc.hattya@gentoo
1 commit: cacb089f6edd4be4f7561f51ae817fefcda810bc
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 14:39:18 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 14:40:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacb089f
7
8 app-i18n/ibus-table: drop old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-table/Manifest | 1 -
14 app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild | 54 -------------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
18 index 4a87405daab..76e3b6f6d46 100644
19 --- a/app-i18n/ibus-table/Manifest
20 +++ b/app-i18n/ibus-table/Manifest
21 @@ -1,3 +1,2 @@
22 DIST ibus-table-1.11.0.tar.gz 1312790 BLAKE2B 2f4edf8c52fd24f8f6735cfae8fe471e3c30ed6aea341758fc891fd7aa3ebc0dc3bbbf2bd4135586b8400c3e39035e877a0486be58a74ad5eb78bfdeef547f0e SHA512 269d7516d2580436d3bcdef2c77717c8b21c277dae0f55da3703e2bb3f26669dac29ddf3d4291854b205b5b2f5ab54d1894b32d541d084b03cb6cbb870e6b256
23 -DIST ibus-table-1.9.18.tar.gz 585309 BLAKE2B 42d7d130bd2695c1c1a7010c0bcf29c1ecaa3899c8ef8d24b11e10434771415bfd8b91723ef4c489721f0276d05dce08de3472c49632b9d30da5be1a53f82dc7 SHA512 3f28269be1987023402eb6075b8e68b3bbba3c572a94551d072281677fde5fa14f8f4186455f8f9156b252934580c7a3837555d0edb46c76f13c8b109e26aca2
24 DIST ibus-table-1.9.21.tar.gz 615801 BLAKE2B f6b3fb4fe67e5f43cc7d21bd03cc530c03b3a161e099fbca0b116319f1590374ddcef2e97c2f4702c2cd8748e8009d703abfff51f93ffb933a1aecb028e03362 SHA512 354f7e8ece5c23b84251bd0d5ff06d7a368678ade25e340341ef9f85571b440c455d56660c743be97ff6776ff041c4da35079ce090955c5f87b8f3b587e35866
25
26 diff --git a/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild
27 deleted file mode 100644
28 index 12188264ed7..00000000000
29 --- a/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild
30 +++ /dev/null
31 @@ -1,54 +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 gnome2-utils python-single-r1 xdg
40 -
41 -DESCRIPTION="Tables engines for IBus"
42 -HOMEPAGE="https://github.com/ibus/ibus/wiki"
43 -SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2 LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="nls"
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 -
51 -RDEPEND="${PYTHON_DEPS}
52 - $(python_gen_cond_dep '
53 - app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
54 - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
55 - ')
56 - virtual/libiconv
57 - nls? ( virtual/libintl )"
58 -DEPEND="${RDEPEND}"
59 -BDEPEND="virtual/pkgconfig
60 - nls? ( sys-devel/gettext )"
61 -
62 -src_prepare() {
63 - python_fix_shebang .
64 -
65 - default
66 -}
67 -
68 -src_configure() {
69 - econf $(use_enable nls)
70 -}
71 -
72 -pkg_preinst() {
73 - xdg_pkg_preinst
74 - gnome2_schemas_savelist
75 -}
76 -
77 -pkg_postinst() {
78 - xdg_pkg_postinst
79 - gnome2_schemas_update
80 -}
81 -
82 -pkg_postrm() {
83 - xdg_pkg_postrm
84 - gnome2_schemas_update
85 -}