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, 19 Jan 2009 14:17:46
Message-Id: E1LOuwi-00077A-V1@stork.gentoo.org
1 s4t4n 09/01/19 14:17:44
2
3 Modified: bfm-0.6.4-r1.ebuild ChangeLog
4 Log:
5 Some magic sed to fix compilation with --as-needed. Closes bug #248595.
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)
7
8 Revision Changes Path
9 1.6 x11-plugins/bfm/bfm-0.6.4-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- bfm-0.6.4-r1.ebuild 31 Jan 2008 16:13:32 -0000 1.5
22 +++ bfm-0.6.4-r1.ebuild 19 Jan 2009 14:17:44 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.5 2008/01/31 16:13:32 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.6 2009/01/19 14:17:44 s4t4n Exp $
29
30 inherit multilib toolchain-funcs
31
32 @@ -22,8 +22,10 @@
33
34 src_unpack() {
35 unpack ${A}
36 - sed -e 's:CFLAGS =:CFLAGS +=:' -e 's:LDFLAGS =:LDFLAGS +=:' \
37 - -e 's:strip:true:' -i "${S}"/Makefile
38 + sed -e 's:CFLAGS =:CFLAGS +=:' -e 's:LDFLAGS =:LDFLAGS +=:' -e 's:strip:true:' \
39 + -e 's:$(CFLAGS) -o $(BUBBLEFISHYMON):$(CFLAGS) $(SRCS) -o $(BUBBLEFISHYMON):' \
40 + -e 's:$(LIBS) $(GTK2_LIBS) $(SRCS):$(LIBS) $(GTK2_LIBS):' \
41 + -i "${S}"/Makefile
42 }
43
44 src_compile() {
45
46
47
48 1.12 x11-plugins/bfm/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/ChangeLog?rev=1.12&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/ChangeLog?rev=1.12&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/ChangeLog?r1=1.11&r2=1.12
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v
57 retrieving revision 1.11
58 retrieving revision 1.12
59 diff -u -r1.11 -r1.12
60 --- ChangeLog 5 Aug 2008 21:09:37 -0000 1.11
61 +++ ChangeLog 19 Jan 2009 14:17:44 -0000 1.12
62 @@ -1,6 +1,9 @@
63 # ChangeLog for x11-plugins/bfm
64 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.11 2008/08/05 21:09:37 cardoe Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.12 2009/01/19 14:17:44 s4t4n Exp $
67 +
68 + 19 Jan 2009; Michele Noberasco <s4t4n@g.o> bfm-0.6.4-r1.ebuild:
69 + Some magic sed to fix compilation with --as-needed. Closes bug #248595.
70
71 05 Aug 2008; Doug Goldstein <cardoe@g.o> metadata.xml:
72 add GLEP 56 USE flag desc from use.local.desc