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/wmsvencd: wmsvencd-0.5.0.ebuild ChangeLog
Date: Tue, 31 Aug 2010 10:51:26
Message-Id: 20100831105113.8FF7420051@flycatcher.gentoo.org
1 s4t4n 10/08/31 10:51:13
2
3 Modified: wmsvencd-0.5.0.ebuild ChangeLog
4 Log:
5 Honour LDFLAGS. Closes bug #334613.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild?r1=1.8&r2=1.9
14
15 Index: wmsvencd-0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- wmsvencd-0.5.0.ebuild 22 Jul 2010 14:36:12 -0000 1.8
22 +++ wmsvencd-0.5.0.ebuild 31 Aug 2010 10:51:13 -0000 1.9
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/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.8 2010/07/22 14:36:12 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.9 2010/08/31 10:51:13 s4t4n Exp $
28
29 inherit eutils
30
31 @@ -22,6 +22,8 @@
32 unpack ${A}
33 cd "${S}"
34 epatch "${FILESDIR}"/wmsvencd-compile.patch
35 +
36 + sed -i 's:c++ -o:c++ $(LDFLAGS) -o:' Makefile
37 }
38
39 src_compile() {
40
41
42
43 1.8 x11-plugins/wmsvencd/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsvencd/ChangeLog?rev=1.8&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsvencd/ChangeLog?rev=1.8&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsvencd/ChangeLog?r1=1.7&r2=1.8
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v
52 retrieving revision 1.7
53 retrieving revision 1.8
54 diff -u -r1.7 -r1.8
55 --- ChangeLog 25 Oct 2006 10:54:59 -0000 1.7
56 +++ ChangeLog 31 Aug 2010 10:51:13 -0000 1.8
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-plugins/wmsvencd
59 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.7 2006/10/25 10:54:59 s4t4n Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.8 2010/08/31 10:51:13 s4t4n Exp $
62 +
63 + 31 Aug 2010; Michele Noberasco <s4t4n@g.o> wmsvencd-0.5.0.ebuild:
64 + Honour LDFLAGS. Closes bug #334613.
65
66 25 Oct 2006; Michele Noberasco <s4t4n@g.o> wmsvencd-0.5.0.ebuild:
67 Added missing libxpm dependancy. Closes bug #150657.