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: ChangeLog opera-10.00_pre4268.ebuild
Date: Wed, 08 Apr 2009 04:11:37
Message-Id: E1LrP8R-00048f-Dx@stork.gentoo.org
1 jer 09/04/08 04:11:35
2
3 Modified: ChangeLog opera-10.00_pre4268.ebuild
4 Log:
5 Add late amd64 snapshots (bug #265377).
6 (Portage version: 2.2_rc28/cvs/Linux i686)
7
8 Revision Changes Path
9 1.337 www-client/opera/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?rev=1.337&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?rev=1.337&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?r1=1.336&r2=1.337
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v
18 retrieving revision 1.336
19 retrieving revision 1.337
20 diff -u -r1.336 -r1.337
21 --- ChangeLog 3 Apr 2009 19:00:53 -0000 1.336
22 +++ ChangeLog 8 Apr 2009 04:11:35 -0000 1.337
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-client/opera
25 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.336 2009/04/03 19:00:53 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.337 2009/04/08 04:11:35 jer Exp $
28 +
29 + 08 Apr 2009; Jeroen Roovers <jer@g.o> opera-10.00_pre4268.ebuild:
30 + Add late amd64 snapshots (bug #265377).
31
32 *opera-10.00_pre4268 (03 Apr 2009)
33
34
35
36
37 1.2 www-client/opera/opera-10.00_pre4268.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-10.00_pre4268.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-10.00_pre4268.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-10.00_pre4268.ebuild?r1=1.1&r2=1.2
42
43 Index: opera-10.00_pre4268.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-10.00_pre4268.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- opera-10.00_pre4268.ebuild 3 Apr 2009 19:00:53 -0000 1.1
50 +++ opera-10.00_pre4268.ebuild 8 Apr 2009 04:11:35 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-10.00_pre4268.ebuild,v 1.1 2009/04/03 19:00:53 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-10.00_pre4268.ebuild,v 1.2 2009/04/08 04:11:35 jer Exp $
56
57 EAPI="2"
58
59 @@ -17,7 +17,7 @@
60
61 RESTRICT="mirror strip test"
62
63 -IUSE="elibc_FreeBSD gnome qt-static"
64 +IUSE="elibc_FreeBSD gnome ia32 qt-static"
65 MY_LINGUAS="be bg cs da de el en en-GB es-ES es-LA et fi fr fr-CA fy hi hr hu id it ja ka ko lt mk nb nl nn pl pt pt-BR ru sv ta te tr uk zh-CN zh-TW"
66
67 for MY_LINGUA in ${MY_LINGUAS}; do
68 @@ -28,8 +28,20 @@
69 O_P="${P/_pre/-}"
70
71 SRC_URI="
72 - qt-static? ( ${O_U}intel-linux/${O_P}.gcc4-static-qt3.i386.tar.bz2 )
73 - !qt-static? ( ${O_U}intel-linux/${O_P}.gcc4-shared-qt3.i386.tar.bz2 )
74 + qt-static? (
75 + x86? ( ${O_U}intel-linux/${O_P}.gcc4-static-qt3.i386.tar.bz2 )
76 + amd64? (
77 + ia32? ( ${O_U}intel-linux/${O_P}.gcc4-static-qt3.i386.tar.bz2 )
78 + !ia32? ( ${O_U}x86_64-linux/${O_P}.gcc4-shared-qt3.x86_64.tar.bz2 )
79 + )
80 + )
81 + !qt-static? (
82 + x86? ( ${O_U}intel-linux/${O_P}.gcc4-shared-qt3.i386.tar.bz2 )
83 + amd64? (
84 + ia32? ( ${O_U}intel-linux/${O_P}.gcc4-shared-qt3.i386.tar.bz2 )
85 + !ia32? ( ${O_U}x86_64-linux/${O_P}.gcc4-shared-qt3.x86_64.tar.bz2 )
86 + )
87 + )
88 "
89
90 DEPEND=">=sys-apps/sed-4"
91 @@ -49,6 +61,7 @@
92 x11-libs/libSM
93 x11-libs/libICE
94 !qt-static? ( =x11-libs/qt-3*[-immqt] )
95 + amd64? ( ia32? ( !qt-static? ( =x11-libs/qt-3*[-immqt] ) ) )
96 "
97
98 opera_cd() {