Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-handwrite/files/, app-i18n/ibus-handwrite/
Date: Tue, 21 Jan 2020 23:47:44
Message-Id: 1579650432.808f686d9d23d07ed543496a93ad20386ace9dce.soap@gentoo
1 commit: 808f686d9d23d07ed543496a93ad20386ace9dce
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 21 23:47:12 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 21 23:47:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808f686d
7
8 app-i18n/ibus-handwrite: Remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-i18n/ibus-handwrite/Manifest | 1 -
14 .../ibus-handwrite/files/ibus-handwrite-link.patch | 11 ------
15 .../ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild | 44 ----------------------
16 3 files changed, 56 deletions(-)
17
18 diff --git a/app-i18n/ibus-handwrite/Manifest b/app-i18n/ibus-handwrite/Manifest
19 index 122444d676c..c6b9e388ae0 100644
20 --- a/app-i18n/ibus-handwrite/Manifest
21 +++ b/app-i18n/ibus-handwrite/Manifest
22 @@ -1,2 +1 @@
23 -DIST ibus-handwrite-2.1.4.tar.bz2 237980 BLAKE2B 7f8fae383a779b2893e5e014b5dcbdcb48a7f541f04e6b829dffd008fa95b73eb3e1af395c29e68a9c80e7cfdc95928f0a360f84df62c1dc06a9431d1dcf4eec SHA512 fca7129edb7433e7ea6df1ce67b3f27285fe102cc029a7a1bdb8ba0402407bd81724d1b14667d342ef41491acff03e9c152b748e4fee5387f315d4673c2964e6
24 DIST ibus-handwrite-3.0.0.tar.bz2 239452 BLAKE2B 379b283565efc16c75c1811e096f814a4a0f009ab469a7bc251f34889bd62c7158379a63b71529db942969a3444a6be42f3db3bc5787993f8e15f86a6a7ddb76 SHA512 ed9b2b35919f3e061230c7085c88e5ce80ee978ffa7f8391e74364e8d6152f0d88a08f91ec58b55fc7067e9fe45d03018760ccfca7b026f36211fa344d16c9b1
25
26 diff --git a/app-i18n/ibus-handwrite/files/ibus-handwrite-link.patch b/app-i18n/ibus-handwrite/files/ibus-handwrite-link.patch
27 deleted file mode 100644
28 index 1d8415fbaf8..00000000000
29 --- a/app-i18n/ibus-handwrite/files/ibus-handwrite-link.patch
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 ---- a/configure.ac
33 -+++ b/configure.ac
34 -@@ -80,6 +80,8 @@
35 - AM_CONDITIONAL(WITH_ZINNIA,[false])
36 - ])
37 -
38 -+AC_CHECK_LIB([m],[atan2])
39 -+
40 - # check ibus
41 - PKG_CHECK_MODULES(IBUS, [
42 - ibus-1.0 >= 1.3
43
44 diff --git a/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild b/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild
45 deleted file mode 100644
46 index 6965a9cf27e..00000000000
47 --- a/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild
48 +++ /dev/null
49 @@ -1,44 +0,0 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI="6"
54 -
55 -inherit autotools
56 -
57 -DESCRIPTION="Hand write recognition/input for IBus"
58 -HOMEPAGE="https://github.com/microcai/ibus-handwrite"
59 -SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.bz2"
60 -
61 -LICENSE="GPL-3"
62 -SLOT="0"
63 -KEYWORDS="amd64 x86"
64 -IUSE="nls +zinnia"
65 -
66 -RDEPEND="app-i18n/ibus
67 - x11-libs/gtk+:2
68 - x11-libs/gtkglext
69 - nls? ( virtual/libintl )
70 - zinnia? (
71 - app-i18n/zinnia
72 - app-i18n/zinnia-tomoe
73 - )"
74 -DEPEND="${RDEPEND}
75 - virtual/pkgconfig
76 - nls? ( sys-devel/gettext )"
77 -
78 -PATCHES=(
79 - "${FILESDIR}"/${PN}-headers.patch
80 - "${FILESDIR}"/${PN}-link.patch
81 -)
82 -
83 -src_prepare() {
84 - default
85 - eautoreconf
86 -}
87 -
88 -src_configure() {
89 - econf \
90 - $(use_enable nls) \
91 - $(use_enable zinnia) \
92 - $(use_with zinnia zinnia-tomoe "${EPREFIX}"/usr/$(get_libdir)/zinnia/model/tomoe)
93 -}