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-plugins/alsa-plugins: alsa-plugins-1.0.20.ebuild ChangeLog
Date: Thu, 21 May 2009 12:42:43
Message-Id: E1M77bd-000895-6E@stork.gentoo.org
1 flameeyes 09/05/21 12:42:41
2
3 Modified: alsa-plugins-1.0.20.ebuild ChangeLog
4 Log:
5 Patch configure.in _before_ running eautoreconf or it'll cause maintainer-mode rebuild and just waste time. Closes bug #268965 by Davide Pesavento.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild?r1=1.1&r2=1.2
14
15 Index: alsa-plugins-1.0.20.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- alsa-plugins-1.0.20.ebuild 6 May 2009 18:05:46 -0000 1.1
22 +++ alsa-plugins-1.0.20.ebuild 21 May 2009 12:42:41 -0000 1.2
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-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild,v 1.1 2009/05/06 18:05:46 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild,v 1.2 2009/05/21 12:42:41 flameeyes Exp $
28
29 EAPI=2
30
31 @@ -41,10 +41,10 @@
32 sed -i -e '/AM_CFLAGS/s:-Wall:-DNDEBUG -Wall:' \
33 "${S}/pulse/Makefile.am"
34
35 - eautoreconf
36 -
37 # Bug #256119
38 epatch "${FILESDIR}/${PN}-1.0.19-missing-avutil.patch"
39 +
40 + eautoreconf
41 }
42
43 src_configure() {
44
45
46
47 1.97 media-plugins/alsa-plugins/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.97&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.97&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.96&r2=1.97
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
56 retrieving revision 1.96
57 retrieving revision 1.97
58 diff -u -r1.96 -r1.97
59 --- ChangeLog 6 May 2009 18:05:46 -0000 1.96
60 +++ ChangeLog 21 May 2009 12:42:41 -0000 1.97
61 @@ -1,6 +1,12 @@
62 # ChangeLog for media-plugins/alsa-plugins
63 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.96 2009/05/06 18:05:46 beandog Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.97 2009/05/21 12:42:41 flameeyes Exp $
66 +
67 + 21 May 2009; Diego E. Pettenò <flameeyes@g.o>
68 + alsa-plugins-1.0.20.ebuild:
69 + Patch configure.in _before_ running eautoreconf or it'll cause
70 + maintainer-mode rebuild and just waste time. Closes bug #268965 by Davide
71 + Pesavento.
72
73 *alsa-plugins-1.0.20 (06 May 2009)