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-libs/aubio: ChangeLog aubio-0.3.2-r1.ebuild
Date: Thu, 02 Dec 2010 18:41:46
Message-Id: 20101202184132.3900D20054@flycatcher.gentoo.org
1 flameeyes 10/12/02 18:41:32
2
3 Modified: ChangeLog aubio-0.3.2-r1.ebuild
4 Log:
5 Rebuild the full autotools, so that we don't rely on old automake-1.8.
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 media-libs/aubio/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 3 Oct 2009 16:53:36 -0000 1.14
23 +++ ChangeLog 2 Dec 2010 18:41:32 -0000 1.15
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/aubio
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.14 2009/10/03 16:53:36 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.15 2010/12/02 18:41:32 flameeyes Exp $
30 +
31 + 02 Dec 2010; Diego E. Pettenò <flameeyes@g.o> aubio-0.3.2-r1.ebuild:
32 + Rebuild the full autotools, so that we don't rely on old automake-1.8.
33
34 03 Oct 2009; Markus Meier <maekke@g.o> aubio-0.3.2-r1.ebuild:
35 amd64 stable, bug #286995
36
37
38
39 1.9 media-libs/aubio/aubio-0.3.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.3.2-r1.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.3.2-r1.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.3.2-r1.ebuild?r1=1.8&r2=1.9
44
45 Index: aubio-0.3.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r1.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- aubio-0.3.2-r1.ebuild 3 Oct 2009 16:53:36 -0000 1.8
52 +++ aubio-0.3.2-r1.ebuild 2 Dec 2010 18:41:32 -0000 1.9
53 @@ -1,8 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r1.ebuild,v 1.8 2009/10/03 16:53:36 maekke Exp $
58 -
59 -WANT_AUTOMAKE=1.8
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r1.ebuild,v 1.9 2010/12/02 18:41:32 flameeyes Exp $
61
62 inherit eutils autotools
63
64 @@ -32,7 +30,7 @@
65 unpack ${A}
66 cd "${S}"
67 epatch "${FILESDIR}"/aubio-0.3.2-multilib.patch
68 - eautomake
69 + eautoreconf
70 }
71
72 src_compile() {