Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@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: Tue, 04 Dec 2007 04:23:54
Message-Id: E1IzPJw-0004hx-G2@stork.gentoo.org
1 dirtyepic 07/12/04 04:23:44
2
3 Modified: wxmozilla-0.5.7_pre20070102.ebuild ChangeLog
4 Log:
5 Fix configure to find wxpython-2.6 install instead of highest version
6 available.
7 (Portage version: 2.1.4_rc7)
8
9 Revision Changes Path
10 1.5 x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild?r1=1.4&r2=1.5
15
16 Index: wxmozilla-0.5.7_pre20070102.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- wxmozilla-0.5.7_pre20070102.ebuild 16 Sep 2007 05:07:13 -0000 1.4
23 +++ wxmozilla-0.5.7_pre20070102.ebuild 4 Dec 2007 04:23:43 -0000 1.5
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2007 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.4 2007/09/16 05:07:13 dirtyepic Exp $
28 +# $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 $
29
30 -inherit eutils wxwidgets
31 +inherit eutils wxwidgets autotools
32
33 # Currently force building against firefox. Seamonkey is supported but
34 # crashes. Upstream will fix and release as 0.5.7. bug #130969
35 @@ -35,6 +35,9 @@
36 cd "${S}"
37
38 epatch "${FILESDIR}"/${PN}-0.5.7-python-2.5.patch
39 + epatch "${FILESDIR}"/${PN}-0.5.7-wxversion.patch
40 +
41 + eautoconf
42 }
43
44 src_compile() {
45
46
47
48 1.15 x11-libs/wxmozilla/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/ChangeLog?rev=1.15&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/ChangeLog?rev=1.15&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxmozilla/ChangeLog?r1=1.14&r2=1.15
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/ChangeLog,v
57 retrieving revision 1.14
58 retrieving revision 1.15
59 diff -u -r1.14 -r1.15
60 --- ChangeLog 16 Sep 2007 05:07:13 -0000 1.14
61 +++ ChangeLog 4 Dec 2007 04:23:43 -0000 1.15
62 @@ -1,6 +1,12 @@
63 # ChangeLog for x11-libs/wxmozilla
64 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/ChangeLog,v 1.14 2007/09/16 05:07:13 dirtyepic Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/ChangeLog,v 1.15 2007/12/04 04:23:43 dirtyepic Exp $
67 +
68 + 04 Dec 2007; Ryan Hill <dirtyepic@g.o>
69 + +files/wxmozilla-0.5.7-wxversion.patch,
70 + wxmozilla-0.5.7_pre20070102.ebuild:
71 + Fix configure to find wxpython-2.6 install instead of highest version
72 + available.
73
74 16 Sep 2007; Ryan Hill <dirtyepic@g.o>
75 +files/wxmozilla-0.5.7-python-2.5.patch,
76
77
78
79 --
80 gentoo-commits@g.o mailing list