Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/icecream: icecream-0.9.7-r1.ebuild ChangeLog
Date: Thu, 23 Aug 2012 11:42:18
Message-Id: 20120823114207.A501220455@flycatcher.gentoo.org
1 xarthisius 12/08/23 11:42:07
2
3 Modified: icecream-0.9.7-r1.ebuild ChangeLog
4 Log:
5 Fix building with glibc-2.16 wrt #425248 by Diego Elio Pettenò <flameeyes@g.o>
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-devel/icecream/icecream-0.9.7-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/icecream-0.9.7-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/icecream-0.9.7-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/icecream-0.9.7-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: icecream-0.9.7-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.7-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- icecream-0.9.7-r1.ebuild 23 Aug 2012 11:16:17 -0000 1.2
23 +++ icecream-0.9.7-r1.ebuild 23 Aug 2012 11:42:07 -0000 1.3
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/sys-devel/icecream/icecream-0.9.7-r1.ebuild,v 1.2 2012/08/23 11:16:17 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.7-r1.ebuild,v 1.3 2012/08/23 11:42:07 xarthisius Exp $
29
30 EAPI=4
31
32 @@ -23,6 +23,7 @@
33 "${FILESDIR}/0.9.6-symlinks.patch"
34 "${FILESDIR}/0.9.6-crosscompile.patch"
35 "${FILESDIR}/${PV}-automake.patch"
36 + "${FILESDIR}/${PV}-glibc2.16.patch"
37 "${FILESDIR}/${PN}-conf.d-verbosity.patch"
38 "${FILESDIR}/${PN}-gentoo-multilib.patch"
39 )
40
41
42
43 1.47 sys-devel/icecream/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/ChangeLog?rev=1.47&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/ChangeLog?rev=1.47&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/ChangeLog?r1=1.46&r2=1.47
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v
52 retrieving revision 1.46
53 retrieving revision 1.47
54 diff -u -r1.46 -r1.47
55 --- ChangeLog 23 Aug 2012 11:16:17 -0000 1.46
56 +++ ChangeLog 23 Aug 2012 11:42:07 -0000 1.47
57 @@ -1,6 +1,11 @@
58 # ChangeLog for sys-devel/icecream
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v 1.46 2012/08/23 11:16:17 xarthisius Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v 1.47 2012/08/23 11:42:07 xarthisius Exp $
62 +
63 + 23 Aug 2012; Kacper Kowalik <xarthisius@g.o>
64 + +files/0.9.7-glibc2.16.patch, icecream-0.9.7-r1.ebuild:
65 + Fix building with glibc-2.16 wrt #425248 by Diego Elio Pettenò
66 + <flameeyes@g.o>
67
68 23 Aug 2012; Kacper Kowalik <xarthisius@g.o> icecream-0.9.7-r1.ebuild:
69 Fix spelling in conf.d file wrt #275761 by Jeroen Roovers <jer@g.o>