Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx: fcitx-4.2.6.1.ebuild ChangeLog
Date: Mon, 29 Oct 2012 08:48:26
Message-Id: 20121029084814.E273521600@flycatcher.gentoo.org
1 yngwin 12/10/29 08:48:14
2
3 Modified: fcitx-4.2.6.1.ebuild ChangeLog
4 Log:
5 Add offline patch to fix bug #440062. Make sure we use newest en_dict. Add epatch_user.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 app-i18n/fcitx/fcitx-4.2.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.6.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.6.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/fcitx-4.2.6.1.ebuild?r1=1.1&r2=1.2
15
16 Index: fcitx-4.2.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.6.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- fcitx-4.2.6.1.ebuild 27 Oct 2012 05:40:38 -0000 1.1
23 +++ fcitx-4.2.6.1.ebuild 29 Oct 2012 08:48:14 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.6.1.ebuild,v 1.1 2012/10/27 05:40:38 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.6.1.ebuild,v 1.2 2012/10/29 08:48:14 yngwin Exp $
29
30 EAPI=4
31
32 @@ -81,8 +81,12 @@
33 cp "${DISTDIR}/en_dict-${_en_dict_version}.tar.gz" "${S}/data" \
34 || die "en_dict-${_en_dict_version} data file is not found"
35 if use table ; then
36 - cp "${DISTDIR}/table.tar.gz" "${S}/data/table" || die "table data file is not found"
37 + cp "${DISTDIR}/table.tar.gz" "${S}/data/table" \
38 + || die "table data file is not found"
39 fi
40 + epatch "${FILESDIR}/${P}-offline.patch"
41 + sed -e "s/20120815/${_en_dict_version}/" -i data/CMakeLists.txt || die 'sed failed'
42 + epatch_user
43 }
44
45 src_configure() {
46
47
48
49 1.53 app-i18n/fcitx/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/ChangeLog?rev=1.53&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/ChangeLog?rev=1.53&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/ChangeLog?r1=1.52&r2=1.53
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v
58 retrieving revision 1.52
59 retrieving revision 1.53
60 diff -u -r1.52 -r1.53
61 --- ChangeLog 27 Oct 2012 05:40:38 -0000 1.52
62 +++ ChangeLog 29 Oct 2012 08:48:14 -0000 1.53
63 @@ -1,6 +1,11 @@
64 # ChangeLog for app-i18n/fcitx
65 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.52 2012/10/27 05:40:38 yngwin Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.53 2012/10/29 08:48:14 yngwin Exp $
68 +
69 + 29 Oct 2012; Ben de Groot <yngwin@g.o>
70 + +files/fcitx-4.2.6.1-offline.patch, fcitx-4.2.6.1.ebuild:
71 + Add offline patch to fix bug #440062. Make sure we use newest en_dict. Add
72 + epatch_user.
73
74 *fcitx-4.2.6.1 (27 Oct 2012)