Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/zynaddsubfx: zynaddsubfx-2.4.0.ebuild ChangeLog
Date: Fri, 04 Sep 2009 02:47:46
Message-Id: E1MjTeb-00067D-9p@stork.gentoo.org
1 aballier 09/09/04 07:56:17
2
3 Modified: zynaddsubfx-2.4.0.ebuild ChangeLog
4 Log:
5 Fix build with no useflag enabled, bug #283267
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/zynaddsubfx/zynaddsubfx-2.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.0.ebuild?r1=1.1&r2=1.2
14
15 Index: zynaddsubfx-2.4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- zynaddsubfx-2.4.0.ebuild 10 Aug 2009 07:28:00 -0000 1.1
22 +++ zynaddsubfx-2.4.0.ebuild 4 Sep 2009 07:56:16 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.0.ebuild,v 1.1 2009/08/10 07:28:00 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.0.ebuild,v 1.2 2009/09/04 07:56:16 aballier Exp $
28
29 EAPI=2
30 inherit eutils toolchain-funcs
31 @@ -42,6 +42,7 @@
32 -i "${S}/ExternalPrograms/Controller/Makefile" || die
33 epatch "${FILESDIR}/${P}-string.patch"
34 epatch "${FILESDIR}/${P}-ldflags.patch"
35 + epatch "${FILESDIR}/${P}-nullmidiin.patch"
36 }
37
38 use_echo_yesno() {
39
40
41
42 1.35 media-sound/zynaddsubfx/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?rev=1.35&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?rev=1.35&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?r1=1.34&r2=1.35
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v
51 retrieving revision 1.34
52 retrieving revision 1.35
53 diff -u -r1.34 -r1.35
54 --- ChangeLog 10 Aug 2009 07:28:00 -0000 1.34
55 +++ ChangeLog 4 Sep 2009 07:56:17 -0000 1.35
56 @@ -1,6 +1,10 @@
57 # ChangeLog for media-sound/zynaddsubfx
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v 1.34 2009/08/10 07:28:00 aballier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v 1.35 2009/09/04 07:56:17 aballier Exp $
61 +
62 + 04 Sep 2009; Alexis Ballier <aballier@g.o>
63 + zynaddsubfx-2.4.0.ebuild, +files/zynaddsubfx-2.4.0-nullmidiin.patch:
64 + Fix build with no useflag enabled, bug #283267
65
66 *zynaddsubfx-2.4.0 (10 Aug 2009)