Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/wvstreams: ChangeLog wvstreams-4.5.ebuild
Date: Sun, 28 Jun 2009 08:58:13
Message-Id: E1MKqDE-0002a9-5Y@stork.gentoo.org
1 patrick 09/06/28 08:58:12
2
3 Modified: ChangeLog wvstreams-4.5.ebuild
4 Log:
5 Adding glibc 2.10 compile fix. Closes #273999
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.128 net-libs/wvstreams/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?rev=1.128&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?rev=1.128&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/ChangeLog?r1=1.127&r2=1.128
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v
18 retrieving revision 1.127
19 retrieving revision 1.128
20 diff -u -r1.127 -r1.128
21 --- ChangeLog 20 Jun 2009 07:47:55 -0000 1.127
22 +++ ChangeLog 28 Jun 2009 08:58:12 -0000 1.128
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-libs/wvstreams
25 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.127 2009/06/20 07:47:55 gengor Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.128 2009/06/28 08:58:12 patrick Exp $
29 +
30 + 28 Jun 2009; Patrick Lauer <patrick@g.o> wvstreams-4.5.ebuild,
31 + +files/wvstreams-4.5-glibc.patch:
32 + Adding glibc 2.10 compile fix. Closes #273999. Patch by Fabio Erculiani
33 + based on upstream fixes.
34
35 20 Jun 2009; Gordon Malm <gengor@g.o> wvstreams-4.5.ebuild:
36 Minor spelling/grammar fixes.
37
38
39
40 1.3 net-libs/wvstreams/wvstreams-4.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild?r1=1.2&r2=1.3
45
46 Index: wvstreams-4.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- wvstreams-4.5.ebuild 20 Jun 2009 07:47:55 -0000 1.2
53 +++ wvstreams-4.5.ebuild 28 Jun 2009 08:58:12 -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/net-libs/wvstreams/wvstreams-4.5.ebuild,v 1.2 2009/06/20 07:47:55 gengor Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.5.ebuild,v 1.3 2009/06/28 08:58:12 patrick Exp $
59
60 EAPI=2
61
62 @@ -57,6 +57,8 @@
63 epatch "${FILESDIR}/${P}-parallel-make.patch"
64 epatch "${FILESDIR}/${P}-dbus-configure-fix.patch"
65 epatch "${FILESDIR}/${P}-qt-fixup.patch"
66 + # glibc 2.10 fix
67 + epatch "${FILESDIR}/${P}-glibc.patch"
68 eautoreconf || die "eautoreconf failed"
69 }