Gentoo Archives: gentoo-commits

From: "Romain Perier (mrpouet)" <mrpouet@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.6.ebuild
Date: Wed, 07 Oct 2009 10:38:08
Message-Id: E1MvTuC-0007eA-IB@stork.gentoo.org
1 mrpouet 09/10/07 10:38:00
2
3 Modified: ChangeLog gnash-0.8.6.ebuild
4 Log:
5 Fix missing pygtk dependency with python&gtk supports, per bug #287684. Many thanks to Ian Leonard.
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.15 www-plugins/gnash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 29 Sep 2009 18:11:48 -0000 1.14
22 +++ ChangeLog 7 Oct 2009 10:38:00 -0000 1.15
23 @@ -1,6 +1,11 @@
24 # ChangeLog for www-plugins/gnash
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.14 2009/09/29 18:11:48 mrpouet Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.15 2009/10/07 10:38:00 mrpouet Exp $
28 +
29 + 07 Oct 2009; Romain Perier <mrpouet@g.o>
30 + gnash-0.8.6.ebuild:
31 + Fix missing pygtk dependency with python&gtk supports, per bug #287684.
32 + Many thanks to Ian Leonard.
33
34 29 Sep 2009; Romain Perier <mrpouet@g.o>
35 gnash-0.8.5.ebuild, gnash-0.8.6.ebuild:
36
37
38
39 1.3 www-plugins/gnash/gnash-0.8.6.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?r1=1.2&r2=1.3
44
45 Index: gnash-0.8.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gnash-0.8.6.ebuild 29 Sep 2009 18:11:48 -0000 1.2
52 +++ gnash-0.8.6.ebuild 7 Oct 2009 10:38:00 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 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.6.ebuild,v 1.2 2009/09/29 18:11:48 mrpouet Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.3 2009/10/07 10:38:00 mrpouet Exp $
58
59 EAPI="2"
60 WANT_CMAKE="false"
61 @@ -49,6 +49,7 @@
62 gtk? (
63 x11-libs/gtk+:2
64 net-libs/xulrunner:1.9
65 + python? ( dev-python/pygtk:2 )
66 )
67 kde? ( >=kde-base/kdebase-startkde-${KDE_MINIMAL} )
68 opengl? (