Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/commoncpp2: ChangeLog commoncpp2-1.8.0.ebuild
Date: Tue, 24 Aug 2010 14:12:53
Message-Id: 20100824141248.C92CA20051@flycatcher.gentoo.org
1 ssuominen 10/08/24 14:12:48
2
3 Modified: ChangeLog commoncpp2-1.8.0.ebuild
4 Log:
5 Fix building with recent glibc wrt #334135 by "kde at hilefoks.org" and Arttu Valo.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.54 dev-cpp/commoncpp2/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?rev=1.54&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?rev=1.54&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?r1=1.53&r2=1.54
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v
18 retrieving revision 1.53
19 retrieving revision 1.54
20 diff -u -r1.53 -r1.54
21 --- ChangeLog 26 Jun 2010 16:47:05 -0000 1.53
22 +++ ChangeLog 24 Aug 2010 14:12:48 -0000 1.54
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-cpp/commoncpp2
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.53 2010/06/26 16:47:05 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.54 2010/08/24 14:12:48 ssuominen Exp $
28 +
29 + 24 Aug 2010; Samuli Suominen <ssuominen@g.o>
30 + +files/1.8.0-glibc212.patch, commoncpp2-1.8.0.ebuild:
31 + Fix building with recent glibc wrt #334135 by "kde at hilefoks.org" and
32 + Arttu Valo.
33
34 26 Jun 2010; Christoph Mende <angelos@g.o> commoncpp2-1.8.0.ebuild:
35 Stable on amd64 wrt bug #321931
36
37
38
39 1.5 dev-cpp/commoncpp2/commoncpp2-1.8.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.0.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.0.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.0.ebuild?r1=1.4&r2=1.5
44
45 Index: commoncpp2-1.8.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.0.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- commoncpp2-1.8.0.ebuild 26 Jun 2010 16:47:05 -0000 1.4
52 +++ commoncpp2-1.8.0.ebuild 24 Aug 2010 14:12:48 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.0.ebuild,v 1.4 2010/06/26 16:47:05 angelos Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.0.ebuild,v 1.5 2010/08/24 14:12:48 ssuominen Exp $
58
59 EAPI="2"
60 inherit eutils autotools
61 @@ -23,6 +23,7 @@
62 src_prepare() {
63 epatch "${FILESDIR}/1.6.1-gcc42_atomicity.patch"
64 epatch "${FILESDIR}/1.6.2-configure_detect_netfilter.patch" # bug 236177
65 + epatch "${FILESDIR}/1.8.0-glibc212.patch"
66 eautoreconf
67 }