Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/scim-hangul: ChangeLog scim-hangul-0.3.2.ebuild
Date: Mon, 09 Jun 2008 12:24:20
Message-Id: E1K5gQ2-0007Ig-Qs@stork.gentoo.org
1 flameeyes 08/06/09 12:24:14
2
3 Modified: ChangeLog scim-hangul-0.3.2.ebuild
4 Log:
5 Add patch to build with GCC 4.3. Thanks to Steve Warren in bug #222557.
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.24 app-i18n/scim-hangul/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/ChangeLog?rev=1.24&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/ChangeLog?rev=1.24&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/ChangeLog?r1=1.23&r2=1.24
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v
18 retrieving revision 1.23
19 retrieving revision 1.24
20 diff -u -r1.23 -r1.24
21 --- ChangeLog 31 Dec 2007 14:37:39 -0000 1.23
22 +++ ChangeLog 9 Jun 2008 12:24:14 -0000 1.24
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-i18n/scim-hangul
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.23 2007/12/31 14:37:39 matsuu Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.24 2008/06/09 12:24:14 flameeyes Exp $
29 +
30 + 09 Jun 2008; Diego Pettenò <flameeyes@g.o>
31 + +files/scim-hangul-0.3.2+gcc-4.3.patch, scim-hangul-0.3.2.ebuild:
32 + Add patch to build with GCC 4.3. Thanks to Steve Warren in bug #222557.
33
34 *scim-hangul-0.3.2 (31 Dec 2007)
35
36
37
38
39 1.2 app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild?r1=1.1&r2=1.2
44
45 Index: scim-hangul-0.3.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- scim-hangul-0.3.2.ebuild 31 Dec 2007 14:37:39 -0000 1.1
52 +++ scim-hangul-0.3.2.ebuild 9 Jun 2008 12:24:14 -0000 1.2
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild,v 1.1 2007/12/31 14:37:39 matsuu Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild,v 1.2 2008/06/09 12:24:14 flameeyes Exp $
59 +
60 +inherit base
61
62 DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
63 HOMEPAGE="http://www.scim-im.org/"
64 @@ -19,6 +21,10 @@
65 dev-util/pkgconfig
66 nls? ( sys-devel/gettext )"
67
68 +PATCHES=(
69 + "${FILESDIR}"/${P}+gcc-4.3.patch
70 +)
71 +
72 src_compile() {
73 econf \
74 $(use_enable kde skim-support) \
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list