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-editors/cssed: cssed-0.4.0-r1.ebuild ChangeLog
Date: Wed, 05 Aug 2009 22:59:07
Message-Id: E1MYpRo-00042W-J8@stork.gentoo.org
1 ssuominen 09/08/05 22:59:04
2
3 Modified: cssed-0.4.0-r1.ebuild ChangeLog
4 Log:
5 Fix building with GCC 4.4+ and GLIBC 2.10+ wrt #273886.
6 (Portage version: 2.2_rc36/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 app-editors/cssed/cssed-0.4.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild?r1=1.5&r2=1.6
14
15 Index: cssed-0.4.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- cssed-0.4.0-r1.ebuild 11 Feb 2009 15:08:51 -0000 1.5
22 +++ cssed-0.4.0-r1.ebuild 5 Aug 2009 22:59:04 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild,v 1.5 2009/02/11 15:08:51 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild,v 1.6 2009/08/05 22:59:04 ssuominen Exp $
28
29 inherit autotools eutils toolchain-funcs
30
31 @@ -25,6 +25,7 @@
32 unpack ${A}
33 cd "${S}"
34 epatch "${FILESDIR}"/${P}-asneeded.patch
35 + epatch "${FILESDIR}"/${P}-glibc-2.10.patch
36 sed -i -e "/^cssed_LINK/s:g++:$(tc-getCXX) \$(LDFLAGS):" src/Makefile.am
37 eautoreconf
38 }
39
40
41
42 1.21 app-editors/cssed/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/ChangeLog?rev=1.21&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/ChangeLog?rev=1.21&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/ChangeLog?r1=1.20&r2=1.21
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-editors/cssed/ChangeLog,v
51 retrieving revision 1.20
52 retrieving revision 1.21
53 diff -u -r1.20 -r1.21
54 --- ChangeLog 11 Feb 2009 15:08:51 -0000 1.20
55 +++ ChangeLog 5 Aug 2009 22:59:04 -0000 1.21
56 @@ -1,6 +1,10 @@
57 # ChangeLog for app-editors/cssed
58 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/ChangeLog,v 1.20 2009/02/11 15:08:51 angelos Exp $
60 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/ChangeLog,v 1.21 2009/08/05 22:59:04 ssuominen Exp $
62 +
63 + 05 Aug 2009; Samuli Suominen <ssuominen@g.o> cssed-0.4.0-r1.ebuild,
64 + +files/cssed-0.4.0-glibc-2.10.patch:
65 + Fix building with GCC 4.4+ and GLIBC 2.10+ wrt #273886.
66
67 11 Feb 2009; Christoph Mende <angelos@g.o>
68 +files/cssed-0.4.0-asneeded.patch, cssed-0.4.0-r1.ebuild: