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 net-www/gnash: gnash-0.8.4.ebuild ChangeLog
Date: Sun, 19 Oct 2008 20:47:06
Message-Id: E1KrfB2-0006wp-IH@stork.gentoo.org
1 loki_val 08/10/19 20:47:04
2
3 Modified: gnash-0.8.4.ebuild ChangeLog
4 Log:
5 Fix compilation with =sys-devel/libtool-1*.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc8 x86_64)
7
8 Revision Changes Path
9 1.2 net-www/gnash/gnash-0.8.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/gnash-0.8.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/gnash-0.8.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/gnash-0.8.4.ebuild?r1=1.1&r2=1.2
14
15 Index: gnash-0.8.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.8.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gnash-0.8.4.ebuild 19 Oct 2008 11:49:10 -0000 1.1
22 +++ gnash-0.8.4.ebuild 19 Oct 2008 20:47:04 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.8.4.ebuild,v 1.1 2008/10/19 11:49:10 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.8.4.ebuild,v 1.2 2008/10/19 20:47:04 loki_val Exp $
28
29 EAPI=1
30
31 @@ -147,6 +147,12 @@
32 unpack ${A}
33 cd "${S}"
34 epatch "${FILESDIR}"/${PN}-0.8.3-boost-dynamic-link.patch
35 + if has_version '<sys-devel/libtool-2'
36 + then
37 + sed -i \
38 + -e '/libltdl\/Makefile/d' configure.ac \
39 + || die "Sedding configure.ac failed."
40 + fi
41 eautoreconf
42 }
43
44
45
46
47 1.65 net-www/gnash/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/ChangeLog?rev=1.65&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/ChangeLog?rev=1.65&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/ChangeLog?r1=1.64&r2=1.65
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v
56 retrieving revision 1.64
57 retrieving revision 1.65
58 diff -u -r1.64 -r1.65
59 --- ChangeLog 19 Oct 2008 11:49:10 -0000 1.64
60 +++ ChangeLog 19 Oct 2008 20:47:04 -0000 1.65
61 @@ -1,6 +1,9 @@
62 # ChangeLog for net-www/gnash
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.64 2008/10/19 11:49:10 loki_val Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.65 2008/10/19 20:47:04 loki_val Exp $
66 +
67 + 19 Oct 2008; Peter Alfredsen <loki_val@g.o> gnash-0.8.4.ebuild:
68 + Fix compilation with =sys-devel/libtool-1*.
69
70 *gnash-0.8.4 (19 Oct 2008)