Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/wxmozilla: wxmozilla-0.5.7_pre20070102.ebuild ChangeLog
Date: Mon, 17 Mar 2008 15:29:15
Message-Id: E1JbHGx-0002rz-1C@stork.gentoo.org
1 armin76 08/03/17 15:29:11
2
3 Modified: wxmozilla-0.5.7_pre20070102.ebuild ChangeLog
4 Log:
5 Fix deps for net-libs/xulrunner and www-client/mozilla-firefox
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.6 x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild?r1=1.5&r2=1.6
14
15 Index: wxmozilla-0.5.7_pre20070102.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- wxmozilla-0.5.7_pre20070102.ebuild 4 Dec 2007 04:23:43 -0000 1.5
22 +++ wxmozilla-0.5.7_pre20070102.ebuild 17 Mar 2008 15:29:10 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild,v 1.5 2007/12/04 04:23:43 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild,v 1.6 2008/03/17 15:29:10 armin76 Exp $
29
30 inherit eutils wxwidgets autotools
31
32 @@ -15,12 +15,12 @@
33
34 #DEPEND="
35 # =x11-libs/wxGTK-2.6*
36 -# firefox? ( >=www-client/mozilla-firefox-2.0 )
37 -# !firefox? ( >=www-client/seamonkey-1.0.0 )
38 +# firefox? ( =www-client/mozilla-firefox-2* )
39 +# !firefox? ( =www-client/seamonkey-1* )
40 # python? ( dev-lang/python
41 # >=dev-python/wxpython-2.6.3 )"
42 DEPEND="=x11-libs/wxGTK-2.6*
43 - >=www-client/mozilla-firefox-2.0
44 + =www-client/mozilla-firefox-2*
45 python? ( dev-lang/python
46 =dev-python/wxpython-2.6* )"
47
48
49
50
51 1.17 x11-libs/wxmozilla/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/ChangeLog?rev=1.17&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/ChangeLog?rev=1.17&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/ChangeLog?r1=1.16&r2=1.17
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/ChangeLog,v
60 retrieving revision 1.16
61 retrieving revision 1.17
62 diff -u -r1.16 -r1.17
63 --- ChangeLog 28 Jan 2008 16:18:32 -0000 1.16
64 +++ ChangeLog 17 Mar 2008 15:29:10 -0000 1.17
65 @@ -1,6 +1,10 @@
66 # ChangeLog for x11-libs/wxmozilla
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/ChangeLog,v 1.16 2008/01/28 16:18:32 armin76 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/ChangeLog,v 1.17 2008/03/17 15:29:10 armin76 Exp $
70 +
71 + 17 Mar 2008; Raúl Porcel <armin76@g.o>
72 + wxmozilla-0.5.7_pre20070102.ebuild:
73 + Fix deps for net-libs/xulrunner and www-client/mozilla-firefox
74
75 28 Jan 2008; Raúl Porcel <armin76@g.o> metadata.xml:
76 Replace wxwindows with wxwidgets in metadata
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list