Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: audacity-1.3.7.ebuild audacity-1.3.6.ebuild
Date: Fri, 05 Jun 2009 10:04:28
Message-Id: E1MCWHi-0004LR-Gj@stork.gentoo.org
1 ssuominen 09/06/05 10:04:26
2
3 Modified: audacity-1.3.7.ebuild audacity-1.3.6.ebuild
4 Log:
5 Fix repoman warnings
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 media-sound/audacity/audacity-1.3.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.7.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.7.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.7.ebuild?r1=1.3&r2=1.4
14
15 Index: audacity-1.3.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.7.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- audacity-1.3.7.ebuild 19 Feb 2009 07:53:06 -0000 1.3
22 +++ audacity-1.3.7.ebuild 5 Jun 2009 10:04:26 -0000 1.4
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/audacity/audacity-1.3.7.ebuild,v 1.3 2009/02/19 07:53:06 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.7.ebuild,v 1.4 2009/06/05 10:04:26 ssuominen Exp $
28
29 EAPI=2
30
31 @@ -45,12 +45,9 @@
32 DEPEND="${COMMON_DEPEND}
33 dev-util/pkgconfig"
34
35 -S="${WORKDIR}/${MY_P}"
36 +S=${WORKDIR}/${MY_P}
37
38 -src_unpack() {
39 - unpack ${A}
40 -
41 - cd "${S}"
42 +src_prepare() {
43 epatch "${FILESDIR}/${PN}-1.3.4-automagic.patch"
44 epatch "${FILESDIR}/${PN}-1.3.5-libtool22.patch"
45 epatch "${FILESDIR}/${P}-cflags.patch"
46
47
48
49 1.11 media-sound/audacity/audacity-1.3.6.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.11&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?rev=1.11&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild?r1=1.10&r2=1.11
54
55 Index: audacity-1.3.6.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v
58 retrieving revision 1.10
59 retrieving revision 1.11
60 diff -u -r1.10 -r1.11
61 --- audacity-1.3.6.ebuild 18 Feb 2009 16:38:59 -0000 1.10
62 +++ audacity-1.3.6.ebuild 5 Jun 2009 10:04:26 -0000 1.11
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2009 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.10 2009/02/18 16:38:59 armin76 Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.11 2009/06/05 10:04:26 ssuominen Exp $
68
69 EAPI=2
70
71 @@ -42,12 +42,9 @@
72 DEPEND="${COMMON_DEPEND}
73 dev-util/pkgconfig"
74
75 -S="${WORKDIR}/${MY_P}"
76 +S=${WORKDIR}/${MY_P}
77
78 -src_unpack() {
79 - unpack ${A}
80 -
81 - cd "${S}"
82 +src_prepare() {
83 epatch "${FILESDIR}/${PN}-1.3.4-automagic.patch"
84 epatch "${FILESDIR}/${PN}-1.3.5-libtool22.patch"
85 epatch "${FILESDIR}/${P}-novorbis.patch"