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.115.0.ebuild
Date: Tue, 04 Dec 2007 16:04:35
Message-Id: E1IzaG5-0000jc-E7@stork.gentoo.org
1 lack 07/12/04 16:04:29
2
3 Modified: ChangeLog
4 Added: netscape-flash-9.0.115.0.ebuild
5 Log:
6 New version released (bug 201231)
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.60 net-www/netscape-flash/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 2 Oct 2007 19:44:48 -0000 1.59
23 +++ ChangeLog 4 Dec 2007 16:04:28 -0000 1.60
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.59 2007/10/02 19:44:48 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.60 2007/12/04 16:04:28 lack Exp $
29 +
30 +*netscape-flash-9.0.115.0 (04 Dec 2007)
31 +
32 + 04 Dec 2007; Jim Ramsay <lack@g.o>
33 + +netscape-flash-9.0.115.0.ebuild:
34 + New version released (bug 201231)
35
36 *netscape-flash-9.0.60.0_beta100107 (02 Oct 2007)
37
38
39
40
41 1.1 net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.115.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: netscape-flash-9.0.115.0.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.115.0.ebuild,v 1.1 2007/12/04 16:04:28 lack Exp $
51
52 inherit nsplugins rpm
53
54 DESCRIPTION="Adobe Flash Player"
55 SRC_URI="http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-${PV}-release.i386.rpm"
56 HOMEPAGE="http://www.adobe.com/"
57 IUSE=""
58 SLOT="0"
59
60 KEYWORDS="-* ~amd64 ~x86"
61 LICENSE="AdobeFlash-9.0.31.0"
62 RESTRICT="strip mirror"
63
64 S=${WORKDIR}
65
66 DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
67 app-emulation/emul-linux-x86-gtklibs
68 app-emulation/emul-linux-x86-soundlibs
69 app-emulation/emul-linux-x86-xlibs )
70 x86? ( x11-libs/libXext
71 x11-libs/libX11
72 x11-libs/libXt
73 =x11-libs/gtk+-2*
74 media-libs/freetype
75 media-libs/fontconfig )"
76
77 pkg_setup() {
78 # This is a binary x86 package => ABI=x86
79 # Please keep this in future versions
80 # Danny van Dyk <kugelfang@g.o> 2005/03/26
81 has_multilib_profile && ABI="x86"
82 }
83
84 src_install() {
85 cd "${S}/usr/lib/flash-plugin"
86 exeinto /opt/netscape/plugins
87 doexe libflashplayer.so
88 inst_plugin /opt/netscape/plugins/libflashplayer.so
89
90 dodoc README
91 cd "${S}/usr/share/doc/flash-plugin-${PV}/"
92 dodoc readme.txt
93 }
94
95
96
97 --
98 gentoo-commits@g.o mailing list