Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ChangeLog ratpoison-1.4.4-r1.ebuild
Date: Sat, 01 Aug 2009 23:49:13
Message-Id: E1MXOJz-0006G4-UW@stork.gentoo.org
1 vostorga 09/08/01 23:49:03
2
3 Modified: ChangeLog ratpoison-1.4.4-r1.ebuild
4 Log:
5 Adding patch to compile against glibc 2.10 , bug #274965
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.74 x11-wm/ratpoison/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.74&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.74&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.73&r2=1.74
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
18 retrieving revision 1.73
19 retrieving revision 1.74
20 diff -u -r1.73 -r1.74
21 --- ChangeLog 11 Jun 2009 19:37:38 -0000 1.73
22 +++ ChangeLog 1 Aug 2009 23:49:03 -0000 1.74
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-wm/ratpoison
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.73 2009/06/11 19:37:38 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.74 2009/08/01 23:49:03 vostorga Exp $
28 +
29 + 01 Aug 2009; VĂ­ctor Ostorga <vostorga@g.o> ratpoison-1.4.4-r1.ebuild,
30 + +files/ratpoison-1.4.4-glibc210.patch:
31 + Adding patch to compile against glibc 2.10 , bug #274965
32
33 11 Jun 2009; Markus Meier <maekke@g.o> ratpoison-1.4.4-r1.ebuild:
34 amd64 stable, bug #271487
35
36
37
38 1.8 x11-wm/ratpoison/ratpoison-1.4.4-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.4-r1.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.4-r1.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.4-r1.ebuild?r1=1.7&r2=1.8
43
44 Index: ratpoison-1.4.4-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.4-r1.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- ratpoison-1.4.4-r1.ebuild 19 Jul 2009 17:32:59 -0000 1.7
51 +++ ratpoison-1.4.4-r1.ebuild 1 Aug 2009 23:49:03 -0000 1.8
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/x11-wm/ratpoison/ratpoison-1.4.4-r1.ebuild,v 1.7 2009/07/19 17:32:59 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.4-r1.ebuild,v 1.8 2009/08/01 23:49:03 vostorga Exp $
57
58 EAPI=2
59
60 @@ -30,6 +30,8 @@
61 epatch "${FILESDIR}/ratpoison.el-gentoo.patch"
62
63 cd "${S}"
64 + epatch "${FILESDIR}/${P}-glibc210.patch"
65 +
66 eautoreconf
67 }