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/wmmaiload: ChangeLog wmmaiload-2.2.1-r1.ebuild
Date: Tue, 31 Aug 2010 13:52:42
Message-Id: 20100831135238.F22A720054@flycatcher.gentoo.org
1 s4t4n 10/08/31 13:52:38
2
3 Modified: ChangeLog wmmaiload-2.2.1-r1.ebuild
4 Log:
5 Fixed nasty bug the wmmaiload compilation fails and a *binary version present in the tarball* is installed.
6 Fixes bug #334001.
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.33 x11-plugins/wmmaiload/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 4 Jun 2009 00:21:21 -0000 1.32
23 +++ ChangeLog 31 Aug 2010 13:52:38 -0000 1.33
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-plugins/wmmaiload
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.32 2009/06/04 00:21:21 tcunha Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.33 2010/08/31 13:52:38 s4t4n Exp $
30 +
31 + 31 Aug 2010; Michele Noberasco <s4t4n@g.o> wmmaiload-2.2.1-r1.ebuild,
32 + files/wmmaiload-2.2.1-checkthread.patch:
33 + Fixed nasty bug the wmmaiload compilation fails and a *binary version present in the tarball* is installed.
34 + Fixes bug #334001.
35
36 04 Jun 2009; Tiago Cunha <tcunha@g.o> wmmaiload-2.2.1-r1.ebuild:
37 stable sparc, bug 215651
38
39
40
41 1.7 x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?rev=1.7&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?rev=1.7&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?r1=1.6&r2=1.7
46
47 Index: wmmaiload-2.2.1-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v
50 retrieving revision 1.6
51 retrieving revision 1.7
52 diff -u -r1.6 -r1.7
53 --- wmmaiload-2.2.1-r1.ebuild 4 Jun 2009 00:21:21 -0000 1.6
54 +++ wmmaiload-2.2.1-r1.ebuild 31 Aug 2010 13:52:38 -0000 1.7
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2009 Gentoo Foundation
57 +# Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.6 2009/06/04 00:21:21 tcunha Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.7 2010/08/31 13:52:38 s4t4n Exp $
61
62 inherit eutils toolchain-funcs
63
64 @@ -22,6 +22,7 @@
65 unpack ${A}
66 cd "${S}"
67 epatch "${FILESDIR}"/${P}-gtk.patch
68 + epatch "${FILESDIR}"/${P}-checkthread.patch
69 }
70
71 src_compile() {