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/wmium: ChangeLog wmium-1.0.9b-r1.ebuild
Date: Mon, 06 Sep 2010 10:00:51
Message-Id: 20100906100045.39C7D20051@flycatcher.gentoo.org
1 s4t4n 10/09/06 10:00:45
2
3 Modified: ChangeLog wmium-1.0.9b-r1.ebuild
4 Log:
5 Honour Gentoo LDFLAGS, bug #334003
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.21 x11-plugins/wmium/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmium/ChangeLog?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmium/ChangeLog?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmium/ChangeLog?r1=1.20&r2=1.21
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmium/ChangeLog,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- ChangeLog 28 Jun 2008 07:04:21 -0000 1.20
22 +++ ChangeLog 6 Sep 2010 10:00:45 -0000 1.21
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-plugins/wmium
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/ChangeLog,v 1.20 2008/06/28 07:04:21 maekke Exp $
27 +# Copyright 2000-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/ChangeLog,v 1.21 2010/09/06 10:00:45 s4t4n Exp $
29 +
30 + 06 Sep 2010; Michele Noberasco <s4t4n@g.o> wmium-1.0.9b-r1.ebuild:
31 + Honour Gentoo LDFLAGS, bug #334003.
32
33 28 Jun 2008; Markus Meier <maekke@g.o> wmium-1.0.9b-r1.ebuild:
34 x86 stable, bug #229573
35
36
37
38 1.7 x11-plugins/wmium/wmium-1.0.9b-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild?r1=1.6&r2=1.7
43
44 Index: wmium-1.0.9b-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- wmium-1.0.9b-r1.ebuild 29 Jun 2008 13:41:28 -0000 1.6
51 +++ wmium-1.0.9b-r1.ebuild 6 Sep 2010 10:00:45 -0000 1.7
52 @@ -1,6 +1,8 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild,v 1.6 2008/06/29 13:41:28 drac Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild,v 1.7 2010/09/06 10:00:45 s4t4n Exp $
58 +
59 +EAPI=2
60
61 DESCRIPTION="a dockapp and gkrellm2 plugin that fetches the DSL usage information for Australian ISP Internode"
62 HOMEPAGE="http://www.earthmagic.org/?software"
63 @@ -24,6 +26,12 @@
64 gtk? ( dev-util/pkgconfig )
65 >=x11-proto/xextproto-7.0.2"
66
67 +src_prepare() {
68 + #Honour Gentoo LDFLAGS, bug #334003
69 + sed -ie "s/\$(CXXFLAGS) -o/\$(CXXFLAGS) \$(LDFLAGS) -o/" src/Makefile
70 + sed -ie "s/-shared -o/-shared \$(LDFLAGS) -o/" src-gk2/Makefile
71 +}
72 +
73 src_compile() {
74 emake build || die
75 if use gtk; then