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+smp: ChangeLog wmmon+smp-1.0-r1.ebuild
Date: Mon, 30 Aug 2010 15:53:01
Message-Id: 20100830155258.535A020051@flycatcher.gentoo.org
1 s4t4n 10/08/30 15:52:58
2
3 Modified: ChangeLog wmmon+smp-1.0-r1.ebuild
4 Log:
5 Respect LDFLAGS, see bug #335047
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.11 x11-plugins/wmmon+smp/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 22 Jul 2007 04:49:01 -0000 1.10
22 +++ ChangeLog 30 Aug 2010 15:52:58 -0000 1.11
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-plugins/wmmon+smp
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v 1.10 2007/07/22 04:49:01 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v 1.11 2010/08/30 15:52:58 s4t4n Exp $
28 +
29 + 30 Aug 2010; Michele Noberasco <s4t4n@g.o>; wmmon+smp-1.0-r1.ebuild:
30 + Respect LDFLAGS, see bug #335047.
31
32 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>;
33 wmmon+smp-1.0-r1.ebuild:
34
35
36
37 1.13 x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild?rev=1.13&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild?rev=1.13&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild?r1=1.12&r2=1.13
42
43 Index: wmmon+smp-1.0-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v
46 retrieving revision 1.12
47 retrieving revision 1.13
48 diff -u -r1.12 -r1.13
49 --- wmmon+smp-1.0-r1.ebuild 22 Jul 2010 14:33:25 -0000 1.12
50 +++ wmmon+smp-1.0-r1.ebuild 30 Aug 2010 15:52:58 -0000 1.13
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.12 2010/07/22 14:33:25 ssuominen Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.13 2010/08/30 15:52:58 s4t4n Exp $
56
57 IUSE=""
58
59 @@ -20,6 +20,15 @@
60 DEPEND="${RDEPEND}
61 x11-proto/xextproto"
62
63 +src_unpack()
64 +{
65 + unpack ${A}
66 + cd "${S}"
67 +
68 + # Respect LDFLAGS, see bug #335047
69 + sed -i 's/cc -o/${CC} ${LDFLAGS} -o/' "${S2}/Makefile"
70 +}
71 +
72 src_compile() {
73 cd "${S2}"
74 emake || die