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/wmacpimon: wmacpimon-0.2.1.ebuild ChangeLog
Date: Tue, 02 Dec 2008 11:29:54
Message-Id: E1L7TRw-0004zr-Gs@stork.gentoo.org
1 s4t4n 08/12/02 11:29:52
2
3 Modified: wmacpimon-0.2.1.ebuild ChangeLog
4 Log:
5 Fixed LDFLAGS ordering. See bug #248618.
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.8 x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild?r1=1.7&r2=1.8
14
15 Index: wmacpimon-0.2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- wmacpimon-0.2.1.ebuild 29 Jun 2008 13:12:18 -0000 1.7
22 +++ wmacpimon-0.2.1.ebuild 2 Dec 2008 11:29:52 -0000 1.8
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/wmacpimon/wmacpimon-0.2.1.ebuild,v 1.7 2008/06/29 13:12:18 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild,v 1.8 2008/12/02 11:29:52 s4t4n Exp $
28
29 inherit eutils
30
31 @@ -27,6 +27,9 @@
32 # wmacpimon.prc to /var/tmp/
33 cd "${S}"
34 epatch "${FILESDIR}"/wmacpimon.c.patch
35 +
36 + # fix LDFLAGS ordering. See bug #248618.
37 + epatch "${FILESDIR}"/Makefile.patch
38 }
39
40 src_compile() {
41
42
43
44 1.8 x11-plugins/wmacpimon/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpimon/ChangeLog?rev=1.8&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpimon/ChangeLog?rev=1.8&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmacpimon/ChangeLog?r1=1.7&r2=1.8
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/ChangeLog,v
53 retrieving revision 1.7
54 retrieving revision 1.8
55 diff -u -r1.7 -r1.8
56 --- ChangeLog 22 Jul 2007 05:29:57 -0000 1.7
57 +++ ChangeLog 2 Dec 2008 11:29:52 -0000 1.8
58 @@ -1,6 +1,9 @@
59 # ChangeLog for x11-plugins/wmacpimon
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/ChangeLog,v 1.7 2007/07/22 05:29:57 dberkholz Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/ChangeLog,v 1.8 2008/12/02 11:29:52 s4t4n Exp $
64 +
65 + 02 Dec 2008; Michele Noberasco <s4t4n@g.o>; wmacpimon-0.2.1.ebuild, files/Makefile.patch:
66 + Fixed LDFLAGS ordering. See bug #248618.
67
68 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>;
69 wmacpimon-0.2.1.ebuild: