Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/opera: opera-10.00_pre4394.ebuild ChangeLog
Date: Tue, 02 Jun 2009 07:18:09
Message-Id: E1MBOG6-0006VU-Ie@stork.gentoo.org
1 jer 09/06/02 07:18:06
2
3 Modified: opera-10.00_pre4394.ebuild ChangeLog
4 Log:
5 Add libXinerama dependency for qt4 build thanks to Piotr Szymaniak (bug #271990). Readd x86-fbsd.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 www-client/opera/opera-10.00_pre4394.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-10.00_pre4394.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-10.00_pre4394.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-10.00_pre4394.ebuild?r1=1.1&r2=1.2
14
15 Index: opera-10.00_pre4394.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-10.00_pre4394.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- opera-10.00_pre4394.ebuild 27 May 2009 16:31:10 -0000 1.1
22 +++ opera-10.00_pre4394.ebuild 2 Jun 2009 07:18:06 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-10.00_pre4394.ebuild,v 1.1 2009/05/27 16:31:10 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-10.00_pre4394.ebuild,v 1.2 2009/06/02 07:18:06 jer Exp $
28
29 EAPI="2"
30
31 @@ -13,7 +13,7 @@
32
33 SLOT="0"
34 LICENSE="OPERA-9.0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
37
38 RESTRICT="mirror strip test"
39
40 @@ -56,6 +56,7 @@
41 !ia32? ( ${O_U}x86_64-linux/${O_P}.gcc4-shared-qt3.x86_64.tar.bz2 )
42 )
43 )
44 + x86-fbsd? ( ${O_U}intel-freebsd/${O_P}.freebsd6-shared-qt3.i386.tar.bz2 )
45 "
46
47 DEPEND=">=sys-apps/sed-4"
48 @@ -76,23 +77,36 @@
49 x11-libs/libICE
50 x86? (
51 qt-static? (
52 - !qt3? ( x11-libs/qt-core x11-libs/qt-gui )
53 + !qt3? (
54 + x11-libs/libXinerama
55 + x11-libs/qt-core
56 + x11-libs/qt-gui
57 + )
58 )
59 !qt-static? (
60 qt3? ( =x11-libs/qt-3*[-immqt] )
61 - !qt3? ( x11-libs/qt-core x11-libs/qt-gui )
62 + !qt3? (
63 + x11-libs/libXinerama
64 + x11-libs/qt-core
65 + x11-libs/qt-gui
66 + )
67 )
68 )
69 ppc? ( =x11-libs/qt-3*[-immqt] )
70 amd64? (
71 ia32? (
72 qt-static? (
73 - !qt3? ( x11-libs/qt-core x11-libs/qt-gui )
74 + !qt3? (
75 + x11-libs/libXinerama
76 + x11-libs/qt-core
77 + x11-libs/qt-gui
78 + )
79 )
80 !qt-static? ( =x11-libs/qt-3*[-immqt] )
81 )
82 !ia32? ( =x11-libs/qt-3*[-immqt] )
83 )
84 + x86-fbsd? ( =x11-libs/qt-3*[-immqt] )
85 "
86
87 opera_linguas() {
88
89
90
91 1.347 www-client/opera/ChangeLog
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?rev=1.347&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?rev=1.347&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?r1=1.346&r2=1.347
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v
100 retrieving revision 1.346
101 retrieving revision 1.347
102 diff -u -r1.346 -r1.347
103 --- ChangeLog 27 May 2009 16:59:08 -0000 1.346
104 +++ ChangeLog 2 Jun 2009 07:18:06 -0000 1.347
105 @@ -1,6 +1,10 @@
106 # ChangeLog for www-client/opera
107 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.346 2009/05/27 16:59:08 jer Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.347 2009/06/02 07:18:06 jer Exp $
110 +
111 + 02 Jun 2009; Jeroen Roovers <jer@g.o> opera-10.00_pre4394.ebuild:
112 + Add libXinerama dependency for qt4 build thanks to Piotr Szymaniak (bug
113 + #271990). Readd x86-fbsd.
114
115 27 May 2009; Jeroen Roovers <jer@g.o> -opera-10.00_pre4205.ebuild,
116 -opera-10.00_pre4214.ebuild, -opera-10.00_pre4268.ebuild: