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/bfm: bfm-0.6.4-r1.ebuild ChangeLog
Date: Mon, 06 Sep 2010 12:50:07
Message-Id: 20100906125002.176BE20051@flycatcher.gentoo.org
1 s4t4n 10/09/06 12:50:02
2
3 Modified: bfm-0.6.4-r1.ebuild ChangeLog
4 Log:
5 Honour Gentoo LDFLAGS. Closes bug #333987.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.8 x11-plugins/bfm/bfm-0.6.4-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?r1=1.7&r2=1.8
14
15 Index: bfm-0.6.4-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- bfm-0.6.4-r1.ebuild 7 Jan 2010 15:57:44 -0000 1.7
22 +++ bfm-0.6.4-r1.ebuild 6 Sep 2010 12:50:01 -0000 1.8
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/bfm/bfm-0.6.4-r1.ebuild,v 1.7 2010/01/07 15:57:44 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.8 2010/09/06 12:50:01 s4t4n Exp $
28
29 inherit multilib toolchain-funcs
30
31 @@ -25,11 +25,12 @@
32 sed -e 's:CFLAGS =:CFLAGS +=:' -e 's:LDFLAGS =:LDFLAGS +=:' -e 's:strip:true:' \
33 -e 's:$(CFLAGS) -o $(BUBBLEFISHYMON):$(CFLAGS) $(SRCS) -o $(BUBBLEFISHYMON):' \
34 -e 's:$(LIBS) $(GTK2_LIBS) $(SRCS):$(LIBS) $(GTK2_LIBS):' \
35 + -e 's:-o $(BUBBLEFISHYMON):$(GENTOO_LDFLAGS) -o $(BUBBLEFISHYMON):' \
36 -i "${S}"/Makefile
37 }
38
39 src_compile() {
40 - emake CC="$(tc-getCC)" || die "emake failed."
41 + emake CC="$(tc-getCC)" GENTOO_LDFLAGS="${LDFLAGS}" || die "emake failed."
42
43 if use gkrellm; then
44 emake gkrellm CC="$(tc-getCC)" || die "emake failed."
45
46
47
48 1.14 x11-plugins/bfm/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/ChangeLog?rev=1.14&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/ChangeLog?rev=1.14&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/ChangeLog?r1=1.13&r2=1.14
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v
57 retrieving revision 1.13
58 retrieving revision 1.14
59 diff -u -r1.13 -r1.14
60 --- ChangeLog 7 Jan 2010 15:57:44 -0000 1.13
61 +++ ChangeLog 6 Sep 2010 12:50:01 -0000 1.14
62 @@ -1,6 +1,9 @@
63 # ChangeLog for x11-plugins/bfm
64 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.13 2010/01/07 15:57:44 fauli Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.14 2010/09/06 12:50:01 s4t4n Exp $
67 +
68 + 06 Sep 2010; Michele Noberasco <s4t4n@g.o> bfm-0.6.4-r1.ebuild:
69 + Honour Gentoo LDFLAGS. Closes bug #333987.
70
71 07 Jan 2010; Christian Faulhammer <fauli@g.o> bfm-0.6.4-r1.ebuild:
72 Transfer Prefix keywords