Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ChangeLog ratpoison-1.4.5.ebuild
Date: Tue, 01 Jun 2010 17:12:40
Message-Id: 20100601171232.3DD7F2CE14@corvid.gentoo.org
1 xarthisius 10/06/01 17:12:32
2
3 Modified: ChangeLog ratpoison-1.4.5.ebuild
4 Log:
5 Fixing build with as-needed wrt bug 310727. Thanks Diego for report.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.80 x11-wm/ratpoison/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.80&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.80&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.79&r2=1.80
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
18 retrieving revision 1.79
19 retrieving revision 1.80
20 diff -u -r1.79 -r1.80
21 --- ChangeLog 8 Dec 2009 19:25:44 -0000 1.79
22 +++ ChangeLog 1 Jun 2010 17:12:31 -0000 1.80
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.79 2009/12/08 19:25:44 nixnut Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.80 2010/06/01 17:12:31 xarthisius Exp $
29 +
30 + 01 Jun 2010; Kacper Kowalik <xarthisius@g.o>
31 + ratpoison-1.4.5.ebuild, +files/ratpoison-1.4.5-asneeded.patch:
32 + Fixing build with as-needed wrt bug 310727. Thanks Diego for report.
33
34 08 Dec 2009; nixnut <nixnut@g.o> ratpoison-1.4.5.ebuild:
35 ppc stable #293517
36
37
38
39 1.6 x11-wm/ratpoison/ratpoison-1.4.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.5.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.5.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.5.ebuild?r1=1.5&r2=1.6
44
45 Index: ratpoison-1.4.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.5.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- ratpoison-1.4.5.ebuild 8 Dec 2009 19:25:44 -0000 1.5
52 +++ ratpoison-1.4.5.ebuild 1 Jun 2010 17:12:31 -0000 1.6
53 @@ -1,10 +1,10 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.5.ebuild,v 1.5 2009/12/08 19:25:44 nixnut Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.5.ebuild,v 1.6 2010/06/01 17:12:31 xarthisius Exp $
59
60 EAPI=2
61
62 -inherit elisp-common eutils autotools
63 +inherit autotools elisp-common eutils
64
65 DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen"
66 HOMEPAGE="http://www.nongnu.org/ratpoison/"
67 @@ -30,8 +30,8 @@
68 epatch "${FILESDIR}/ratpoison.el-gentoo.patch"
69
70 cd "${S}"
71 - epatch "${FILESDIR}/${PN}-1.4.4-glibc210.patch"
72 -
73 + epatch "${FILESDIR}/${PN}-1.4.4-glibc210.patch" \
74 + "${FILESDIR}/${P}-asneeded.patch"
75 eautoreconf
76 }