Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmon: wmmon-1.0_beta2-r3.ebuild ChangeLog
Date: Tue, 31 Aug 2010 09:48:49
Message-Id: 20100831094842.118C720051@flycatcher.gentoo.org
1 s4t4n 10/08/31 09:48:42
2
3 Modified: wmmon-1.0_beta2-r3.ebuild ChangeLog
4 Log:
5 Honour LDFLAGS. Closes bug #334919.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.10 x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild?r1=1.9&r2=1.10
14
15 Index: wmmon-1.0_beta2-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- wmmon-1.0_beta2-r3.ebuild 22 Jul 2010 14:39:39 -0000 1.9
22 +++ wmmon-1.0_beta2-r3.ebuild 31 Aug 2010 09:48:41 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild,v 1.9 2010/07/22 14:39:39 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild,v 1.10 2010/08/31 09:48:41 s4t4n Exp $
28
29 inherit eutils
30
31 @@ -27,6 +27,7 @@
32 cd "${S}"/${PN}
33 epatch "${FILESDIR}"/${P}-kernel26-v2.patch
34 sed -i -e "s|-O2|${CFLAGS}|" Makefile
35 + sed -i -e "s|cc -o wmmon|cc ${LDFLAGS} -o wmmon|" Makefile
36 }
37
38 src_compile() {
39
40
41
42 1.24 x11-plugins/wmmon/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon/ChangeLog?rev=1.24&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon/ChangeLog?rev=1.24&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon/ChangeLog?r1=1.23&r2=1.24
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v
51 retrieving revision 1.23
52 retrieving revision 1.24
53 diff -u -r1.23 -r1.24
54 --- ChangeLog 22 Jul 2007 04:50:07 -0000 1.23
55 +++ ChangeLog 31 Aug 2010 09:48:41 -0000 1.24
56 @@ -1,6 +1,9 @@
57 # ChangeLog for x11-plugins/wmmon
58 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.23 2007/07/22 04:50:07 dberkholz Exp $
60 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.24 2010/08/31 09:48:41 s4t4n Exp $
62 +
63 + 31 Aug 2010; Michele Noberasco <s4t4n@g.o> wmmon-1.0_beta2-r3.ebuild:
64 + Honour LDFLAGS. Closes bug #334919.
65
66 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>;
67 wmmon-1.0_beta2-r2.ebuild, wmmon-1.0_beta2-r3.ebuild: