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.60.0_beta100107.ebuild
Date: Tue, 02 Oct 2007 19:54:05
Message-Id: E1Icnfl-0002xw-5W@stork.gentoo.org
1 lack 07/10/02 19:44:49
2
3 Modified: ChangeLog
4 Added: netscape-flash-9.0.60.0_beta100107.ebuild
5 Log:
6 New beta version released (Bug 194427)
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.59 net-www/netscape-flash/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.59&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.59&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?r1=1.58&r2=1.59
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v
19 retrieving revision 1.58
20 retrieving revision 1.59
21 diff -u -r1.58 -r1.59
22 --- ChangeLog 6 Sep 2007 15:45:57 -0000 1.58
23 +++ ChangeLog 2 Oct 2007 19:44:48 -0000 1.59
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-www/netscape-flash
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.58 2007/09/06 15:45:57 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.59 2007/10/02 19:44:48 lack Exp $
29 +
30 +*netscape-flash-9.0.60.0_beta100107 (02 Oct 2007)
31 +
32 + 02 Oct 2007; Jim Ramsay <lack@g.o>
33 + +netscape-flash-9.0.60.0_beta100107.ebuild:
34 + New beta version released (Bug 194427)
35
36 06 Sep 2007; Jeroen Roovers <jer@g.o>
37 netscape-flash-9.0.60.0_beta082207.ebuild:
38
39
40
41 1.1 net-www/netscape-flash/netscape-flash-9.0.60.0_beta100107.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.60.0_beta100107.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.60.0_beta100107.ebuild?rev=1.1&content-type=text/plain
45
46 Index: netscape-flash-9.0.60.0_beta100107.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.60.0_beta100107.ebuild,v 1.1 2007/10/02 19:44:48 lack Exp $
51
52 inherit nsplugins versionator
53
54 MY_BETADATE=$(get_version_component_range 5)
55 MY_PV=${MY_BETADATE:4}
56 MY_P="install_flash_player_9_linux"
57
58 DESCRIPTION="Adobe Flash Player"
59 SRC_URI="http://download.macromedia.com/pub/labs/flashplayer9_update/flashplayer9_install_linux_${MY_PV}.tar.gz"
60 HOMEPAGE="http://labs.adobe.com/technologies/flashplayer9/"
61 IUSE=""
62 SLOT="0"
63
64 KEYWORDS="-* ~amd64 ~x86"
65 LICENSE="AdobeFlash-9.0.31.0"
66 S=${WORKDIR}/${MY_P}
67 RESTRICT="strip mirror"
68
69 DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
70 app-emulation/emul-linux-x86-gtklibs
71 app-emulation/emul-linux-x86-soundlibs
72 app-emulation/emul-linux-x86-xlibs )
73 x86? ( x11-libs/libXext
74 x11-libs/libX11
75 x11-libs/libXt
76 =x11-libs/gtk+-2*
77 media-libs/freetype
78 media-libs/fontconfig )"
79
80 pkg_setup() {
81 # This is a binary x86 package => ABI=x86
82 # Please keep this in future versions
83 # Danny van Dyk <kugelfang@g.o> 2005/03/26
84 has_multilib_profile && ABI="x86"
85 }
86
87 src_install() {
88 cd ${MY_P}
89 exeinto /opt/netscape/plugins
90 doexe libflashplayer.so
91 inst_plugin /opt/netscape/plugins/libflashplayer.so
92 }
93
94 pkg_postinst() {
95 elog "This is a trimmed-down BETA version of flashplayer."
96 elog "It only includes the netscape plugin, not the standalone"
97 elog "'flashplayer' executable. If you need the standalone player,"
98 elog "you must downgrade to the previous version."
99 }
100
101
102
103 --
104 gentoo-commits@g.o mailing list