Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.7.ebuild gnash-0.8.6.ebuild gnash-0.8.5.ebuild
Date: Sat, 01 May 2010 00:58:20
Message-Id: 20100501005817.D33442C060@corvid.gentoo.org
1 reavertm 10/05/01 00:58:17
2
3 Modified: ChangeLog gnash-0.8.7.ebuild gnash-0.8.6.ebuild
4 gnash-0.8.5.ebuild
5 Log:
6 CMAKE_REQUIRED can be 'always' (default) or 'never'
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 www-plugins/gnash/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 24 Mar 2010 08:24:07 -0000 1.25
23 +++ ChangeLog 1 May 2010 00:58:17 -0000 1.26
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.25 2010/03/24 08:24:07 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.26 2010/05/01 00:58:17 reavertm Exp $
29 +
30 + 01 May 2010; Maciej Mrozowski <reavertm@g.o> gnash-0.8.5.ebuild,
31 + gnash-0.8.6.ebuild, gnash-0.8.7.ebuild:
32 + CMAKE_REQUIRED can be 'always' or 'never'
33
34 24 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 gnash-0.8.7.ebuild:
36
37
38
39 1.5 www-plugins/gnash/gnash-0.8.7.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild?r1=1.4&r2=1.5
44
45 Index: gnash-0.8.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- gnash-0.8.7.ebuild 24 Mar 2010 08:24:07 -0000 1.4
52 +++ gnash-0.8.7.ebuild 1 May 2010 00:58:17 -0000 1.5
53 @@ -1,9 +1,9 @@
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.7.ebuild,v 1.4 2010/03/24 08:24:07 chithanh Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild,v 1.5 2010/05/01 00:58:17 reavertm Exp $
58
59 EAPI="2"
60 -CMAKE_REQUIRED="false"
61 +CMAKE_REQUIRED="never"
62 KDE_REQUIRED="optional"
63 KDE_MINIMAL="4.2"
64 AT_M4DIR="cygnal"
65
66
67
68 1.10 www-plugins/gnash/gnash-0.8.6.ebuild
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.10&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.10&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?r1=1.9&r2=1.10
73
74 Index: gnash-0.8.6.ebuild
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v
77 retrieving revision 1.9
78 retrieving revision 1.10
79 diff -u -r1.9 -r1.10
80 --- gnash-0.8.6.ebuild 15 Mar 2010 15:46:33 -0000 1.9
81 +++ gnash-0.8.6.ebuild 1 May 2010 00:58:17 -0000 1.10
82 @@ -1,9 +1,9 @@
83 # Copyright 1999-2010 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.9 2010/03/15 15:46:33 chithanh Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.10 2010/05/01 00:58:17 reavertm Exp $
87
88 EAPI="2"
89 -CMAKE_REQUIRED="false"
90 +CMAKE_REQUIRED="never"
91 KDE_REQUIRED="optional"
92 KDE_MINIMAL="4.2"
93 AT_M4DIR="cygnal"
94
95
96
97 1.12 www-plugins/gnash/gnash-0.8.5.ebuild
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild?rev=1.12&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild?rev=1.12&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild?r1=1.11&r2=1.12
102
103 Index: gnash-0.8.5.ebuild
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v
106 retrieving revision 1.11
107 retrieving revision 1.12
108 diff -u -r1.11 -r1.12
109 --- gnash-0.8.5.ebuild 27 Oct 2009 14:19:19 -0000 1.11
110 +++ gnash-0.8.5.ebuild 1 May 2010 00:58:17 -0000 1.12
111 @@ -1,9 +1,9 @@
112 -# Copyright 1999-2009 Gentoo Foundation
113 +# Copyright 1999-2010 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.11 2009/10/27 14:19:19 scarabeus Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.12 2010/05/01 00:58:17 reavertm Exp $
117
118 EAPI="2"
119 -CMAKE_REQUIRED="false"
120 +CMAKE_REQUIRED="never"
121 KDE_REQUIRED="optional"
122 KDE_MINIMAL="4.2"
123 AT_M4DIR="cygnal"