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-hangul/
Date: Wed, 20 Oct 2021 14:26:59
Message-Id: 1634739996.7f1849731c24971bb52a4273b2b7475858b502a7.hattya@gentoo
1 commit: 7f1849731c24971bb52a4273b2b7475858b502a7
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 20 14:26:36 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 14:26:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f184973
7
8 app-i18n/ibus-hangul: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-hangul/Manifest | 1 -
14 app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild | 49 ------------------------
15 2 files changed, 50 deletions(-)
16
17 diff --git a/app-i18n/ibus-hangul/Manifest b/app-i18n/ibus-hangul/Manifest
18 index 105124d7af3..45b735f1b8c 100644
19 --- a/app-i18n/ibus-hangul/Manifest
20 +++ b/app-i18n/ibus-hangul/Manifest
21 @@ -1,2 +1 @@
22 -DIST ibus-hangul-1.5.3.tar.gz 525834 BLAKE2B 6c92dbbde39bc42b7df974dbb23c9ef62088c8d3f63a500bd3c7e9c90b3d80d16dc1d76616620e1d7590fee549979a03585ac635761687dc11737d65fdf09e08 SHA512 ba21a8afb750e33744042c5e4f9d88891764921a37c4dbe1f4efa9883fd3c889789854af57adcd24bc1ca365ee49d2e01073c54d72cd025558b41788fb6213b4
23 DIST ibus-hangul-1.5.4.tar.gz 542612 BLAKE2B 46495c04a37888a3ed21831b5bbca5b788f4d3a831fb3ce4eb13d95f302877fadddf831016f1d29aa2c1a6ba73fc0d585f2be57c10267a51a1a2186642632918 SHA512 dc4c755349424605de3832496a8a0cf7e8da577cbeff85d2b03da187fd5fdc9de5475eb523c69310e4f7edbb9a513f6f218de082ba32a25a477cdf5eb6f65513
24
25 diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild
26 deleted file mode 100644
27 index 8c38721ea65..00000000000
28 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild
29 +++ /dev/null
30 @@ -1,49 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="7"
35 -
36 -PYTHON_COMPAT=( python3_{8,9} )
37 -inherit gnome2-utils python-single-r1 xdg
38 -
39 -DESCRIPTION="Korean Hangul engine for IBus"
40 -HOMEPAGE="https://github.com/libhangul/ibus-hangul/wiki"
41 -SRC_URI="https://github.com/libhangul/${PN}/releases/download/${PV}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="nls"
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -RDEPEND="${PYTHON_DEPS}
50 - $(python_gen_cond_dep '
51 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
52 - dev-python/pygobject:3[${PYTHON_USEDEP}]
53 - ')
54 - >=app-i18n/libhangul-0.1
55 - nls? ( virtual/libintl )"
56 -DEPEND="${RDEPEND}"
57 -BDEPEND="sys-devel/gettext
58 - virtual/pkgconfig"
59 -
60 -src_configure() {
61 - econf \
62 - $(use_enable nls) \
63 - --with-python=${EPYTHON}
64 -}
65 -
66 -pkg_preinst() {
67 - xdg_pkg_preinst
68 - gnome2_schemas_savelist
69 -}
70 -
71 -pkg_postinst() {
72 - xdg_pkg_postinst
73 - gnome2_schemas_update
74 -}
75 -
76 -pkg_postrm() {
77 - xdg_pkg_postrm
78 - gnome2_schemas_update
79 -}