Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.9-r2.ebuild
Date: Sat, 26 Nov 2011 02:24:30
Message-Id: 20111126022420.DE5062004C@flycatcher.gentoo.org
1 chithanh 11/11/26 02:24:20
2
3 Modified: ChangeLog gnash-0.8.9-r2.ebuild
4 Log:
5 Fix building of cygnal sshclient, bug #391915.
6
7 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.69 www-plugins/gnash/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.69&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.69&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.68&r2=1.69
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
19 retrieving revision 1.68
20 retrieving revision 1.69
21 diff -u -r1.68 -r1.69
22 --- ChangeLog 25 Nov 2011 17:39:19 -0000 1.68
23 +++ ChangeLog 26 Nov 2011 02:24:20 -0000 1.69
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-plugins/gnash
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.68 2011/11/25 17:39:19 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.69 2011/11/26 02:24:20 chithanh Exp $
29 +
30 + 26 Nov 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
31 + gnash-0.8.9-r2.ebuild, +files/gnash-0.8.9-cygnal-sshclient.patch:
32 + Fix building of cygnal sshclient, bug #391915.
33
34 *gnash-0.8.9-r2 (25 Nov 2011)
35
36
37
38
39 1.2 www-plugins/gnash/gnash-0.8.9-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.9-r2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.9-r2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.9-r2.ebuild?r1=1.1&r2=1.2
44
45 Index: gnash-0.8.9-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9-r2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gnash-0.8.9-r2.ebuild 25 Nov 2011 17:39:19 -0000 1.1
52 +++ gnash-0.8.9-r2.ebuild 26 Nov 2011 02:24:20 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9-r2.ebuild,v 1.1 2011/11/25 17:39:19 chithanh Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9-r2.ebuild,v 1.2 2011/11/26 02:24:20 chithanh Exp $
58
59 EAPI=3
60 CMAKE_REQUIRED="never"
61 @@ -171,6 +171,9 @@
62 # Fix building on ppc64, bug #342535
63 use ppc64 && append-flags -mminimal-toc
64
65 + # Fix building of cygnal sshclient, bug #391915
66 + epatch "${FILESDIR}"/${PN}-0.8.9-cygnal-sshclient.patch
67 +
68 # Fix kde multilib library path, bug #391283
69 epatch "${FILESDIR}"/${PN}-0.8.9-kde4-libdir.patch