Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/audiofile: ChangeLog audiofile-0.3.2.ebuild
Date: Wed, 11 Jan 2012 00:14:20
Message-Id: 20120111001409.01BC32004B@flycatcher.gentoo.org
1 tetromino 12/01/11 00:14:08
2
3 Modified: ChangeLog audiofile-0.3.2.ebuild
4 Log:
5 Fix underlinking in tests (bug #398369, thanks to Michael (kensington) for the patch).
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.94 media-libs/audiofile/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/ChangeLog?rev=1.94&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/ChangeLog?rev=1.94&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/ChangeLog?r1=1.93&r2=1.94
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/audiofile/ChangeLog,v
19 retrieving revision 1.93
20 retrieving revision 1.94
21 diff -u -r1.93 -r1.94
22 --- ChangeLog 29 Dec 2011 17:53:24 -0000 1.93
23 +++ ChangeLog 11 Jan 2012 00:14:08 -0000 1.94
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/audiofile
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/ChangeLog,v 1.93 2011/12/29 17:53:24 pacho Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/ChangeLog,v 1.94 2012/01/11 00:14:08 tetromino Exp $
30 +
31 + 11 Jan 2012; Alexandre Rostovtsev <tetromino@g.o>
32 + audiofile-0.3.2.ebuild, +files/audiofile-0.3.2-gold.patch:
33 + Fix underlinking in tests (bug #398369, thanks to Michael (kensington) for
34 + the patch).
35
36 29 Dec 2011; Pacho Ramos <pacho@g.o> audiofile-0.3.2.ebuild:
37 amd64 stable, bug 393007
38
39
40
41 1.4 media-libs/audiofile/audiofile-0.3.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/audiofile-0.3.2.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/audiofile-0.3.2.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/audiofile/audiofile-0.3.2.ebuild?r1=1.3&r2=1.4
46
47 Index: audiofile-0.3.2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.2.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- audiofile-0.3.2.ebuild 29 Dec 2011 17:53:24 -0000 1.3
54 +++ audiofile-0.3.2.ebuild 11 Jan 2012 00:14:08 -0000 1.4
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2011 Gentoo Foundation
57 +# Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.2.ebuild,v 1.3 2011/12/29 17:53:24 pacho Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.2.ebuild,v 1.4 2012/01/11 00:14:08 tetromino Exp $
61
62 EAPI="4"
63
64 @@ -17,6 +17,9 @@
65 DOCS=( ACKNOWLEDGEMENTS AUTHORS ChangeLog NEWS NOTES README TODO )
66
67 src_prepare() {
68 + # Fix underlinking in tests, bug #398369; requires eautoreconf
69 + epatch "${FILESDIR}/${PN}-0.3.2-gold.patch"
70 +
71 # Don't build examples
72 sed -i -e "/^SRC_SUBDIRS/s: examples::" Makefile.am || die