Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-www/netscape-flash: ChangeLog netscape-flash-10.0.20.7_alpha.ebuild
Date: Mon, 01 Dec 2008 16:57:02
Message-Id: E1L7C4y-0007qi-Nz@stork.gentoo.org
1 lack 08/12/01 16:57:00
2
3 Modified: ChangeLog netscape-flash-10.0.20.7_alpha.ebuild
4 Log:
5 Bug 249135 - Added warning to 'firefox-bin' users
6 (Portage version: 2.2_rc13/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.84 net-www/netscape-flash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.84&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.84&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?r1=1.83&r2=1.84
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v
18 retrieving revision 1.83
19 retrieving revision 1.84
20 diff -u -r1.83 -r1.84
21 --- ChangeLog 26 Nov 2008 02:27:36 -0000 1.83
22 +++ ChangeLog 1 Dec 2008 16:57:00 -0000 1.84
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-www/netscape-flash
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.83 2008/11/26 02:27:36 lack Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.84 2008/12/01 16:57:00 lack Exp $
28 +
29 + 01 Dec 2008; Jim Ramsay <lack@g.o>
30 + netscape-flash-10.0.20.7_alpha.ebuild:
31 + Bug 249135 - Added warning to 'firefox-bin' users
32
33 26 Nov 2008; Jim Ramsay <lack@g.o>
34 netscape-flash-10.0.12.36-r1.ebuild,
35
36
37
38 1.4 net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild?r1=1.3&r2=1.4
43
44 Index: netscape-flash-10.0.20.7_alpha.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- netscape-flash-10.0.20.7_alpha.ebuild 26 Nov 2008 02:27:36 -0000 1.3
51 +++ netscape-flash-10.0.20.7_alpha.ebuild 1 Dec 2008 16:57:00 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild,v 1.3 2008/11/26 02:27:36 lack Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.20.7_alpha.ebuild,v 1.4 2008/12/01 16:57:00 lack Exp $
57
58 EAPI=1
59
60 @@ -61,4 +61,12 @@
61 elog "to run 'nspluginwrapper -a -u' as root to clear out any old"
62 elog "wrappers."
63 fi
64 +
65 + if has_version 'www-client/mozilla-firefox-bin'; then
66 + eerror "This 64-bit plugin will not work with a 32-bit firefox."
67 + eerror "If you wish to continue using flash with firefox-bin, you should"
68 + eerror "mask this version:"
69 + eerror " =${CATEGORY}/${P}"
70 + eerror "And re-emerge netscape-flash"
71 + fi
72 }