Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/xcin: xcin-2.5.3_pre3-r2.ebuild ChangeLog
Date: Tue, 29 Dec 2009 16:10:07
Message-Id: E1NPee5-0003pC-Th@stork.gentoo.org
1 ssuominen 09/12/29 16:10:05
2
3 Modified: xcin-2.5.3_pre3-r2.ebuild ChangeLog
4 Log:
5 Fix building with GLIBC 2.10+ wrt #298015.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 app-i18n/xcin/xcin-2.5.3_pre3-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/xcin/xcin-2.5.3_pre3-r2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/xcin/xcin-2.5.3_pre3-r2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/xcin/xcin-2.5.3_pre3-r2.ebuild?r1=1.3&r2=1.4
14
15 Index: xcin-2.5.3_pre3-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.3_pre3-r2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- xcin-2.5.3_pre3-r2.ebuild 4 May 2008 17:49:08 -0000 1.3
22 +++ xcin-2.5.3_pre3-r2.ebuild 29 Dec 2009 16:10:05 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.3_pre3-r2.ebuild,v 1.3 2008/05/04 17:49:08 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/xcin-2.5.3_pre3-r2.ebuild,v 1.4 2009/12/29 16:10:05 ssuominen Exp $
29
30 inherit multilib eutils autotools libtool
31
32 @@ -13,7 +13,7 @@
33
34 LICENSE="XCIN GPL-2"
35 SLOT="0"
36 -KEYWORDS="ppc x86"
37 +KEYWORDS="~amd64 ppc x86"
38 IUSE="debug nls unicode"
39
40 RDEPEND=">=sys-libs/db-4.5
41 @@ -31,6 +31,7 @@
42 unpack ${A}
43 cd "${S}"
44 epatch "${WORKDIR}"/${MY_P}-1.4.diff
45 + epatch "${FILESDIR}"/${P}-glibc-2.10.patch
46 rm -f configure
47 cd script
48 elibtoolize
49
50
51
52 1.20 app-i18n/xcin/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/xcin/ChangeLog?rev=1.20&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/xcin/ChangeLog?rev=1.20&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/xcin/ChangeLog?r1=1.19&r2=1.20
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-i18n/xcin/ChangeLog,v
61 retrieving revision 1.19
62 retrieving revision 1.20
63 diff -u -r1.19 -r1.20
64 --- ChangeLog 4 May 2008 17:49:08 -0000 1.19
65 +++ ChangeLog 29 Dec 2009 16:10:05 -0000 1.20
66 @@ -1,6 +1,10 @@
67 # ChangeLog for app-i18n/xcin
68 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/ChangeLog,v 1.19 2008/05/04 17:49:08 nixnut Exp $
70 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/ChangeLog,v 1.20 2009/12/29 16:10:05 ssuominen Exp $
72 +
73 + 29 Dec 2009; Samuli Suominen <ssuominen@g.o>
74 + xcin-2.5.3_pre3-r2.ebuild, +files/xcin-2.5.3_pre3-glibc-2.10.patch:
75 + Fix building with GLIBC 2.10+ wrt #298015.
76
77 04 May 2008; nixnut <nixnut@g.o> xcin-2.5.3_pre3-r2.ebuild:
78 Stable on ppc wrt bug 148096