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/wmifs: ChangeLog wmifs-1.3_beta1-r2.ebuild
Date: Thu, 09 Sep 2010 10:01:55
Message-Id: 20100909100148.51AAD20051@flycatcher.gentoo.org
1 s4t4n 10/09/09 10:01:48
2
3 Modified: ChangeLog wmifs-1.3_beta1-r2.ebuild
4 Log:
5 Honour Gentoo LDFLAGS, see bug #336537.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.21 x11-plugins/wmifs/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/ChangeLog?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/ChangeLog?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/ChangeLog?r1=1.20&r2=1.21
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- ChangeLog 22 Jul 2007 05:01:25 -0000 1.20
22 +++ ChangeLog 9 Sep 2010 10:01:48 -0000 1.21
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-plugins/wmifs
25 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.20 2007/07/22 05:01:25 dberkholz Exp $
27 +# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.21 2010/09/09 10:01:48 s4t4n Exp $
29 +
30 + 09 Sep 2010; Michele Noberasco <s4t4n@g.o>; wmifs-1.3_beta1-r2.ebuild:
31 + Honour Gentoo LDFLAGS, see bug #336537.
32
33 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>;
34 wmifs-1.3_beta1-r2.ebuild:
35
36
37
38 1.10 x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild?r1=1.9&r2=1.10
43
44 Index: wmifs-1.3_beta1-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- wmifs-1.3_beta1-r2.ebuild 22 Jul 2010 14:35:19 -0000 1.9
51 +++ wmifs-1.3_beta1-r2.ebuild 9 Sep 2010 10:01:48 -0000 1.10
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild,v 1.9 2010/07/22 14:35:19 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild,v 1.10 2010/09/09 10:01:48 s4t4n Exp $
57
58 inherit eutils
59
60 @@ -30,6 +30,9 @@
61 # patch to allow for longer interface names
62 # and prettify program output for long names
63 epatch "${WORKDIR}"/${PN}_${MY_PV}-11.diff
64 +
65 + # Honour Gentoo LDFLAGS, see bug #336537
66 + sed -i "s/-o wmifs/\$(LDFLAGS) -o wmifs/" Makefile
67 }
68
69 src_compile()