Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/dvda-author: dvda-author-09.05.ebuild ChangeLog
Date: Thu, 30 Jul 2009 13:21:31
Message-Id: E1MWVZX-0002VF-S8@stork.gentoo.org
1 ssuominen 09/07/30 13:21:27
2
3 Modified: dvda-author-09.05.ebuild ChangeLog
4 Log:
5 Fix building with =libtool-1* wrt #279670.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-sound/dvda-author/dvda-author-09.05.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/dvda-author/dvda-author-09.05.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/dvda-author/dvda-author-09.05.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/dvda-author/dvda-author-09.05.ebuild?r1=1.2&r2=1.3
14
15 Index: dvda-author-09.05.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/dvda-author/dvda-author-09.05.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- dvda-author-09.05.ebuild 23 Jul 2009 23:11:23 -0000 1.2
22 +++ dvda-author-09.05.ebuild 30 Jul 2009 13:21:27 -0000 1.3
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-sound/dvda-author/dvda-author-09.05.ebuild,v 1.2 2009/07/23 23:11:23 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/dvda-author/dvda-author-09.05.ebuild,v 1.3 2009/07/30 13:21:27 ssuominen Exp $
28
29 EAPI=2
30 inherit autotools eutils
31 @@ -20,6 +20,7 @@
32
33 src_prepare() {
34 epatch "${FILESDIR}"/${P}-sandbox.patch
35 + rm -f m4/{libtool,lt*}.m4 || die "libtool patch failed"
36 AT_NO_RECURSIVE="yes" eautoreconf
37 }
38
39
40
41
42 1.4 media-sound/dvda-author/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/dvda-author/ChangeLog?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/dvda-author/ChangeLog?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/dvda-author/ChangeLog?r1=1.3&r2=1.4
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-sound/dvda-author/ChangeLog,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- ChangeLog 23 Jul 2009 23:06:26 -0000 1.3
55 +++ ChangeLog 30 Jul 2009 13:21:27 -0000 1.4
56 @@ -1,6 +1,10 @@
57 # ChangeLog for media-sound/dvda-author
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-sound/dvda-author/ChangeLog,v 1.3 2009/07/23 23:06:26 ssuominen Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-sound/dvda-author/ChangeLog,v 1.4 2009/07/30 13:21:27 ssuominen Exp $
61 +
62 + 30 Jul 2009; Samuli Suominen <ssuominen@g.o>
63 + dvda-author-09.05.ebuild:
64 + Fix building with =libtool-1* wrt #279670.
65
66 *dvda-author-09.05 (23 Jul 2009)