Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.19.ebuild
Date: Thu, 22 Jan 2009 21:06:11
Message-Id: E1LQ6kZ-0007wF-1y@stork.gentoo.org
1 loki_val 09/01/22 21:06:07
2
3 Modified: ChangeLog alsa-plugins-1.0.19.ebuild
4 Log:
5 Fix bug 256040, we need to run eautoreconf when we sed a .am
6 (Portage version: 2.2_rc22/cvs/Linux 2.6.28.1 x86_64)
7
8 Revision Changes Path
9 1.92 media-plugins/alsa-plugins/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.92&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.92&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.91&r2=1.92
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
18 retrieving revision 1.91
19 retrieving revision 1.92
20 diff -u -r1.91 -r1.92
21 --- ChangeLog 19 Jan 2009 16:19:44 -0000 1.91
22 +++ ChangeLog 22 Jan 2009 21:06:06 -0000 1.92
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-plugins/alsa-plugins
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.91 2009/01/19 16:19:44 chainsaw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.92 2009/01/22 21:06:06 loki_val Exp $
28 +
29 + 22 Jan 2009; Peter Alfredsen <loki_val@g.o>
30 + alsa-plugins-1.0.19.ebuild:
31 + Fix bug 256040, we need to run eautoreconf when we sed a .am
32
33 *alsa-plugins-1.0.19 (19 Jan 2009)
34
35
36
37
38 1.2 media-plugins/alsa-plugins/alsa-plugins-1.0.19.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.19.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.19.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.19.ebuild?r1=1.1&r2=1.2
43
44 Index: alsa-plugins-1.0.19.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.19.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- alsa-plugins-1.0.19.ebuild 19 Jan 2009 16:19:44 -0000 1.1
51 +++ alsa-plugins-1.0.19.ebuild 22 Jan 2009 21:06:06 -0000 1.2
52 @@ -1,11 +1,13 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.19.ebuild,v 1.1 2009/01/19 16:19:44 chainsaw Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.19.ebuild,v 1.2 2009/01/22 21:06:06 loki_val Exp $
57
58 EAPI=2
59
60 MY_P="${P/_/}"
61
62 +inherit autotools
63 +
64 DESCRIPTION="ALSA extra plugins"
65 HOMEPAGE="http://www.alsa-project.org/"
66 SRC_URI="mirror://alsaproject/plugins/${MY_P}.tar.bz2"
67 @@ -38,6 +40,7 @@
68 # disable them waiting for a better solution.
69 sed -i -e '/AM_CFLAGS/s:-Wall:-DNDEBUG -Wall:' \
70 "${S}/pulse/Makefile.am"
71 + eautoreconf
72 }
73
74 src_configure() {