Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.7.1.ebuild ChangeLog
Date: Sat, 25 Jan 2014 09:06:38
Message-Id: 20140125090633.AFEDD2004C@flycatcher.gentoo.org
1 radhermit 14/01/25 09:06:33
2
3 Modified: libsoundtouch-1.7.1.ebuild ChangeLog
4 Log:
5 Fix build with newer versions of automake (bug #468716).
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.8 media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?r1=1.7&r2=1.8
15
16 Index: libsoundtouch-1.7.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- libsoundtouch-1.7.1.ebuild 6 Jul 2013 17:01:56 -0000 1.7
23 +++ libsoundtouch-1.7.1.ebuild 25 Jan 2014 09:06:33 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.7 2013/07/06 17:01:56 ottxor Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.8 2014/01/25 09:06:33 radhermit Exp $
30
31 EAPI=5
32 inherit autotools eutils flag-o-matic
33 @@ -22,7 +22,8 @@
34
35 src_prepare() {
36 epatch "${FILESDIR}"/${PN}-1.7.0-flags.patch
37 - sed -i -e "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
38 + sed -i "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
39 + sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' configure.ac || die
40 eautoreconf
41 }
42
43
44
45
46 1.71 media-libs/libsoundtouch/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.71&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.71&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.70&r2=1.71
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
55 retrieving revision 1.70
56 retrieving revision 1.71
57 diff -u -r1.70 -r1.71
58 --- ChangeLog 6 Jul 2013 17:01:56 -0000 1.70
59 +++ ChangeLog 25 Jan 2014 09:06:33 -0000 1.71
60 @@ -1,6 +1,9 @@
61 # ChangeLog for media-libs/libsoundtouch
62 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.70 2013/07/06 17:01:56 ottxor Exp $
64 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.71 2014/01/25 09:06:33 radhermit Exp $
66 +
67 + 25 Jan 2014; Tim Harder <radhermit@g.o> libsoundtouch-1.7.1.ebuild:
68 + Fix build with newer versions of automake (bug #468716).
69
70 06 Jul 2013; Christoph Junghans <ottxor@g.o>
71 libsoundtouch-1.7.1.ebuild: