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/wmsound: ChangeLog wmsound-0.9.5.ebuild
Date: Tue, 31 Aug 2010 08:52:03
Message-Id: 20100831085159.A308A20051@flycatcher.gentoo.org
1 s4t4n 10/08/31 08:51:59
2
3 Modified: ChangeLog wmsound-0.9.5.ebuild
4 Log:
5 Make package honour LDFLAGS. Closes bug #335029.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 x11-plugins/wmsound/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsound/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsound/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsound/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 19 Jan 2009 15:21:36 -0000 1.8
22 +++ ChangeLog 31 Aug 2010 08:51:59 -0000 1.9
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-plugins/wmsound
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.8 2009/01/19 15:21:36 s4t4n Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/ChangeLog,v 1.9 2010/08/31 08:51:59 s4t4n Exp $
29 +
30 + 31 Aug 2010; Michele Noberasco <s4t4n@g.o> wmsound-0.9.5.ebuild:
31 + Make package honour LDFLAGS. Closes bug #335029.
32
33 19 Jan 2009; Michele Noberasco <s4t4n@g.o> wmsound-0.9.5.ebuild:
34 Fixed compilation with --as-needed. Closes bug #248650.
35
36
37
38 1.8 x11-plugins/wmsound/wmsound-0.9.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild?r1=1.7&r2=1.8
43
44 Index: wmsound-0.9.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- wmsound-0.9.5.ebuild 19 Jan 2009 15:21:36 -0000 1.7
51 +++ wmsound-0.9.5.ebuild 31 Aug 2010 08:51:59 -0000 1.8
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.7 2009/01/19 15:21:36 s4t4n Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsound/wmsound-0.9.5.ebuild,v 1.8 2010/08/31 08:51:59 s4t4n Exp $
58
59 inherit eutils
60
61 @@ -42,7 +42,7 @@
62
63 cd "${S}"
64 xmkmf -a
65 - emake CDEBUGFLAGS="${CFLAGS}" || die "make failed"
66 + emake CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" || die "make failed"
67 }
68
69 src_install()