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-dicts/stardict: ChangeLog stardict-3.0.1-r2.ebuild stardict-3.0.1.ebuild
Date: Fri, 24 Jul 2009 17:28:32
Message-Id: E1MUOZK-0000Y4-UG@stork.gentoo.org
1 ssuominen 09/07/24 17:28:30
2
3 Modified: ChangeLog stardict-3.0.1-r2.ebuild
4 Removed: stardict-3.0.1.ebuild
5 Log:
6 Fix building with GCC 4.4 wrt #269258, thanks to Martin Väth.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.53 app-dicts/stardict/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?rev=1.53&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?rev=1.53&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/ChangeLog?r1=1.52&r2=1.53
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v
19 retrieving revision 1.52
20 retrieving revision 1.53
21 diff -u -r1.52 -r1.53
22 --- ChangeLog 24 Feb 2009 15:26:07 -0000 1.52
23 +++ ChangeLog 24 Jul 2009 17:28:30 -0000 1.53
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-dicts/stardict
26 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.52 2009/02/24 15:26:07 pva Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.53 2009/07/24 17:28:30 ssuominen Exp $
30 +
31 + 24 Jul 2009; Samuli Suominen <ssuominen@g.o>
32 + stardict-3.0.1-r2.ebuild, +files/stardict-3.0.1-gcc44.patch:
33 + Fix building with GCC 4.4 wrt #269258, thanks to Martin Väth.
34
35 24 Feb 2009; Peter Volkov <pva@g.o> stardict-3.0.1-r2.ebuild:
36 Fixed dependency on festival, bug #260106, thank Oleksandr Pilipenko for
37
38
39
40 1.3 app-dicts/stardict/stardict-3.0.1-r2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild?r1=1.2&r2=1.3
45
46 Index: stardict-3.0.1-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- stardict-3.0.1-r2.ebuild 24 Feb 2009 15:26:07 -0000 1.2
53 +++ stardict-3.0.1-r2.ebuild 24 Jul 2009 17:28:30 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v 1.2 2009/02/24 15:26:07 pva Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-3.0.1-r2.ebuild,v 1.3 2009/07/24 17:28:30 ssuominen Exp $
59
60 inherit gnome2 eutils autotools
61
62 @@ -56,6 +56,7 @@
63 epatch "${FILESDIR}"/${P}-gcc43.patch
64 epatch "${FILESDIR}"/${P}-transparent_trayicon.patch
65 epatch "${FILESDIR}"/${P}-changelog-minor-typo-fixes.patch
66 + epatch "${FILESDIR}"/${P}-gcc44.patch
67
68 # Fix compatibility with gucharmap-2, bug #240728
69 epatch "${FILESDIR}/${P}-gucharmap2.patch"