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-next: opera-next-12.00.1445.ebuild ChangeLog
Date: Wed, 06 Jun 2012 18:05:01
Message-Id: 20120606180350.BD6562004B@flycatcher.gentoo.org
1 jer 12/06/06 18:03:50
2
3 Modified: opera-next-12.00.1445.ebuild ChangeLog
4 Log:
5 Introduce USE=multilib to not install operapluginwrapper-ia32-linux on no-multilib profiles.
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 www-client/opera-next/opera-next-12.00.1445.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/opera-next-12.00.1445.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/opera-next-12.00.1445.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/opera-next-12.00.1445.ebuild?r1=1.1&r2=1.2
15
16 Index: opera-next-12.00.1445.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.00.1445.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- opera-next-12.00.1445.ebuild 6 Jun 2012 12:35:52 -0000 1.1
23 +++ opera-next-12.00.1445.ebuild 6 Jun 2012 18:03:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.00.1445.ebuild,v 1.1 2012/06/06 12:35:52 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.00.1445.ebuild,v 1.2 2012/06/06 18:03:50 jer Exp $
29
30 EAPI="4"
31
32 @@ -12,7 +12,7 @@
33 SLOT="0"
34 LICENSE="OPERA-11 LGPL-2 LGPL-3"
35 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
36 -IUSE="elibc_FreeBSD gtk gtk3 kde +gstreamer"
37 +IUSE="elibc_FreeBSD gtk gtk3 kde +gstreamer multilib"
38
39 O_V="$(get_version_component_range 1-2)" # Major version, i.e. 11.00
40 O_B="$(get_version_component_range 3)" # Build version, i.e. 1156
41 @@ -136,6 +136,9 @@
42 if ! use gstreamer; then
43 rm -r lib/${PN}/gstreamer || die
44 fi
45 + if use amd64 && ! use multilib; then
46 + rm lib/${PN}/pluginwrapper/operapluginwrapper-ia32-linux || die
47 + fi
48
49 # Unzip the man pages before sedding
50 gunzip share/man/man1/* || die
51
52
53
54 1.95 www-client/opera-next/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/ChangeLog?rev=1.95&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/ChangeLog?rev=1.95&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/ChangeLog?r1=1.94&r2=1.95
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v
63 retrieving revision 1.94
64 retrieving revision 1.95
65 diff -u -r1.94 -r1.95
66 --- ChangeLog 6 Jun 2012 12:35:52 -0000 1.94
67 +++ ChangeLog 6 Jun 2012 18:03:50 -0000 1.95
68 @@ -1,6 +1,10 @@
69 # ChangeLog for www-client/opera-next
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v 1.94 2012/06/06 12:35:52 jer Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v 1.95 2012/06/06 18:03:50 jer Exp $
73 +
74 + 06 Jun 2012; Jeroen Roovers <jer@g.o> opera-next-12.00.1445.ebuild:
75 + Introduce USE=multilib to not install operapluginwrapper-ia32-linux on
76 + no-multilib profiles.
77
78 *opera-next-12.00.1445 (06 Jun 2012)