Gentoo Archives: gentoo-commits

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