Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/csound: csound-5.16.6-r1.ebuild ChangeLog
Date: Tue, 28 Feb 2012 21:19:49
Message-Id: 20120228211938.E02EF2004B@flycatcher.gentoo.org
1 radhermit 12/02/28 21:19:38
2
3 Modified: csound-5.16.6-r1.ebuild ChangeLog
4 Log:
5 Fix scons build file to respect custom LDFLAGS.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-sound/csound/csound-5.16.6-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: csound-5.16.6-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- csound-5.16.6-r1.ebuild 28 Feb 2012 21:04:04 -0000 1.2
23 +++ csound-5.16.6-r1.ebuild 28 Feb 2012 21:19:38 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild,v 1.2 2012/02/28 21:04:04 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild,v 1.3 2012/02/28 21:19:38 radhermit Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="python? 2"
32 @@ -100,6 +100,7 @@
33 customLIBS = []
34 customLIBPATH = []
35 customSHLINKFLAGS = "${LDFLAGS}".split()
36 + customLINKFLAGS = "${LDFLAGS}".split()
37 customSWIGFLAGS = []
38 EOF
39 }
40
41
42
43 1.6 media-sound/csound/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?r1=1.5&r2=1.6
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- ChangeLog 28 Feb 2012 21:04:04 -0000 1.5
56 +++ ChangeLog 28 Feb 2012 21:19:38 -0000 1.6
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-sound/csound
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.5 2012/02/28 21:04:04 radhermit Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.6 2012/02/28 21:19:38 radhermit Exp $
62 +
63 + 28 Feb 2012; Tim Harder <radhermit@g.o> csound-5.16.6-r1.ebuild,
64 + files/csound-5.16.6-scons.patch:
65 + Fix scons build file to respect custom LDFLAGS.
66
67 28 Feb 2012; Tim Harder <radhermit@g.o> csound-5.16.6-r1.ebuild:
68 Move linguas settings and pass LDFLAGS to scons in a better format.