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: Thu, 08 Sep 2022 13:25:18
Message-Id: 1662643501.8fda3d009215fc2dafdde515de88bd5b2bf2d2dc.hattya@gentoo
1 commit: 8fda3d009215fc2dafdde515de88bd5b2bf2d2dc
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 13:25:01 2022 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 13:25:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fda3d00
7
8 app-i18n/ibus-table: drop old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
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.16.9.ebuild | 55 ----------------------------
15 2 files changed, 56 deletions(-)
16
17 diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
18 index 47072cc6ab2e..8113e1d86147 100644
19 --- a/app-i18n/ibus-table/Manifest
20 +++ b/app-i18n/ibus-table/Manifest
21 @@ -1,2 +1 @@
22 DIST ibus-table-1.16.11.tar.gz 1518653 BLAKE2B fec1deed7b96492bc9cead734b5063e47d553f690f9c71362a213a81f905f176811d9f397ae72c4a40815611d47df90b5a2bb56851ac28d5ca2dc2efc405716b SHA512 f5da239a05337f368769e7679a0639e73812021579467a195795678d68cf8d70b1f9bd4d31739c60298d60c9da6291c704e592750677ecc59734dd8c4292bf43
23 -DIST ibus-table-1.16.9.tar.gz 1474440 BLAKE2B 8380c9549e4295850c81279e73b774beea610ebb632bc8a04fe0ce37a02c702652c0ec49ed3596851e05d2f151320daf60eb2631c8bbe439aee8c7e2834398f5 SHA512 840de16f62820456812c036ed84f99900d2d49885a9a6131da97efbec149ea426ab4a966541b16a18dbcedf38b6f78803b3fb04a5134258bb3796d3b9caf0b08
24
25 diff --git a/app-i18n/ibus-table/ibus-table-1.16.9.ebuild b/app-i18n/ibus-table/ibus-table-1.16.9.ebuild
26 deleted file mode 100644
27 index dcbbc265378a..000000000000
28 --- a/app-i18n/ibus-table/ibus-table-1.16.9.ebuild
29 +++ /dev/null
30 @@ -1,55 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="8"
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -PYTHON_REQ_USE="sqlite(+)"
37 -
38 -inherit gnome2-utils python-single-r1 xdg
39 -
40 -DESCRIPTION="Tables engines for IBus"
41 -HOMEPAGE="https://github.com/ibus/ibus/wiki"
42 -SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2 LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE="nls"
48 -RESTRICT="test"
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 -
51 -RDEPEND="${PYTHON_DEPS}
52 - $(python_gen_cond_dep '
53 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
54 - dev-python/pygobject:3[${PYTHON_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 -}