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/audacity: ChangeLog audacity-1.3.5-r1.ebuild
Date: Mon, 29 Sep 2008 08:28:56
Message-Id: E1KkE7f-0006fY-PC@stork.gentoo.org
1 aballier 08/09/29 08:28:51
2
3 Modified: ChangeLog audacity-1.3.5-r1.ebuild
4 Log:
5 Call econf at src_configure with EAPI-2
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.106 media-sound/audacity/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.106&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.106&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.105&r2=1.106
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
18 retrieving revision 1.105
19 retrieving revision 1.106
20 diff -u -r1.105 -r1.106
21 --- ChangeLog 29 Sep 2008 05:49:43 -0000 1.105
22 +++ ChangeLog 29 Sep 2008 08:28:51 -0000 1.106
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-sound/audacity
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.105 2008/09/29 05:49:43 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.106 2008/09/29 08:28:51 aballier Exp $
28 +
29 + 29 Sep 2008; Alexis Ballier <aballier@g.o>
30 + audacity-1.3.5-r1.ebuild:
31 + Call econf at src_configure with EAPI-2
32
33 *audacity-1.3.5-r1 (29 Sep 2008)
34
35
36
37
38 1.2 media-sound/audacity/audacity-1.3.5-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.5-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.5-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.5-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: audacity-1.3.5-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.5-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- audacity-1.3.5-r1.ebuild 29 Sep 2008 05:49:43 -0000 1.1
51 +++ audacity-1.3.5-r1.ebuild 29 Sep 2008 08:28:51 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.5-r1.ebuild,v 1.1 2008/09/29 05:49:43 flameeyes Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.5-r1.ebuild,v 1.2 2008/09/29 08:28:51 aballier Exp $
57
58 EAPI=2
59
60 @@ -62,7 +62,7 @@
61 eautoreconf
62 }
63
64 -src_compile() {
65 +src_configure() {
66 WX_GTK_VER="2.8"
67 need-wxwidgets unicode
68
69 @@ -80,8 +80,6 @@
70 $(use_with libsamplerate) \
71 $(use_with alsa) \
72 $(use_with jack)
73 -
74 - emake || die
75 }
76
77 src_install() {