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/wmcp: wmcp-1.2.8.ebuild ChangeLog
Date: Tue, 31 Aug 2010 10:35:13
Message-Id: 20100831103509.AE41120051@flycatcher.gentoo.org
1 s4t4n 10/08/31 10:35:09
2
3 Modified: wmcp-1.2.8.ebuild ChangeLog
4 Log:
5 Honour LDFLAGS. Closes bug #334639.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.20 x11-plugins/wmcp/wmcp-1.2.8.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild?r1=1.19&r2=1.20
14
15 Index: wmcp-1.2.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- wmcp-1.2.8.ebuild 11 Mar 2010 08:48:48 -0000 1.19
22 +++ wmcp-1.2.8.ebuild 31 Aug 2010 10:35:09 -0000 1.20
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.19 2010/03/11 08:48:48 s4t4n Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.20 2010/08/31 10:35:09 s4t4n Exp $
28
29 inherit eutils multilib toolchain-funcs
30
31 @@ -26,6 +26,8 @@
32 epatch "${FILESDIR}"/${P}-gcc33.patch
33 epatch "${FILESDIR}"/${P}-stdlibh.patch
34 sed -i -e "s:gcc:$(tc-getCC):g" Makefile
35 + sed -i -e "s:i686-pc-linux-gnu-gcc -g:i686-pc-linux-gnu-gcc:g" Makefile
36 + sed -i -e "s:i686-pc-linux-gnu-gcc -o:i686-pc-linux-gnu-gcc ${LDFLAGS} -o:" Makefile
37 }
38
39 src_compile() {
40
41
42
43 1.16 x11-plugins/wmcp/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/ChangeLog?rev=1.16&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/ChangeLog?rev=1.16&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcp/ChangeLog?r1=1.15&r2=1.16
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v
52 retrieving revision 1.15
53 retrieving revision 1.16
54 diff -u -r1.15 -r1.16
55 --- ChangeLog 11 Mar 2010 08:48:48 -0000 1.15
56 +++ ChangeLog 31 Aug 2010 10:35:09 -0000 1.16
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-plugins/wmcp
59 # Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.15 2010/03/11 08:48:48 s4t4n Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.16 2010/08/31 10:35:09 s4t4n Exp $
62 +
63 + 31 Aug 2010; Michele Noberasco <s4t4n@g.o> wmcp-1.2.8.ebuild:
64 + Honour LDFLAGS. Closes bug #334639.
65
66 11 Mar 2010; Michele Noberasco <s4t4n@g.o> wmcp-1.2.8.ebuild:
67 Fixed SRC_URI, closing bug #259598.