Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/commoncpp2: ChangeLog commoncpp2-1.6.3.ebuild
Date: Thu, 30 Jul 2009 07:58:36
Message-Id: E1MWQX4-0001TM-7f@stork.gentoo.org
1 dirtyepic 09/07/30 07:58:34
2
3 Modified: ChangeLog commoncpp2-1.6.3.ebuild
4 Log:
5 Fix build w/ glibc-2.10. (bug #275750)
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.49 dev-cpp/commoncpp2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?rev=1.49&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?rev=1.49&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/ChangeLog?r1=1.48&r2=1.49
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v
18 retrieving revision 1.48
19 retrieving revision 1.49
20 diff -u -r1.48 -r1.49
21 --- ChangeLog 3 May 2009 16:04:44 -0000 1.48
22 +++ ChangeLog 30 Jul 2009 07:58:34 -0000 1.49
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-cpp/commoncpp2
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.48 2009/05/03 16:04:44 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.49 2009/07/30 07:58:34 dirtyepic Exp $
28 +
29 + 30 Jul 2009; Ryan Hill <dirtyepic@g.o> commoncpp2-1.6.3.ebuild,
30 + +files/commoncpp2-1.6.3-glibc-2.10.patch:
31 + Fix build w/ glibc-2.10. (bug #275750)
32
33 03 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 commoncpp2-1.6.3.ebuild:
35
36
37
38 1.4 dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild?r1=1.3&r2=1.4
43
44 Index: commoncpp2-1.6.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- commoncpp2-1.6.3.ebuild 3 May 2009 16:04:44 -0000 1.3
51 +++ commoncpp2-1.6.3.ebuild 30 Jul 2009 07:58:34 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild,v 1.3 2009/05/03 16:04:44 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild,v 1.4 2009/07/30 07:58:34 dirtyepic Exp $
57
58 inherit eutils autotools
59
60 @@ -26,6 +26,7 @@
61 epatch "${FILESDIR}/1.6.1-gcc42_atomicity.patch"
62 epatch "${FILESDIR}/${PV}-autoconf.patch"
63 epatch "${FILESDIR}/1.6.2-configure_detect_netfilter.patch" # bug 236177
64 + epatch "${FILESDIR}/${P}-glibc-2.10.patch"
65
66 AT_M4DIR="m4" eautoreconf
67 }