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-9.0.151.0.ebuild netscape-flash-9.0.124.0.ebuild
Date: Thu, 06 Nov 2008 15:10:09
Message-Id: E1Ky6Uo-00059c-8x@stork.gentoo.org
1 lack 08/11/06 15:10:06
2
3 Modified: ChangeLog
4 Added: netscape-flash-9.0.151.0.ebuild
5 Removed: netscape-flash-9.0.124.0.ebuild
6 Log:
7 New version 9.0.151.0 is released (security fixes)
8 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
9
10 Revision Changes Path
11 1.79 net-www/netscape-flash/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.79&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.79&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?r1=1.78&r2=1.79
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v
20 retrieving revision 1.78
21 retrieving revision 1.79
22 diff -u -r1.78 -r1.79
23 --- ChangeLog 23 Oct 2008 18:25:19 -0000 1.78
24 +++ ChangeLog 6 Nov 2008 15:10:06 -0000 1.79
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-www/netscape-flash
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.78 2008/10/23 18:25:19 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.79 2008/11/06 15:10:06 lack Exp $
30 +
31 +*netscape-flash-9.0.151.0 (06 Nov 2008)
32 +
33 + 06 Nov 2008; Jim Ramsay <lack@g.o>
34 + -netscape-flash-9.0.124.0.ebuild, +netscape-flash-9.0.151.0.ebuild:
35 + New version 9.0.151.0 is released (security fixes)
36
37 23 Oct 2008; Markus Meier <maekke@g.o>
38 netscape-flash-10.0.12.36-r1.ebuild:
39
40
41
42 1.1 net-www/netscape-flash/netscape-flash-9.0.151.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.151.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.151.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: netscape-flash-9.0.151.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.151.0.ebuild,v 1.1 2008/11/06 15:10:06 lack Exp $
52
53 inherit nsplugins
54
55 DESCRIPTION="Adobe Flash Player"
56 SRC_URI="http://download.macromedia.com/pub/flashplayer/installers/current/9/install_flash_player_9.tar.gz"
57 HOMEPAGE="http://www.adobe.com/"
58 IUSE=""
59 SLOT="0"
60
61 KEYWORDS="-* ~amd64 ~x86"
62 LICENSE="AdobeFlash-9.0.31.0"
63 RESTRICT="strip mirror"
64
65 S=${WORKDIR}
66
67 DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
68 app-emulation/emul-linux-x86-gtklibs
69 app-emulation/emul-linux-x86-soundlibs
70 app-emulation/emul-linux-x86-xlibs )
71 x86? ( x11-libs/libXext
72 x11-libs/libX11
73 x11-libs/libXt
74 =x11-libs/gtk+-2*
75 media-libs/freetype
76 media-libs/fontconfig )
77 media-fonts/corefonts"
78
79 pkg_setup() {
80 # This is a binary x86 package => ABI=x86
81 # Please keep this in future versions
82 # Danny van Dyk <kugelfang@g.o> 2005/03/26
83 has_multilib_profile && ABI="x86"
84 }
85
86 src_install() {
87 cd "${S}/install_flash_player_9_linux/"
88 exeinto /opt/netscape/plugins
89 doexe libflashplayer.so
90 inst_plugin /opt/netscape/plugins/libflashplayer.so
91 }
92
93 pkg_postinst() {
94 ewarn "Flash player is closed-source, with a long history of security"
95 ewarn "issues. Please consider only running flash applets you know to"
96 ewarn "be safe."
97
98 if has_version 'www-client/mozilla-firefox'; then
99 elog "The firefox 'flashblock' extension may help:"
100 elog " https://addons.mozilla.org/en-US/firefox/addon/433"
101 fi
102
103 if has_version 'kde-base/konqueror'; then
104 elog "Konqueror users: You may need to follow the instructions here:"
105 elog " http://dev.gentoo.org/~lack/konqueror-flash.xml"
106 elog "For flash to work with your browser."
107 fi
108 }