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.8.ebuild
Date: Tue, 28 Sep 2010 17:38:01
Message-Id: 20100928173758.5BC1820051@flycatcher.gentoo.org
1 chithanh 10/09/28 17:37:58
2
3 Modified: ChangeLog gnash-0.8.8.ebuild
4 Log:
5 Install documentation in the proper directory, bug #296110
6
7 (Portage version: 2.2_rc85/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.46 www-plugins/gnash/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 28 Sep 2010 14:14:24 -0000 1.45
23 +++ ChangeLog 28 Sep 2010 17:37:58 -0000 1.46
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-plugins/gnash
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.45 2010/09/28 14:14:24 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.46 2010/09/28 17:37:58 chithanh Exp $
29 +
30 + 28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
31 + gnash-0.8.8.ebuild, +files/gnash-0.8.8-documentation-paths.patch:
32 + Install documentation in the proper directory, bug #296110
33
34 28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 gnash-0.8.8.ebuild:
36
37
38
39 1.7 www-plugins/gnash/gnash-0.8.8.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.6&r2=1.7
44
45 Index: gnash-0.8.8.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- gnash-0.8.8.ebuild 28 Sep 2010 14:14:24 -0000 1.6
52 +++ gnash-0.8.8.ebuild 28 Sep 2010 17:37:58 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 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.8.ebuild,v 1.6 2010/09/28 14:14:24 chithanh Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.7 2010/09/28 17:37:58 chithanh Exp $
58
59 EAPI=3
60 CMAKE_REQUIRED="never"
61 @@ -143,6 +143,9 @@
62 # gentoo bug #283905
63 epatch "${FILESDIR}"/${PN}-0.8.7-moc-qt4.patch
64
65 + # Install documentation into the proper directories, bug #321017
66 + epatch "${FILESDIR}"/${PN}-0.8.8-documentation-paths.patch
67 +
68 eautoreconf
69 }
70 src_configure() {