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-9.51.ebuild
Date: Thu, 03 Jul 2008 23:13:17
Message-Id: E1KEXzD-0001Hr-Fu@stork.gentoo.org
1 jer 08/07/03 23:13:11
2
3 Modified: ChangeLog opera-9.51.ebuild
4 Log:
5 Fix SRC_URI for x86-fbsd.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
7
8 Revision Changes Path
9 1.256 www-client/opera/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?rev=1.256&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?rev=1.256&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?r1=1.255&r2=1.256
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v
18 retrieving revision 1.255
19 retrieving revision 1.256
20 diff -u -r1.255 -r1.256
21 --- ChangeLog 3 Jul 2008 22:52:38 -0000 1.255
22 +++ ChangeLog 3 Jul 2008 23:13:10 -0000 1.256
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-client/opera
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.255 2008/07/03 22:52:38 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.256 2008/07/03 23:13:10 jer Exp $
28 +
29 + 03 Jul 2008; Jeroen Roovers <jer@g.o> opera-9.51.ebuild:
30 + Fix SRC_URI for x86-fbsd.
31
32 *opera-9.51 (03 Jul 2008)
33
34
35
36
37 1.2 www-client/opera/opera-9.51.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.51.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.51.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-9.51.ebuild?r1=1.1&r2=1.2
42
43 Index: opera-9.51.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.51.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- opera-9.51.ebuild 3 Jul 2008 22:52:38 -0000 1.1
50 +++ opera-9.51.ebuild 3 Jul 2008 23:13:10 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.51.ebuild,v 1.1 2008/07/03 22:52:38 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-9.51.ebuild,v 1.2 2008/07/03 23:13:10 jer Exp $
56
57 GCONF_DEBUG="no"
58
59 @@ -29,8 +29,11 @@
60
61 SRC_URI="
62 ppc? ( ${O_URI}linux${O_FTP}ppc/shared/${P}.gcc4-shared-qt3.ppc.tar.bz2 )
63 + x86-fbsd? (
64 + qt-static? ( ${O_URI}unix/freebsd${O_FTP}intel/static/${P}-freebsd5-static-qt3.i386.tar.bz2 )
65 + !qt-static? ( ${O_URI}unix/freebsd${O_FTP}intel/shared/${P}-freebsd5-shared-qt3.i386.tar.bz2 )
66 + )
67 qt-static? (
68 - x86-fbsd? ( ${O_URI}unix/freebsd${O_FTP}intel/static/${P}-freebsd5-static-qt3.i386.tar.bz2 )
69 qt3-static? (
70 amd64? (
71 ia32? ( ${O_URI}linux${O_FTP}i386/static/${P}.gcc4-static-qt3.i386.tar.bz2 )
72 @@ -47,7 +50,6 @@
73 )
74 )
75 !qt-static? (
76 - x86-fbsd? ( ${O_URI}unix/freebsd${O_FTP}intel/shared/${P}-freebsd5-shared-qt3.i386.tar.bz2 )
77 qt3-static? (
78 amd64? (
79 ia32? ( ${O_URI}linux${O_FTP}i386/shared/${P}.gcc4-shared-qt3.i386.tar.bz2 )
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list