Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: fluidsynth-1.0.8-r1.ebuild ChangeLog
Date: Mon, 29 Sep 2008 09:06:15
Message-Id: E1KkEho-0006vr-F1@stork.gentoo.org
1 flameeyes 08/09/29 09:06:12
2
3 Modified: fluidsynth-1.0.8-r1.ebuild ChangeLog
4 Log:
5 Avoid double econf run with EAPI=2.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: fluidsynth-1.0.8-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- fluidsynth-1.0.8-r1.ebuild 29 Sep 2008 05:58:47 -0000 1.1
22 +++ fluidsynth-1.0.8-r1.ebuild 29 Sep 2008 09:06:11 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild,v 1.1 2008/09/29 05:58:47 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild,v 1.2 2008/09/29 09:06:11 flameeyes Exp $
28
29 EAPI=2
30
31 @@ -33,7 +33,7 @@
32 fi
33 }
34
35 -src_compile() {
36 +src_configure() {
37 local myconf
38
39 if use alsa; then
40 @@ -55,8 +55,6 @@
41 $(use_enable debug) \
42 $(use_with readline) \
43 ${myconf} || die "./configure failed"
44 -
45 - emake || die "make failed"
46 }
47
48 src_install() {
49
50
51
52 1.44 media-sound/fluidsynth/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.44&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.44&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.43&r2=1.44
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
61 retrieving revision 1.43
62 retrieving revision 1.44
63 diff -u -r1.43 -r1.44
64 --- ChangeLog 29 Sep 2008 05:58:47 -0000 1.43
65 +++ ChangeLog 29 Sep 2008 09:06:11 -0000 1.44
66 @@ -1,6 +1,10 @@
67 # ChangeLog for media-sound/fluidsynth
68 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.43 2008/09/29 05:58:47 flameeyes Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.44 2008/09/29 09:06:11 flameeyes Exp $
71 +
72 + 29 Sep 2008; Diego Pettenò <flameeyes@g.o>
73 + fluidsynth-1.0.8-r1.ebuild:
74 + Avoid double econf run with EAPI=2.
75
76 *fluidsynth-1.0.8-r1 (29 Sep 2008)