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/wmdrawer: wmdrawer-0.10.5-r2.ebuild ChangeLog
Date: Tue, 02 Dec 2008 10:51:57
Message-Id: E1L7SrC-00042Q-Dz@stork.gentoo.org
1 s4t4n 08/12/02 10:51:54
2
3 Modified: wmdrawer-0.10.5-r2.ebuild ChangeLog
4 Log:
5 Fix LDFLAGS ordering per bug #248640. Some generic QA fixes.
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.7 x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?r1=1.6&r2=1.7
14
15 Index: wmdrawer-0.10.5-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- wmdrawer-0.10.5-r2.ebuild 12 Jan 2008 01:13:56 -0000 1.6
22 +++ wmdrawer-0.10.5-r2.ebuild 2 Dec 2008 10:51:54 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.6 2008/01/12 01:13:56 coldwind Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.7 2008/12/02 10:51:54 s4t4n Exp $
28
29 inherit eutils
30
31 @@ -24,6 +24,12 @@
32
33 # Honour Gentoo CFLAGS
34 sed -i -e "s|-O3|${CFLAGS}|" Makefile || die
35 +
36 + # Fix LDFLAGS ordering per bug #248640
37 + sed -i 's/$(CC) $(LDFLAGS) -o $@ $(OBJS)/$(CC) -o $@ $(OBJS) $(LDFLAGS)/' Makefile || die
38 +
39 + # Do not auto-strip binaries
40 + sed -i 's/ strip $@//' Makefile || die
41 }
42
43 src_install() {
44
45
46
47 1.21 x11-plugins/wmdrawer/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.21&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.21&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?r1=1.20&r2=1.21
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v
56 retrieving revision 1.20
57 retrieving revision 1.21
58 diff -u -r1.20 -r1.21
59 --- ChangeLog 12 Jan 2008 01:13:56 -0000 1.20
60 +++ ChangeLog 2 Dec 2008 10:51:54 -0000 1.21
61 @@ -1,6 +1,9 @@
62 # ChangeLog for x11-plugins/wmdrawer
63 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.20 2008/01/12 01:13:56 coldwind Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.21 2008/12/02 10:51:54 s4t4n Exp $
66 +
67 + 02 Dec 2008; Michele Noberasco <s4t4n@g.o> wmdrawer-0.10.5-r2.ebuild:
68 + Fix LDFLAGS ordering per bug #248640. Some generic QA fixes.
69
70 12 Jan 2008; Santiago M. Mola <coldwind@g.o>
71 wmdrawer-0.10.5-r2.ebuild: