Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-hangul/
Date: Sun, 29 Sep 2019 02:56:54
Message-Id: 1569725774.f1c0397a323a8befd642583ca00637f88de75bd8.floppym@gentoo
1 commit: f1c0397a323a8befd642583ca00637f88de75bd8
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sat Sep 28 03:07:05 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 02:56:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c0397a
7
8 app-i18n/ibus-hangul: Delete old version (1.5.0-r1).
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 app-i18n/ibus-hangul/Manifest | 1 -
14 app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild | 45 ------------------------
15 2 files changed, 46 deletions(-)
16
17 diff --git a/app-i18n/ibus-hangul/Manifest b/app-i18n/ibus-hangul/Manifest
18 index 1a0f7b775f8..639833fb607 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.0.tar.gz 505707 BLAKE2B 4dd630d7ed83ff4913e87c4d77f951845714697500a87ae337d898fe674d29e9421d5d506c2beb3acef859864d655f20d92f6a0cc5620f293a8a7623c4bd3158 SHA512 a9bef9ad887d1b41555af12e7589a9c4c69ddf4f61890907d90cbab6b9bf4cb6df4739c54d34ee1b2507486a1cb568f826bb4641e9ccee8ccfa11ff2d7e962bb
23 DIST ibus-hangul-1.5.1.tar.gz 460517 BLAKE2B 913d0d8b8995fac3cd73ca40280761d5bf44f35134cb7e73075c233f9c1ef5aa00bb7d7b8da20a69273cd0eb8202b9deb409e1b8d1b6ebbeccccb5f0ef98d341 SHA512 1254398cc4daef2bcbb4cf5be5cfe4c3478097cc5be1f2b39861efe55529ba36602798a84c2540298c2c3b6405c1bd38c97543827c74a473dca5a2d23e3ac4ec
24
25 diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild
26 deleted file mode 100644
27 index 4e80d01814d..00000000000
28 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,45 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="6"
35 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
36 -
37 -inherit gnome2-utils python-single-r1
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 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
51 - dev-python/pygobject:3[${PYTHON_USEDEP}]
52 - >=app-i18n/libhangul-0.1
53 - nls? ( virtual/libintl )"
54 -DEPEND="${RDEPEND}
55 - dev-util/intltool
56 - virtual/pkgconfig
57 - nls? ( sys-devel/gettext )"
58 -
59 -src_prepare() {
60 - sed -i "s/@PYTHON@/${EPYTHON}/" setup/${PN/-/-setup-}.in
61 -
62 - default
63 -}
64 -
65 -src_configure() {
66 - econf $(use_enable nls)
67 -}
68 -
69 -pkg_postinst() {
70 - gnome2_icon_cache_update
71 -}
72 -
73 -pkg_postrm() {
74 - gnome2_icon_cache_update
75 -}