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/wmtop: wmtop-0.9.0.ebuild ChangeLog
Date: Mon, 06 Sep 2010 07:59:33
Message-Id: 20100906075928.6A71B2004C@flycatcher.gentoo.org
1 s4t4n 10/09/06 07:59:28
2
3 Modified: wmtop-0.9.0.ebuild ChangeLog
4 Log:
5 Honour Gentoo LDFLAGS. Closes bug #335953.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 x11-plugins/wmtop/wmtop-0.9.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild?r1=1.4&r2=1.5
14
15 Index: wmtop-0.9.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- wmtop-0.9.0.ebuild 26 Nov 2008 00:05:59 -0000 1.4
22 +++ wmtop-0.9.0.ebuild 6 Sep 2010 07:59:28 -0000 1.5
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild,v 1.4 2008/11/26 00:05:59 tcunha Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild,v 1.5 2010/09/06 07:59:28 s4t4n Exp $
29
30 +EAPI=2
31 inherit multilib toolchain-funcs
32
33 DESCRIPTION="dockapp for monitoring the top three processes using cpu or memory."
34 @@ -20,6 +21,10 @@
35 x11-proto/xproto
36 x11-proto/xextproto"
37
38 +src_prepare() {
39 + sed -ie "s/\$(FLAGS) -o wmtop/\$(DEBUG) \$(LDFLAGS) -D\$(OS) -o wmtop/" Makefile
40 +}
41 +
42 src_compile() {
43 emake CC="$(tc-getCC)" OPTS="${CFLAGS}" \
44 LIBDIR="-L/usr/$(get_libdir)" \
45
46
47
48 1.14 x11-plugins/wmtop/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtop/ChangeLog?rev=1.14&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtop/ChangeLog?rev=1.14&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtop/ChangeLog?r1=1.13&r2=1.14
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v
57 retrieving revision 1.13
58 retrieving revision 1.14
59 diff -u -r1.13 -r1.14
60 --- ChangeLog 26 Nov 2008 00:05:59 -0000 1.13
61 +++ ChangeLog 6 Sep 2010 07:59:28 -0000 1.14
62 @@ -1,6 +1,9 @@
63 # ChangeLog for x11-plugins/wmtop
64 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.13 2008/11/26 00:05:59 tcunha Exp $
66 +# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.14 2010/09/06 07:59:28 s4t4n Exp $
68 +
69 + 06 Sep 2010; Michele Noberasco <s4t4n@g.o> wmtop-0.9.0.ebuild:
70 + Honour Gentoo LDFLAGS. Closes bug #335953.
71
72 26 Nov 2008; Tiago Cunha <tcunha@g.o> wmtop-0.9.0.ebuild:
73 stable sparc, bug 215651